HomeSort by relevance Sort by last modified time
    Searched refs:SimpleWithGlyphOverflow (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
Font.cpp 180 return floatWidthForSimpleText(run, 0, returnFallbackFonts ? fallbackFonts : 0, codePathToUse == SimpleWithGlyphOverflow || (glyphOverflow && glyphOverflow->computeBounds) ? glyphOverflow : 0);
321 result = SimpleWithGlyphOverflow;
Font.h 157 enum CodePath { Auto, Simple, Complex, SimpleWithGlyphOverflow };

Completed in 58 milliseconds