Lines Matching refs:f32

254                             f32 hScale,  in SetScale()
255 f32 vScale in SetScale()
266 void SetScale(f32 hvScale) in SetScale()
276 f32 GetScaleH() const { return m_Scale.x; } in GetScaleH()
282 f32 GetScaleV() const { return m_Scale.y; } in GetScaleV()
290 f32 width,
291 f32 height);
297 void SetFontSize(f32 height);
304 f32 GetFontWidth() const;
311 f32 GetFontHeight() const;
317 f32 GetFontAscent() const;
323 f32 GetFontDescent() const;
346 void SetFixedWidth(f32 width) { m_FixedWidth = width; } in SetFixedWidth()
352 f32 GetFixedWidth() const { return m_FixedWidth; } in GetFixedWidth()
365 f32 Print(CharCode code);
384 f32 x, in SetCursor()
385 f32 y in SetCursor()
399 f32 x, in SetCursor()
400 f32 y, in SetCursor()
401 f32 z in SetCursor()
415 f32 dx, in MoveCursor()
416 f32 dy in MoveCursor()
430 f32 dx, in MoveCursor()
431 f32 dy, in MoveCursor()
432 f32 dz in MoveCursor()
444 void SetCursorX(f32 x) { m_CursorPos.x = x; } in SetCursorX()
450 void SetCursorY(f32 y) { m_CursorPos.y = y; } in SetCursorY()
456 void SetCursorZ(f32 z) { m_CursorPos.z = z; } in SetCursorZ()
462 void MoveCursorX(f32 dx) { m_CursorPos.x += dx; } in MoveCursorX()
468 void MoveCursorY(f32 dy) { m_CursorPos.y += dy; } in MoveCursorY()
474 void MoveCursorZ(f32 dz) { m_CursorPos.z += dz; } in MoveCursorZ()
480 f32 GetCursorX() const { return m_CursorPos.x; } in GetCursorX()
486 f32 GetCursorY() const { return m_CursorPos.y; } in GetCursorY()
492 f32 GetCursorZ() const { return m_CursorPos.z; } in GetCursorZ()
631 f32 x,
655 f32 m_FixedWidth; //!< 等幅時の幅