Lines Matching refs:f32
241 f32 hScale, in SetScale()
242 f32 vScale in SetScale()
253 void SetScale(f32 hvScale) in SetScale()
263 f32 GetScaleH() const { return m_Scale.x; } in GetScaleH()
269 f32 GetScaleV() const { return m_Scale.y; } in GetScaleV()
277 f32 width,
278 f32 height);
284 void SetFontSize(f32 height);
291 f32 GetFontWidth() const;
298 f32 GetFontHeight() const;
304 f32 GetFontAscent() const;
310 f32 GetFontDescent() const;
333 void SetFixedWidth(f32 width) { m_FixedWidth = width; } in SetFixedWidth()
339 f32 GetFixedWidth() const { return m_FixedWidth; } in GetFixedWidth()
352 f32 Print(CharCode code);
371 f32 x, in SetCursor()
372 f32 y in SetCursor()
386 f32 x, in SetCursor()
387 f32 y, in SetCursor()
388 f32 z in SetCursor()
402 f32 dx, in MoveCursor()
403 f32 dy in MoveCursor()
417 f32 dx, in MoveCursor()
418 f32 dy, in MoveCursor()
419 f32 dz in MoveCursor()
431 void SetCursorX(f32 x) { m_CursorPos.x = x; } in SetCursorX()
437 void SetCursorY(f32 y) { m_CursorPos.y = y; } in SetCursorY()
443 void SetCursorZ(f32 z) { m_CursorPos.z = z; } in SetCursorZ()
449 void MoveCursorX(f32 dx) { m_CursorPos.x += dx; } in MoveCursorX()
455 void MoveCursorY(f32 dy) { m_CursorPos.y += dy; } in MoveCursorY()
461 void MoveCursorZ(f32 dz) { m_CursorPos.z += dz; } in MoveCursorZ()
467 f32 GetCursorX() const { return m_CursorPos.x; } in GetCursorX()
473 f32 GetCursorY() const { return m_CursorPos.y; } in GetCursorY()
479 f32 GetCursorZ() const { return m_CursorPos.z; } in GetCursorZ()
609 f32 x,
634 f32 m_FixedWidth; //