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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontTest.cpp 83 EXPECT_EQ(Font::SimpleWithGlyphOverflow, Font::characterRangeCodePath(c6, 1));
85 EXPECT_EQ(Font::SimpleWithGlyphOverflow, Font::characterRangeCodePath(c7, 1));
161 // SimpleWithGlyphOverflow-Simple is SimpleWithGlyphOverflow
163 EXPECT_EQ(Font::SimpleWithGlyphOverflow, Font::characterRangeCodePath(c5, 2));
164 // Simple-SimpleWithGlyphOverflow is SimpleWithGlyphOverflow
166 EXPECT_EQ(Font::SimpleWithGlyphOverflow, Font::characterRangeCodePath(c6, 2));
167 // SimpleWithGlyphOverflow-Complex is Complex
170 // Complex-SimpleWithGlyphOverflow is Comple
    [all...]
Font.cpp 213 if (codePathToUse != SimpleWithGlyphOverflow && (glyphOverflow && !glyphOverflow->computeBounds))
443 result = SimpleWithGlyphOverflow;
Font.h 165 enum CodePath { Auto, Simple, Complex, SimpleWithGlyphOverflow };

Completed in 947 milliseconds