_LCD_CopyRect() is only used within STemWin_MemoryDevice.
 
Symbols
loading...
Files
loading...

_LCD_CopyRect() function

LCD Copy rectangle

Syntax

static void _LCD_CopyRect(int LayerIndex,     int x0,     int y0,     int x1,     int y1,     int xSize,     int ySize);

Arguments

LayerIndex

Layer index

x0

Horizontal rect origin

y0

Vertical rect origin

x1

Horizontal rect end

y1

Vertical rect end

xSize

Rectangle width

ySize

Rectangle height

Return value

None

References

LocationReferrerText
LCDConf.c:1315
static void _LCD_CopyRect(int LayerIndex, int x0, int y0, int x1, int y1, int xSize, int ySize)
LCDConf.c:1936LCD_X_Config()
LCD_SetDevFunc(i, LCD_DEVFUNC_COPYRECT, (void(*)(void))_LCD_CopyRect);

Call Tree

Functions called by _LCD_CopyRect()
_LCD_CopyRect()
all items filtered out
Data read by _LCD_CopyRect()
Data written by _LCD_CopyRect()
_LCD_CopyRect()
_LCD_CopyRect()::BufferSize
_LCD_CopyRect()::AddrSrc
_LCD_CopyRect()::AddrDst
_LCD_CopyRect()::OffLine
all items filtered out