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

layer_prop variable

References

LocationReferrerText
LCDConf_stm32469i_eval.c:170
LCDConf_stm32469i_eval.c:633GetBufferSize()
return (layer_prop[LayerIndex].xSize * layer_prop[LayerIndex].ySize * layer_prop[LayerIndex].BytesPerPixel);
LCDConf_stm32469i_eval.c:648LCD_LL_CopyBuffer()
AddrSrc = layer_prop[LayerIndex].address + BufferSize * IndexSrc;
LCDConf_stm32469i_eval.c:649LCD_LL_CopyBuffer()
AddrDst = layer_prop[LayerIndex].address + BufferSize * IndexDst;
LCDConf_stm32469i_eval.c:650LCD_LL_CopyBuffer()
DMA2D_CopyBuffer(LayerIndex, (void *)AddrSrc, (void *)AddrDst, layer_prop[LayerIndex].xSize, layer_prop[LayerIndex].ySize, 0, 0);
LCDConf_stm32469i_eval.c:651LCD_LL_CopyBuffer()
LCDConf_stm32469i_eval.c:670LCD_LL_CopyRect()
AddrSrc = layer_prop[LayerIndex].address + BufferSize * layer_prop[LayerIndex].pending_buffer + (y0 * layer_prop[LayerIndex].xSize + x0) * layer_prop[LayerIndex].BytesPerPixel;
LCDConf_stm32469i_eval.c:671LCD_LL_CopyRect()
AddrDst = layer_prop[LayerIndex].address + BufferSize * layer_prop[LayerIndex].pending_buffer + (y1 * layer_prop[LayerIndex].xSize + x1) * layer_prop[LayerIndex].BytesPerPixel;
LCDConf_stm32469i_eval.c:672LCD_LL_CopyRect()
DMA2D_CopyBuffer(LayerIndex, (void *)AddrSrc, (void *)AddrDst, xSize, ySize, layer_prop[LayerIndex].xSize - xSize, 0);
LCDConf_stm32469i_eval.c:701LCD_LL_FillRect()
AddrDst = layer_prop[LayerIndex].address + BufferSize * layer_prop[LayerIndex].buffer_index + (y0 * layer_prop[LayerIndex].xSize + x0) * layer_prop[LayerIndex].BytesPerPixel;
LCDConf_stm32469i_eval.c:702LCD_LL_FillRect()
DMA2D_FillBuffer(LayerIndex, (void *)AddrDst, xSize, ySize, layer_prop[LayerIndex].xSize - xSize, PixelIndex);
LCDConf_stm32469i_eval.c:763LCD_LL_DrawBitmap16bpp()
AddrDst = layer_prop[LayerIndex].address + BufferSize * layer_prop[LayerIndex].buffer_index + (y * layer_prop[LayerIndex].xSize + x) * layer_prop[LayerIndex].BytesPerPixel;
LCDConf_stm32469i_eval.c:765LCD_LL_DrawBitmap16bpp()
OffLineDst = layer_prop[LayerIndex].xSize - xSize;
LCDConf_stm32469i_eval.c:775LCD_LL_DrawBitmap32bpp()
AddrDst = layer_prop[LayerIndex].address + BufferSize * layer_prop[LayerIndex].buffer_index + (y * layer_prop[LayerIndex].xSize + x) * layer_prop[LayerIndex].BytesPerPixel;
LCDConf_stm32469i_eval.c:777LCD_LL_DrawBitmap32bpp()
OffLineDst = layer_prop[LayerIndex].xSize - xSize;
LCDConf_stm32469i_eval.c:799LCD_LL_DrawBitmap8bpp()
AddrDst = layer_prop[LayerIndex].address + BufferSize * layer_prop[LayerIndex].buffer_index + (y * layer_prop[LayerIndex].xSize + x) * layer_prop[LayerIndex].BytesPerPixel;
LCDConf_stm32469i_eval.c:801LCD_LL_DrawBitmap8bpp()
OffLineDst = layer_prop[LayerIndex].xSize - xSize;
LCDConf_stm32469i_eval.c:830HAL_DSI_TearingEffectCallback()
if(layer_prop[index].pending_buffer >= 0)
LCDConf_stm32469i_eval.c:832HAL_DSI_TearingEffectCallback()
GUI_MULTIBUF_ConfirmEx(index, layer_prop[index].pending_buffer);
LCDConf_stm32469i_eval.c:833HAL_DSI_TearingEffectCallback()
layer_prop[index].pending_buffer = -1;
LCDConf_stm32469i_eval.c:948LCD_X_Config()
LCDConf_stm32469i_eval.c:957LCD_X_Config()
LCDConf_stm32469i_eval.c:959LCD_X_Config()
layer_prop[i].pending_buffer = -1;
LCDConf_stm32469i_eval.c:962LCD_X_Config()
layer_prop[i].BytesPerPixel = LCD_GetBitsPerPixelEx(i) >> 3;
LCDConf_stm32469i_eval.c:975LCD_X_Config()
LCD_SetVRAMAddrEx(i, (void *)(layer_prop[i].address));
LCDConf_stm32469i_eval.c:1028LCD_X_DisplayDriver()
addr = layer_prop[LayerIndex].address + ((LCD_X_SETORG_INFO *)pData)->yPos * layer_prop[LayerIndex].xSize * layer_prop[LayerIndex].BytesPerPixel;
LCDConf_stm32469i_eval.c:1034LCD_X_DisplayDriver()
LCDConf_stm32469i_eval.c:1035LCD_X_DisplayDriver()
layer_prop[LayerIndex].xSize * layer_prop[LayerIndex].ySize * layer_prop[LayerIndex].BytesPerPixel * p->Index;
LCDConf_stm32469i_eval.c:1036LCD_X_DisplayDriver()
layer_prop[LayerIndex].pending_buffer = p->Index;
LCDConf_stm32469i_eval.c:1074LCD_X_DisplayDriver()
LCDConf_stm32469i_eval.c:1075LCD_X_DisplayDriver()