Searched refs:ByWholeGlyphs (Results 1 – 2 of 2) sorted by relevance
48 enum GlyphIterationStyle { IncludePartialGlyphs, ByWholeGlyphs }; enumerator
56 m_controller->advance(from, 0, ByWholeGlyphs, fallbackFonts); in width()60 m_controller->advance(from + len, 0, ByWholeGlyphs, fallbackFonts); in width()542 } else if (iterationStyle == ByWholeGlyphs) { in advance()