Lines Matching refs:z
114 f32 x, f32 y, f32 z, in DrawChar() argument
147 GXPosition3f32(posLeft, posTop, z); in DrawChar()
150 GXPosition3f32(posRight, posTop, z); in DrawChar()
153 GXPosition3f32(posRight, posBottom, z); in DrawChar()
156 GXPosition3f32(posLeft, posBottom, z); in DrawChar()
179 f32 x, f32 y, f32 z, in DrawString() argument
195 DrawChar(x + margin, y, z, &tex, scaleX, scaleY, lastImage); in DrawString()
244 f32 x, f32 y, f32 z ) in DrawSample() argument
262 drawW = DrawString(font, x, y, z, str0, scaleX, scaleY, 0.F, &lastImage); in DrawSample()
264 drawW = DrawString(font, x, y, z, str1, scaleX, scaleY, 0.F, &lastImage); in DrawSample()
266 drawW = DrawString(font, x, y, z, str2, scaleX, scaleY, 0.F, &lastImage); in DrawSample()
270 drawW = DrawString(font, x, y, z, str3, scaleX, scaleY, 0.F, &lastImage); in DrawSample()
278 drawW = DrawString(font, x, y, z, str3, scaleX, scaleY, in DrawSample()
287 drawW = DrawString(font, x, y, z, str4, scaleX, scaleY, 0.F, &lastImage); in DrawSample()