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

layer_prop variable

References

LocationReferrerText
LCDConf_stm32f429i_disco_MB1075.c:115
LCDConf_stm32f429i_disco_MB1075.c:326HAL_LTDC_LineEventCallback()
if (layer_prop[layer].pending_buffer >= 0)
LCDConf_stm32f429i_disco_MB1075.c:329HAL_LTDC_LineEventCallback()
Addr = layer_prop[layer].address + layer_prop[layer].xSize * layer_prop[layer].ySize * layer_prop[layer].pending_buffer * layer_prop[layer].BytesPerPixel;
LCDConf_stm32f429i_disco_MB1075.c:335HAL_LTDC_LineEventCallback()
GUI_MULTIBUF_ConfirmEx(layer, layer_prop[layer].pending_buffer);
LCDConf_stm32f429i_disco_MB1075.c:338HAL_LTDC_LineEventCallback()
layer_prop[layer].pending_buffer = -1;
LCDConf_stm32f429i_disco_MB1075.c:394LCD_X_Config()
LCDConf_stm32f429i_disco_MB1075.c:402LCD_X_Config()
LCDConf_stm32f429i_disco_MB1075.c:404LCD_X_Config()
layer_prop[i].pending_buffer = -1;
LCDConf_stm32f429i_disco_MB1075.c:407LCD_X_Config()
LCD_SetVRAMAddrEx(i, (void *)(layer_prop[i].address));
LCDConf_stm32f429i_disco_MB1075.c:410LCD_X_Config()
layer_prop[i].BytesPerPixel = LCD_GetBitsPerPixelEx(i) >> 3;
LCDConf_stm32f429i_disco_MB1075.c:475LCD_X_DisplayDriver()
addr = layer_prop[LayerIndex].address + ((LCD_X_SETORG_INFO *)pData)->yPos * layer_prop[LayerIndex].xSize * layer_prop[LayerIndex].BytesPerPixel;
LCDConf_stm32f429i_disco_MB1075.c:480LCD_X_DisplayDriver()
LCDConf_stm32f429i_disco_MB1075.c:516LCD_X_DisplayDriver()
LCDConf_stm32f429i_disco_MB1075.c:517LCD_X_DisplayDriver()
LCDConf_stm32f429i_disco_MB1075.c:573LCD_LL_LayerInit()
layer_cfg.FBStartAdress = layer_prop[LayerIndex].address;
LCDConf_stm32f429i_disco_MB1075.c:594LCD_LL_LayerInit()
LCDConf_stm32f429i_disco_MB1075.c:685LCD_LL_GetPixelformat()
pColorConvAPI = layer_prop[LayerIndex].pColorConvAPI;
LCDConf_stm32f429i_disco_MB1075.c:796GetBufferSize()
BufferSize = layer_prop[LayerIndex].xSize * layer_prop[LayerIndex].ySize * layer_prop[LayerIndex].BytesPerPixel;
LCDConf_stm32f429i_disco_MB1075.c:808CUSTOM_CopyBuffer()
AddrSrc = layer_prop[LayerIndex].address + BufferSize * IndexSrc;
LCDConf_stm32f429i_disco_MB1075.c:809CUSTOM_CopyBuffer()
AddrDst = layer_prop[LayerIndex].address + BufferSize * IndexDst;
LCDConf_stm32f429i_disco_MB1075.c:810CUSTOM_CopyBuffer()
DMA2D_CopyBuffer(LayerIndex, (void *)AddrSrc, (void *)AddrDst, layer_prop[LayerIndex].xSize, layer_prop[LayerIndex].ySize, 0, 0);
LCDConf_stm32f429i_disco_MB1075.c:811CUSTOM_CopyBuffer()
LCDConf_stm32f429i_disco_MB1075.c:833CUSTOM_CopyRect()
AddrSrc = layer_prop[LayerIndex].address + (y0 * layer_prop[LayerIndex].xSize + x0) * layer_prop[LayerIndex].BytesPerPixel;
LCDConf_stm32f429i_disco_MB1075.c:834CUSTOM_CopyRect()
AddrDst = layer_prop[LayerIndex].address + (y1 * layer_prop[LayerIndex].xSize + x1) * layer_prop[LayerIndex].BytesPerPixel;
LCDConf_stm32f429i_disco_MB1075.c:835CUSTOM_CopyRect()
DMA2D_CopyBuffer(LayerIndex, (void *)AddrSrc, (void *)AddrDst, xSize, ySize, layer_prop[LayerIndex].xSize - xSize, layer_prop[LayerIndex].xSize - xSize);
LCDConf_stm32f429i_disco_MB1075.c:858CUSTOM_FillRect()
AddrDst = layer_prop[LayerIndex].address + BufferSize * layer_prop[LayerIndex].buffer_index + (y0 * layer_prop[LayerIndex].xSize + x0) * layer_prop[LayerIndex].BytesPerPixel;
LCDConf_stm32f429i_disco_MB1075.c:859CUSTOM_FillRect()
DMA2D_FillBuffer(LayerIndex, (void *)AddrDst, xSize, ySize, layer_prop[LayerIndex].xSize - xSize, PixelIndex);
LCDConf_stm32f429i_disco_MB1075.c:1304BSP_LCD_DrawBitmap16bpp()
AddrDst = layer_prop[LayerIndex].address + BufferSize * layer_prop[LayerIndex].buffer_index + (y * layer_prop[LayerIndex].xSize + x) * layer_prop[LayerIndex].BytesPerPixel;
LCDConf_stm32f429i_disco_MB1075.c:1306BSP_LCD_DrawBitmap16bpp()
OffLineDst = layer_prop[LayerIndex].xSize - xSize;
LCDConf_stm32f429i_disco_MB1075.c:1328BSP_LCD_DrawBitmap8bpp()
AddrDst = layer_prop[LayerIndex].address + BufferSize * layer_prop[LayerIndex].buffer_index + (y * layer_prop[LayerIndex].xSize + x) * layer_prop[LayerIndex].BytesPerPixel;
LCDConf_stm32f429i_disco_MB1075.c:1330BSP_LCD_DrawBitmap8bpp()
OffLineDst = layer_prop[LayerIndex].xSize - xSize;