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

CUSTOM_CopyRect() function

CUSTOM_CopyRect Copy rectangle

Syntax

static void CUSTOM_CopyRect(int32_t LayerIndex,     int32_t x0,     int32_t y0,     int32_t x1,     int32_t y1,     int32_t xSize,     int32_t ySize);
Implemented in LCDConf_stm324x9i_eval_MB1046.c:798

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_stm324x9i_eval_MB1046.c:798
static void CUSTOM_CopyRect(int32_t LayerIndex, int32_t x0, int32_t y0, int32_t x1, int32_t y1, int32_t xSize, int32_t ySize)
LCDConf_stm324x9i_eval_MB1046.c:143
static void CUSTOM_CopyRect(int32_t LayerIndex, int32_t x0, int32_t y0, int32_t x1, int32_t y1, int32_t xSize, int32_t ySize);
LCDConf_stm324x9i_eval_MB1046.c:385LCD_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