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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
SimpleFontData.h 54 enum FontDataVariant { AutoVariant, NormalVariant, SmallCapsVariant, EmphasisMarkVariant, BrokenIdeographVariant };
104 case AutoVariant:
Font.h 146 inline GlyphData glyphDataForCharacter(UChar32 c, bool mirror, FontDataVariant variant = AutoVariant) const
153 std::pair<GlyphData, GlyphPage*> glyphDataAndPageForCharacter(UChar32, bool mirror, FontDataVariant = AutoVariant) const;
FontFastPath.cpp 167 if (variant == AutoVariant) {

Completed in 2477 milliseconds