Searched refs:widths (Results 1 – 8 of 8) sorted by relevance
238 CharWidths &widths = glyph.widths; in Print() local244 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()291 const f32 texRight = 1.0f * (glyph.cellX + glyph.widths.glyphWidth) in PrintGlyph()302 const f32 width = glyph.widths.glyphWidth * m_Scale.x; in PrintGlyph()345 const f32 posRight = posLeft + glyph.widths.glyphWidth * m_Scale.x; in PrintGlyph()
140 PairFont::SetDefaultCharWidths(const CharWidths& widths) in SetDefaultCharWidths() argument142 m_Primary->SetDefaultCharWidths(widths); in SetDefaultCharWidths()143 m_Secondary->SetDefaultCharWidths(widths); in SetDefaultCharWidths()
197 ResFontBase::SetDefaultCharWidths( const CharWidths& widths ) in SetDefaultCharWidths() argument200 NN_POINTER_ASSERT( &widths ); in SetDefaultCharWidths()201 m_pFontInfo->defaultWidth = widths; in SetDefaultCharWidths()433 glyph->widths = GetCharWidthsFromIndex(index); in GetGlyphFromIndex()
337 glyph->widths = GetCharWidthsFromIndex(index); in GetGlyphFromIndex()
670 glyph->widths = GetCharWidthsFromIndex(gindex); in MakeGlyph()
126 CharWidths widths; //!< 文字幅情報 member257 const CharWidths& widths
85 virtual void SetDefaultCharWidths(const CharWidths& widths);
77 virtual void SetDefaultCharWidths(const CharWidths& widths);