CUSTOM_CopyRect() is only used within MB1063.
 
Symbols
loading...
Files
loading...

CUSTOM_CopyRect() function

Copy rectangle

Syntax

static void CUSTOM_CopyRect(int LayerIndex,     int x0,     int y0,     int x1,     int y1,     int xSize,     int ySize);
Implemented in LCDConf.c:689

Arguments

LayerIndex

Layer Index

x0

X0 position

y0

Y0 position

x1

X1 position

y1

Y1 position

xSize

X size.

ySize

Y size.

Return value

None

References

LocationReferrerText
LCDConf.c:689
static void CUSTOM_CopyRect(int LayerIndex, int x0, int y0, int x1, int y1, int xSize, int ySize)
LCDConf.c:128
static void CUSTOM_CopyRect(int LayerIndex, int x0, int y0, int x1, int y1, int xSize, int ySize);
LCDConf.c:363LCD_X_Config()
LCD_SetDevFunc(i, LCD_DEVFUNC_COPYRECT, (void(*)(void))CUSTOM_CopyRect);

Call Tree

Functions called by CUSTOM_CopyRect()
CUSTOM_CopyRect()
all items filtered out
Data read by CUSTOM_CopyRect()
Data written by CUSTOM_CopyRect()
CUSTOM_CopyRect()
CUSTOM_CopyRect()::AddrSrc
CUSTOM_CopyRect()::AddrDst
all items filtered out