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

layer_prop variable

References

LocationReferrerText
LCDConf_stm324x9i_eval_MB1046.c:114
LCDConf_stm324x9i_eval_MB1046.c:293HAL_LTDC_LineEventCallback()
if (layer_prop[layer].pending_buffer >= 0)
LCDConf_stm324x9i_eval_MB1046.c:296HAL_LTDC_LineEventCallback()
Addr = layer_prop[layer].address + \
LCDConf_stm324x9i_eval_MB1046.c:297HAL_LTDC_LineEventCallback()
layer_prop[layer].xSize * layer_prop[layer].ySize * layer_prop[layer].pending_buffer * layer_prop[layer].BytesPerPixel;
LCDConf_stm324x9i_eval_MB1046.c:304HAL_LTDC_LineEventCallback()
GUI_MULTIBUF_ConfirmEx(layer, layer_prop[layer].pending_buffer);
LCDConf_stm324x9i_eval_MB1046.c:307HAL_LTDC_LineEventCallback()
layer_prop[layer].pending_buffer = -1;
LCDConf_stm324x9i_eval_MB1046.c:364LCD_X_Config()
LCDConf_stm324x9i_eval_MB1046.c:373LCD_X_Config()
LCDConf_stm324x9i_eval_MB1046.c:375LCD_X_Config()
layer_prop[i].pending_buffer = -1;
LCDConf_stm324x9i_eval_MB1046.c:378LCD_X_Config()
LCD_SetVRAMAddrEx(i, (void *)(layer_prop[i].address));
LCDConf_stm324x9i_eval_MB1046.c:381LCD_X_Config()
layer_prop[i].BytesPerPixel = LCD_GetBitsPerPixelEx(i) >> 3;
LCDConf_stm324x9i_eval_MB1046.c:446LCD_X_DisplayDriver()
addr = layer_prop[LayerIndex].address + ((LCD_X_SETORG_INFO *)pData)->yPos * layer_prop[LayerIndex].xSize * layer_prop[LayerIndex].BytesPerPixel;
LCDConf_stm324x9i_eval_MB1046.c:451LCD_X_DisplayDriver()
LCDConf_stm324x9i_eval_MB1046.c:487LCD_X_DisplayDriver()
LCDConf_stm324x9i_eval_MB1046.c:488LCD_X_DisplayDriver()
LCDConf_stm324x9i_eval_MB1046.c:544LCD_LL_LayerInit()
layer_cfg.FBStartAdress = layer_prop[LayerIndex].address;
LCDConf_stm324x9i_eval_MB1046.c:565LCD_LL_LayerInit()
LCDConf_stm324x9i_eval_MB1046.c:653LCD_LL_GetPixelformat()
pColorConvAPI = layer_prop[LayerIndex].pColorConvAPI;
LCDConf_stm324x9i_eval_MB1046.c:765GetBufferSize()
BufferSize = layer_prop[LayerIndex].xSize * layer_prop[LayerIndex].ySize * layer_prop[LayerIndex].BytesPerPixel;
LCDConf_stm324x9i_eval_MB1046.c:777CUSTOM_CopyBuffer()
AddrSrc = layer_prop[LayerIndex].address + BufferSize * IndexSrc;
LCDConf_stm324x9i_eval_MB1046.c:778CUSTOM_CopyBuffer()
AddrDst = layer_prop[LayerIndex].address + BufferSize * IndexDst;
LCDConf_stm324x9i_eval_MB1046.c:779CUSTOM_CopyBuffer()
DMA2D_CopyBuffer(LayerIndex, (void *)AddrSrc, (void *)AddrDst, layer_prop[LayerIndex].xSize, layer_prop[LayerIndex].ySize, 0, 0);
LCDConf_stm324x9i_eval_MB1046.c:780CUSTOM_CopyBuffer()
LCDConf_stm324x9i_eval_MB1046.c:802CUSTOM_CopyRect()
AddrSrc = layer_prop[LayerIndex].address + (y0 * layer_prop[LayerIndex].xSize + x0) * layer_prop[LayerIndex].BytesPerPixel;
LCDConf_stm324x9i_eval_MB1046.c:803CUSTOM_CopyRect()
AddrDst = layer_prop[LayerIndex].address + (y1 * layer_prop[LayerIndex].xSize + x1) * layer_prop[LayerIndex].BytesPerPixel;
LCDConf_stm324x9i_eval_MB1046.c:804CUSTOM_CopyRect()
DMA2D_CopyBuffer(LayerIndex, (void *)AddrSrc, (void *)AddrDst, xSize, ySize, layer_prop[LayerIndex].xSize - xSize, layer_prop[LayerIndex].xSize - xSize);
LCDConf_stm324x9i_eval_MB1046.c:827CUSTOM_FillRect()
AddrDst = layer_prop[LayerIndex].address + BufferSize * layer_prop[LayerIndex].buffer_index + (y0 * layer_prop[LayerIndex].xSize + x0) * layer_prop[LayerIndex].BytesPerPixel;
LCDConf_stm324x9i_eval_MB1046.c:828CUSTOM_FillRect()
DMA2D_FillBuffer(LayerIndex, (void *)AddrDst, xSize, ySize, layer_prop[LayerIndex].xSize - xSize, PixelIndex);
LCDConf_stm324x9i_eval_MB1046.c:1273LCD_DrawBitmap16bpp()
AddrDst = layer_prop[LayerIndex].address + BufferSize * layer_prop[LayerIndex].buffer_index + (y * layer_prop[LayerIndex].xSize + x) * layer_prop[LayerIndex].BytesPerPixel;
LCDConf_stm324x9i_eval_MB1046.c:1275LCD_DrawBitmap16bpp()
OffLineDst = layer_prop[LayerIndex].xSize - xSize;
LCDConf_stm324x9i_eval_MB1046.c:1297LCD_DrawBitmap8bpp()
AddrDst = layer_prop[LayerIndex].address + BufferSize * layer_prop[LayerIndex].buffer_index + (y * layer_prop[LayerIndex].xSize + x) * layer_prop[LayerIndex].BytesPerPixel;
LCDConf_stm324x9i_eval_MB1046.c:1299LCD_DrawBitmap8bpp()
OffLineDst = layer_prop[LayerIndex].xSize - xSize;