Lines Matching refs:f32
33 f32 *charMagScale;
36 f32 charMagScaleF[2]; // xxx should it be [4]?
39 f32 charMagScaleP[2]; // xxx should it be [4]?
42 f32 depth;
45 f32 color[4];
95 inline void DEMOFontSetViewport(f32 xOrig, f32 yOrig, f32 width, f32 height) in DEMOFontSetViewport()
128 void DEMOFontPrintf(f32 column, f32 line, const char* pFmt, ... );
137 void DEMOFontPuts(f32 column, f32 line, const char* pStr);
145 void DEMOFontSetColor(f32 r, f32 g, f32 b, f32 a);
151 void DEMOFontSetGridSize(f32 xGrid, f32 yGrid);
161 void DEMOFontSetZValue(f32 zValue);
167 void DEMOFontGetCharSize(f32 *pCharWidth, f32 *pCharHeight);