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

_PaintMemdev() function

Function that will draw on the Memory device

Syntax

static void _PaintMemdev(int index,     int xSize,     int ySize,     GUI_MEMDEV_Handle hPicture,     GUI_MEMDEV_Handle hMemWork);

Arguments

index

Plan index

xSize

Plan horizontal size

ySize

Plan vertical size

hPicture

Picture memory device to use

hMemWork

Target memory device

Return value

None

References

LocationReferrerText
acceleration_app.c:58
static void _PaintMemdev(int index, int xSize, int ySize, GUI_MEMDEV_Handle hPicture, GUI_MEMDEV_Handle hMemWork) {
acceleration_app.c:243MainTask()
_PaintMemdev(k++, xSize, ySize, hPicture, ahMem[i]);
acceleration_app.c:261MainTask()
_PaintMemdev((k++)%3, xSize, ySize, hPicture, ahMem[f]);
acceleration_app.c:312MainTask()
_PaintMemdev(k++, xSize, ySize, hPicture, ahMem[i]);

Call Tree

Functions calling _PaintMemdev()
Functions called by _PaintMemdev()
all items filtered out
_PaintMemdev()
Data read by _PaintMemdev()
Data written by _PaintMemdev()
_PaintMemdev()
_PaintMemdev()::Color
all items filtered out