_aImage is only used within STemWin_MemoryDevice.
 
Symbols
loading...
Files
loading...

_aImage variable

Syntax

static IMAGE _aImage[] = { { &bmWheel4 }, { &bmWheel3 }, { &bmWheel2 }, { &bmWheel5 } };

References

LocationReferrerText
memory_device_app.c:47
static IMAGE _aImage[] = {
memory_device_app.c:55
static int _NumImages = sizeof(_aImage) / sizeof(_aImage[0]);
memory_device_app.c:109_RotateAndZoomImage()
pImage = &_aImage[Index];
memory_device_app.c:347_ShiftRotateAndZoomImage()
pImage = &_aImage[Index0];
memory_device_app.c:349_ShiftRotateAndZoomImage()
pImage = &_aImage[Index1];
memory_device_app.c:351_ShiftRotateAndZoomImage()
pImage = &_aImage[Index2];
memory_device_app.c:353_ShiftRotateAndZoomImage()
pImage = &_aImage[Index3];
memory_device_app.c:372_ShiftRotateAndZoomImage()
pImage = &_aImage[Index1];
memory_device_app.c:466MainTask()
if (_GetImage(&_aImage[i])) {

Data Use

Functions reading _aImage
_aImage
Type of _aImage
_aImage
all items filtered out