Searched defs:widthForGlyph (Results 1 – 2 of 2) sorted by relevance
47 float widthForGlyph(Glyph glyph) in widthForGlyph() function62 float widthForGlyph(Glyph glyph) const { return m_widths[glyph % size]; } in widthForGlyph() function
240 ALWAYS_INLINE float SimpleFontData::widthForGlyph(Glyph glyph) const in widthForGlyph() function