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.c:618

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.c:618
static void DMA2D_FillBuffer(U32 LayerIndex, void * pDst, U32 xSize, U32 ySize, U32 OffLine, U32 ColorIndex)
LCDConf.c:200
static void DMA2D_FillBuffer(U32 LayerIndex, void * pDst, U32 xSize, U32 ySize, U32 OffLine, U32 ColorIndex);
LCDConf.c:489LCD_LL_Init()
DMA2D_FillBuffer(0, (U32 *)LCD_LAYER0_FRAME_BUFFER, XSIZE_PHYS,YSIZE_PHYS, 0, 0x00);
LCDConf.c:724LCD_LL_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