_LCD_CopyRect() is only used within STemWin_Fonts.
 
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_stm324x9i_eval_MB1046.c:1182
static void _LCD_CopyRect(int LayerIndex, int x0, int y0, int x1, int y1, int xSize, int ySize)
LCDConf_stm324x9i_eval_MB1046.c:1717LCD_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()::AddrSrc
_LCD_CopyRect()::AddrDst
_LCD_CopyRect()::OffLine
_LCD_CopyRect()::BufferSize
all items filtered out