layer_prop is only used within STemWin.
 
Symbols
loading...
Files
loading...

layer_prop variable

Syntax

References

LocationReferrerText
LCDConf.c:170
LCDConf.c:655GetBufferSize()
return (layer_prop[LayerIndex].xSize * layer_prop[LayerIndex].ySize * layer_prop[LayerIndex].BytesPerPixel);
LCDConf.c:670LCD_LL_CopyBuffer()
AddrSrc = layer_prop[LayerIndex].address + BufferSize * IndexSrc;
LCDConf.c:671LCD_LL_CopyBuffer()
AddrDst = layer_prop[LayerIndex].address + BufferSize * IndexDst;
LCDConf.c:672LCD_LL_CopyBuffer()
DMA2D_CopyBuffer(LayerIndex, (void *)AddrSrc, (void *)AddrDst, layer_prop[LayerIndex].xSize, layer_prop[LayerIndex].ySize, 0, 0);
LCDConf.c:673LCD_LL_CopyBuffer()
LCDConf.c:692LCD_LL_CopyRect()
AddrSrc = layer_prop[LayerIndex].address + BufferSize * layer_prop[LayerIndex].pending_buffer + (y0 * layer_prop[LayerIndex].xSize + x0) * layer_prop[LayerIndex].BytesPerPixel;
LCDConf.c:693LCD_LL_CopyRect()
AddrDst = layer_prop[LayerIndex].address + BufferSize * layer_prop[LayerIndex].pending_buffer + (y1 * layer_prop[LayerIndex].xSize + x1) * layer_prop[LayerIndex].BytesPerPixel;
LCDConf.c:694LCD_LL_CopyRect()
DMA2D_CopyBuffer(LayerIndex, (void *)AddrSrc, (void *)AddrDst, xSize, ySize, layer_prop[LayerIndex].xSize - xSize, 0);
LCDConf.c:723LCD_LL_FillRect()
AddrDst = layer_prop[LayerIndex].address + BufferSize * layer_prop[LayerIndex].buffer_index + (y0 * layer_prop[LayerIndex].xSize + x0) * layer_prop[LayerIndex].BytesPerPixel;
LCDConf.c:724LCD_LL_FillRect()
DMA2D_FillBuffer(LayerIndex, (void *)AddrDst, xSize, ySize, layer_prop[LayerIndex].xSize - xSize, PixelIndex);
LCDConf.c:785LCD_LL_DrawBitmap16bpp()
AddrDst = layer_prop[LayerIndex].address + BufferSize * layer_prop[LayerIndex].buffer_index + (y * layer_prop[LayerIndex].xSize + x) * layer_prop[LayerIndex].BytesPerPixel;
LCDConf.c:787LCD_LL_DrawBitmap16bpp()
OffLineDst = layer_prop[LayerIndex].xSize - xSize;
LCDConf.c:797LCD_LL_DrawBitmap32bpp()
AddrDst = layer_prop[LayerIndex].address + BufferSize * layer_prop[LayerIndex].buffer_index + (y * layer_prop[LayerIndex].xSize + x) * layer_prop[LayerIndex].BytesPerPixel;
LCDConf.c:799LCD_LL_DrawBitmap32bpp()
OffLineDst = layer_prop[LayerIndex].xSize - xSize;
LCDConf.c:821LCD_LL_DrawBitmap8bpp()
AddrDst = layer_prop[LayerIndex].address + BufferSize * layer_prop[LayerIndex].buffer_index + (y * layer_prop[LayerIndex].xSize + x) * layer_prop[LayerIndex].BytesPerPixel;
LCDConf.c:823LCD_LL_DrawBitmap8bpp()
OffLineDst = layer_prop[LayerIndex].xSize - xSize;
LCDConf.c:852HAL_DSI_TearingEffectCallback()
if(layer_prop[index].pending_buffer >= 0)
LCDConf.c:854HAL_DSI_TearingEffectCallback()
GUI_MULTIBUF_ConfirmEx(index, layer_prop[index].pending_buffer);
LCDConf.c:855HAL_DSI_TearingEffectCallback()
layer_prop[index].pending_buffer = -1;
LCDConf.c:970LCD_X_Config()
LCDConf.c:973LCD_X_Config()
LCDConf.c:979LCD_X_Config()
LCDConf.c:981LCD_X_Config()
layer_prop[i].pending_buffer = -1;
LCDConf.c:984LCD_X_Config()
layer_prop[i].BytesPerPixel = LCD_GetBitsPerPixelEx(i) >> 3;
LCDConf.c:997LCD_X_Config()
LCD_SetVRAMAddrEx(i, (void *)(layer_prop[i].address));
LCDConf.c:1050LCD_X_DisplayDriver()
addr = layer_prop[LayerIndex].address + ((LCD_X_SETORG_INFO *)pData)->yPos * layer_prop[LayerIndex].xSize * layer_prop[LayerIndex].BytesPerPixel;
LCDConf.c:1056LCD_X_DisplayDriver()
LCDConf.c:1057LCD_X_DisplayDriver()
layer_prop[LayerIndex].xSize * layer_prop[LayerIndex].ySize * layer_prop[LayerIndex].BytesPerPixel * p->Index;
LCDConf.c:1058LCD_X_DisplayDriver()
layer_prop[LayerIndex].pending_buffer = p->Index;
LCDConf.c:1096LCD_X_DisplayDriver()
LCDConf.c:1097LCD_X_DisplayDriver()