DMA2D_FillBuffer() is only used within MB1063.
 
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:616

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:616
static void DMA2D_FillBuffer(U32 LayerIndex, void * pDst, U32 xSize, U32 ySize, U32 OffLine, U32 ColorIndex)
LCDConf.c:123
static void DMA2D_FillBuffer(U32 LayerIndex, void * pDst, U32 xSize, U32 ySize, U32 OffLine, U32 ColorIndex);
LCDConf.c:725CUSTOM_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
Data read by DMA2D_FillBuffer()
Data written by DMA2D_FillBuffer()
DMA2D_FillBuffer()
DMA2D_TypeDef::OOR
DMA2D_TypeDef::NLR
DMA2D_TypeDef::CR
DMA2D_TypeDef::OPFCCR
DMA2D_TypeDef::OCOLR
DMA2D_TypeDef::OMAR
DMA2D_FillBuffer()::PixelFormat
all items filtered out