Lines Matching refs:f32
242 f32 hScale, in SetScale()
243 f32 vScale in SetScale()
254 void SetScale(f32 hvScale) in SetScale()
264 f32 GetScaleH() const { return m_Scale.x; } in GetScaleH()
270 f32 GetScaleV() const { return m_Scale.y; } in GetScaleV()
278 f32 width,
279 f32 height);
285 void SetFontSize(f32 height);
292 f32 GetFontWidth() const;
299 f32 GetFontHeight() const;
305 f32 GetFontAscent() const;
311 f32 GetFontDescent() const;
334 void SetFixedWidth(f32 width) { m_FixedWidth = width; } in SetFixedWidth()
340 f32 GetFixedWidth() const { return m_FixedWidth; } in GetFixedWidth()
353 f32 Print(CharCode code);
372 f32 x, in SetCursor()
373 f32 y in SetCursor()
387 f32 x, in SetCursor()
388 f32 y, in SetCursor()
389 f32 z in SetCursor()
403 f32 dx, in MoveCursor()
404 f32 dy in MoveCursor()
418 f32 dx, in MoveCursor()
419 f32 dy, in MoveCursor()
420 f32 dz in MoveCursor()
432 void SetCursorX(f32 x) { m_CursorPos.x = x; } in SetCursorX()
438 void SetCursorY(f32 y) { m_CursorPos.y = y; } in SetCursorY()
444 void SetCursorZ(f32 z) { m_CursorPos.z = z; } in SetCursorZ()
450 void MoveCursorX(f32 dx) { m_CursorPos.x += dx; } in MoveCursorX()
456 void MoveCursorY(f32 dy) { m_CursorPos.y += dy; } in MoveCursorY()
462 void MoveCursorZ(f32 dz) { m_CursorPos.z += dz; } in MoveCursorZ()
468 f32 GetCursorX() const { return m_CursorPos.x; } in GetCursorX()
474 f32 GetCursorY() const { return m_CursorPos.y; } in GetCursorY()
480 f32 GetCursorZ() const { return m_CursorPos.z; } in GetCursorZ()
619 f32 x,
644 f32 m_FixedWidth; //!< 等幅時の幅