_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:356_ShiftRotateAndZoomImage()
pImage = &_aImage[Index0];
memory_device_app.c:358_ShiftRotateAndZoomImage()
pImage = &_aImage[Index1];
memory_device_app.c:360_ShiftRotateAndZoomImage()
pImage = &_aImage[Index2];
memory_device_app.c:362_ShiftRotateAndZoomImage()
pImage = &_aImage[Index3];
memory_device_app.c:383_ShiftRotateAndZoomImage()
pImage = &_aImage[Index1];
memory_device_app.c:479MainTask()
if (_GetImage(&_aImage[i])) {

Data Use

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