Searched refs:scaleX (Results 1 – 1 of 1) sorted by relevance
| /RvlSDK-3.2.2/build/demos/fntdemo/src/ |
| D | fntdemo1.c | 116 f32 scaleX, f32 scaleY, in DrawChar() argument 119 f32 posLeft = x + tex->left * scaleX; in DrawChar() 121 f32 posRight = posLeft + tex->glyphWidth * scaleX; in DrawChar() 181 f32 scaleX, f32 scaleY, in DrawString() argument 193 scaleWd = tex.charWidth * scaleX; in DrawString() 195 DrawChar(x + margin, y, z, &tex, scaleX, scaleY, lastImage); in DrawString() 216 f32 scaleX ) in GetStringWidth() argument 226 totalWidth += width * scaleX; in GetStringWidth() 246 f32 scaleX = 1.F; in DrawSample() local 262 drawW = DrawString(font, x, y, z, str0, scaleX, scaleY, 0.F, &lastImage); in DrawSample() [all …]
|