Searched refs:widths (Results 1 – 8 of 8) sorted by relevance
236 CharWidths &widths = glyph.widths; in Print() local242 f32 margin = (m_FixedWidth - widths.charWidth * m_Scale.x) / 2; in Print()245 left = margin + widths.left * m_Scale.x; in Print()249 width = widths.charWidth * m_Scale.x; in Print()250 left = widths.left * m_Scale.x; in Print()267 m_CursorPos.x += glyph.widths.glyphWidth * m_Scale.x; in DrawGlyph()289 const f32 texRight = 1.0f * (glyph.cellX + glyph.widths.glyphWidth) in PrintGlyph()300 const f32 width = glyph.widths.glyphWidth * m_Scale.x; in PrintGlyph()343 const f32 posRight = posLeft + glyph.widths.glyphWidth * m_Scale.x; in PrintGlyph()
138 PairFont::SetDefaultCharWidths(const CharWidths& widths) in SetDefaultCharWidths() argument140 m_Primary->SetDefaultCharWidths(widths); in SetDefaultCharWidths()141 m_Secondary->SetDefaultCharWidths(widths); in SetDefaultCharWidths()
195 ResFontBase::SetDefaultCharWidths( const CharWidths& widths ) in SetDefaultCharWidths() argument198 NN_POINTER_ASSERT( &widths ); in SetDefaultCharWidths()199 m_pFontInfo->defaultWidth = widths; in SetDefaultCharWidths()431 glyph->widths = GetCharWidthsFromIndex(index); in GetGlyphFromIndex()
335 glyph->widths = GetCharWidthsFromIndex(index); in GetGlyphFromIndex()
668 glyph->widths = GetCharWidthsFromIndex(gindex); in MakeGlyph()
124 CharWidths widths; //!< 文字幅情報 member255 const CharWidths& widths
83 virtual void SetDefaultCharWidths(const CharWidths& widths);
75 virtual void SetDefaultCharWidths(const CharWidths& widths);