_DMA_Fill() is only used within STemWin_Acceleration.
 
Symbols
loading...
Files
loading...

_DMA_Fill() function

DMA2D Fill buffer

Syntax

static void _DMA_Fill(int LayerIndex,     void * pDst,     int xSize,     int ySize,     int OffLine,     U32 ColorIndex);

Arguments

LayerIndex

Layer index

pDst

Destination buffer pointer

xSize

Horizontal size

ySize

Vertical size

OffLine

ColorIndex

Color to be used for the Fill operation

Return value

None

References

LocationReferrerText
LCDConf.c:926
static void _DMA_Fill(int LayerIndex, void * pDst, int xSize, int ySize, int OffLine, U32 ColorIndex)
LCDConf.c:1387_LCD_FillRect()
_DMA_Fill(LayerIndex, (void *)AddrDst, xSize, ySize, _axSize[LayerIndex] - xSize, PixelIndex);

Call Tree

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