Lines Matching refs:f32
246 f32 hScale, in SetScale()
247 f32 vScale in SetScale()
258 void SetScale(f32 hvScale) in SetScale()
268 f32 GetScaleH() const { return m_Scale.x; } in GetScaleH()
274 f32 GetScaleV() const { return m_Scale.y; } in GetScaleV()
282 f32 width,
283 f32 height);
289 void SetFontSize(f32 height);
296 f32 GetFontWidth() const;
303 f32 GetFontHeight() const;
309 f32 GetFontAscent() const;
315 f32 GetFontDescent() const;
338 void SetFixedWidth(f32 width) { m_FixedWidth = width; } in SetFixedWidth()
344 f32 GetFixedWidth() const { return m_FixedWidth; } in GetFixedWidth()
357 f32 Print(CharCode code);
376 f32 x, in SetCursor()
377 f32 y in SetCursor()
391 f32 x, in SetCursor()
392 f32 y, in SetCursor()
393 f32 z in SetCursor()
407 f32 dx, in MoveCursor()
408 f32 dy in MoveCursor()
422 f32 dx, in MoveCursor()
423 f32 dy, in MoveCursor()
424 f32 dz in MoveCursor()
436 void SetCursorX(f32 x) { m_CursorPos.x = x; } in SetCursorX()
442 void SetCursorY(f32 y) { m_CursorPos.y = y; } in SetCursorY()
448 void SetCursorZ(f32 z) { m_CursorPos.z = z; } in SetCursorZ()
454 void MoveCursorX(f32 dx) { m_CursorPos.x += dx; } in MoveCursorX()
460 void MoveCursorY(f32 dy) { m_CursorPos.y += dy; } in MoveCursorY()
466 void MoveCursorZ(f32 dz) { m_CursorPos.z += dz; } in MoveCursorZ()
472 f32 GetCursorX() const { return m_CursorPos.x; } in GetCursorX()
478 f32 GetCursorY() const { return m_CursorPos.y; } in GetCursorY()
484 f32 GetCursorZ() const { return m_CursorPos.z; } in GetCursorZ()
623 f32 x,
648 f32 m_FixedWidth; //!< 等幅時の幅