Searched refs:SimpleWithGlyphOverflow (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DFont.cpp180 return floatWidthForSimpleText(run, 0, returnFallbackFonts ? fallbackFonts : 0, codePathToUse == SimpleWithGlyphOverflow || (glyphOverflow && glyphOverflow->computeBounds) ? glyphOverflow : 0);
321 result = SimpleWithGlyphOverflow;
H A DFont.h157 enum CodePath { Auto, Simple, Complex, SimpleWithGlyphOverflow }; enumerator in enum:WebCore::Font::CodePath

Completed in 36 milliseconds