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

layer_prop variable

References

LocationReferrerText
LCDConf_stm32f429i_disco_MB1075.c:114
LCDConf_stm32f429i_disco_MB1075.c:325HAL_LTDC_LineEventCallback()
if (layer_prop[layer].pending_buffer >= 0)
LCDConf_stm32f429i_disco_MB1075.c:328HAL_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:334HAL_LTDC_LineEventCallback()
GUI_MULTIBUF_ConfirmEx(layer, layer_prop[layer].pending_buffer);
LCDConf_stm32f429i_disco_MB1075.c:337HAL_LTDC_LineEventCallback()
layer_prop[layer].pending_buffer = -1;
LCDConf_stm32f429i_disco_MB1075.c:393LCD_X_Config()
LCDConf_stm32f429i_disco_MB1075.c:401LCD_X_Config()
LCDConf_stm32f429i_disco_MB1075.c:403LCD_X_Config()
layer_prop[i].pending_buffer = -1;
LCDConf_stm32f429i_disco_MB1075.c:406LCD_X_Config()
LCD_SetVRAMAddrEx(i, (void *)(layer_prop[i].address));
LCDConf_stm32f429i_disco_MB1075.c:409LCD_X_Config()
layer_prop[i].BytesPerPixel = LCD_GetBitsPerPixelEx(i) >> 3;
LCDConf_stm32f429i_disco_MB1075.c:474LCD_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:479LCD_X_DisplayDriver()
LCDConf_stm32f429i_disco_MB1075.c:515LCD_X_DisplayDriver()
LCDConf_stm32f429i_disco_MB1075.c:516LCD_X_DisplayDriver()
LCDConf_stm32f429i_disco_MB1075.c:572LCD_LL_LayerInit()
layer_cfg.FBStartAdress = layer_prop[LayerIndex].address;
LCDConf_stm32f429i_disco_MB1075.c:593LCD_LL_LayerInit()
LCDConf_stm32f429i_disco_MB1075.c:684LCD_LL_GetPixelformat()
pColorConvAPI = layer_prop[LayerIndex].pColorConvAPI;
LCDConf_stm32f429i_disco_MB1075.c:795GetBufferSize()
BufferSize = layer_prop[LayerIndex].xSize * layer_prop[LayerIndex].ySize * layer_prop[LayerIndex].BytesPerPixel;
LCDConf_stm32f429i_disco_MB1075.c:807CUSTOM_CopyBuffer()
AddrSrc = layer_prop[LayerIndex].address + BufferSize * IndexSrc;
LCDConf_stm32f429i_disco_MB1075.c:808CUSTOM_CopyBuffer()
AddrDst = layer_prop[LayerIndex].address + BufferSize * IndexDst;
LCDConf_stm32f429i_disco_MB1075.c:809CUSTOM_CopyBuffer()
DMA2D_CopyBuffer(LayerIndex, (void *)AddrSrc, (void *)AddrDst, layer_prop[LayerIndex].xSize, layer_prop[LayerIndex].ySize, 0, 0);
LCDConf_stm32f429i_disco_MB1075.c:810CUSTOM_CopyBuffer()
LCDConf_stm32f429i_disco_MB1075.c:832CUSTOM_CopyRect()
AddrSrc = layer_prop[LayerIndex].address + (y0 * layer_prop[LayerIndex].xSize + x0) * layer_prop[LayerIndex].BytesPerPixel;
LCDConf_stm32f429i_disco_MB1075.c:833CUSTOM_CopyRect()
AddrDst = layer_prop[LayerIndex].address + (y1 * layer_prop[LayerIndex].xSize + x1) * layer_prop[LayerIndex].BytesPerPixel;
LCDConf_stm32f429i_disco_MB1075.c:834CUSTOM_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:857CUSTOM_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:858CUSTOM_FillRect()
DMA2D_FillBuffer(LayerIndex, (void *)AddrDst, xSize, ySize, layer_prop[LayerIndex].xSize - xSize, PixelIndex);
LCDConf_stm32f429i_disco_MB1075.c:1303BSP_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:1305BSP_LCD_DrawBitmap16bpp()
OffLineDst = layer_prop[LayerIndex].xSize - xSize;
LCDConf_stm32f429i_disco_MB1075.c:1327BSP_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:1329BSP_LCD_DrawBitmap8bpp()
OffLineDst = layer_prop[LayerIndex].xSize - xSize;