Home
last modified time | relevance | path

Searched refs:ByWholeGlyphs (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextController.h48 enum GlyphIterationStyle { IncludePartialGlyphs, ByWholeGlyphs }; enumerator
DComplexTextController.cpp56 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()