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

  /external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.h 69 enum FontDataVariant { AutoVariant, NormalVariant, SmallCapsVariant, EmphasisMarkVariant };
92 case AutoVariant:
Font.h 142 GlyphData glyphDataForCharacter(UChar32, bool mirror, FontDataVariant = AutoVariant) const;
FontFastPath.cpp 47 if (variant == AutoVariant) {
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp 190 FontDataVariant fontDataVariant = AutoVariant;
  /external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.cpp 149 nextFontData = m_font.glyphDataForCharacter(*curr, false, forceSmallCaps ? SmallCapsVariant : AutoVariant).fontData;
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp 240 nextGlyphData = m_font.glyphDataForCharacter(*curr, false, forceSmallCaps ? SmallCapsVariant : AutoVariant);

Completed in 210 milliseconds