_pfDraw is only used within STemWin_SampleDemo.
 
Symbols
loading...
Files
loading...

_pfDraw variable

DATA - _pfDraw[] - Array of function pointers to drawing routines

Syntax

void (* _pfDraw[NUM_SCALES])(void * p) = { _Draw_0, _Draw_1 };

References

LocationReferrerText
GUIDEMO_Automotive.c:431
void (* _pfDraw[NUM_SCALES])(void * p) = {
GUIDEMO_Automotive.c:470_AutomotiveDemo()
GUI_MEMDEV_DrawAuto(&aAutoDev[i], &aParam[i].AutoDevInfo, _pfDraw[i], &aParam[i]);
GUIDEMO_Automotive.c:486_AutomotiveDemo()
GUI_MEMDEV_DrawAuto(&aAutoDev[i], &aParam[i].AutoDevInfo, _pfDraw[i], &aParam[i]);

Data Use

Functions reading _pfDraw
_pfDraw
all items filtered out