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

_LCD_FillRect() function

LCD fill rectangle

Syntax

static void _LCD_FillRect(int LayerIndex,     int x0,     int y0,     int x1,     int y1,     U32 PixelIndex);

Arguments

LayerIndex

Layer index

x0

Horizontal rect origin

y0

Vertical rect origin

x1

Horizontal rect end

y1

Vertical rect end

PixelIndex

Color to be used for the Fill operation

Return value

None

References

LocationReferrerText
LCDConf.c:1367
static void _LCD_FillRect(int LayerIndex, int x0, int y0, int x1, int y1, U32 PixelIndex)
LCDConf.c:1379_LCD_FillRect()
LCD_SetDevFunc(LayerIndex, LCD_DEVFUNC_FILLRECT, (void(*)(void))_LCD_FillRect);
LCDConf.c:1961LCD_X_Config()
LCD_SetDevFunc(i, LCD_DEVFUNC_FILLRECT, (void(*)(void))_LCD_FillRect);

Call Tree

Functions called by _LCD_FillRect()
_LCD_FillRect()
Data read by _LCD_FillRect()
Data written by _LCD_FillRect()
_LCD_FillRect()
_LCD_FillRect()::BufferSize
_LCD_FillRect()::AddrDst
_LCD_FillRect()::xSize
_LCD_FillRect()::ySize
all items filtered out