Lines Matching refs:m_Scale
198 return m_pFont->GetWidth() * m_Scale.x; in GetFontWidth()
205 return m_pFont->GetHeight() * m_Scale.y; in GetFontHeight()
212 return m_pFont->GetAscent() * m_Scale.y; in GetFontAscent()
219 return m_pFont->GetDescent() * m_Scale.y; in GetFontDescent()
244 f32 margin = (m_FixedWidth - widths.charWidth * m_Scale.x) / 2; in Print()
247 left = margin + widths.left * m_Scale.x; in Print()
251 width = widths.charWidth * m_Scale.x; in Print()
252 left = widths.left * m_Scale.x; in Print()
269 m_CursorPos.x += glyph.widths.glyphWidth * m_Scale.x; in DrawGlyph()
302 const f32 width = glyph.widths.glyphWidth * m_Scale.x; in PrintGlyph()
303 const f32 height = - glyph.height * m_Scale.y; in PrintGlyph()
345 const f32 posRight = posLeft + glyph.widths.glyphWidth * m_Scale.x; in PrintGlyph()
348 const f32 posBottom = y + glyph.height * m_Scale.y; in PrintGlyph()
350 const f32 posTop = y + glyph.height * m_Scale.y; in PrintGlyph()