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

MAG_FACTOR macro

static code

Syntax

#define MAG_FACTOR 3

References

LocationText
GUIDEMO_Bitmap.c:1188
#define MAG_FACTOR 3
GUIDEMO_Bitmap.c:1199
x0 = xCenter - (GUIDEMO_bm4bpp.XSize >> 1) * MAG_FACTOR;
GUIDEMO_Bitmap.c:1200
y0 = yCenter - (GUIDEMO_bm4bpp.YSize >> 1) * MAG_FACTOR;
GUIDEMO_Bitmap.c:1201
GUI_DrawBitmapMag(&GUIDEMO_bm4bpp, x0, y0, MAG_FACTOR, MAG_FACTOR);