Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextController.h48 enum GlyphIterationStyle { IncludePartialGlyphs, ByWholeGlyphs }; enum
57 …void advance(unsigned to, GlyphBuffer* = 0, GlyphIterationStyle = IncludePartialGlyphs, HashSet<co…
DComplexTextController.cpp486 void ComplexTextController::advance(unsigned offset, GlyphBuffer* glyphBuffer, GlyphIterationStyle in advance()