DMA2D_FillBuffer() is only used within STemWin.
 
Symbols
loading...
Files
loading...

DMA2D_FillBuffer() function

Fill Buffer

Syntax

static void DMA2D_FillBuffer(U32 LayerIndex,     void * pDst,     U32 xSize,     U32 ySize,     U32 OffLine,     U32 ColorIndex);
Implemented in LCDConf_stm32f429i_disco_MB1075.c:651

Arguments

LayerIndex

Layer Index

pDst

pointer to destination

xSize

X size

ySize

Y size

OffLine

offset after each line

ColorIndex

color to be used.

Return value

None

References

LocationReferrerText
LCDConf_stm32f429i_disco_MB1075.c:651
static void DMA2D_FillBuffer(U32 LayerIndex, void * pDst, U32 xSize, U32 ySize, U32 OffLine, U32 ColorIndex)
LCDConf_stm32f429i_disco_MB1075.c:124
static void DMA2D_FillBuffer(U32 LayerIndex, void * pDst, U32 xSize, U32 ySize, U32 OffLine, U32 ColorIndex);
LCDConf_stm32f429i_disco_MB1075.c:760CUSTOM_FillRect()
DMA2D_FillBuffer(LayerIndex, (void *)AddrDst, xSize, ySize, layer_prop[LayerIndex].xSize - xSize, PixelIndex);

Call Tree

Functions calling DMA2D_FillBuffer()
Functions called by DMA2D_FillBuffer()
all items filtered out
DMA2D_FillBuffer()
all items filtered out