Home
last modified time | relevance | path

Searched refs:FontDataVariant (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DSimpleFontData.h69 enum FontDataVariant { AutoVariant, NormalVariant, SmallCapsVariant, EmphasisMarkVariant }; enum
85 … SimpleFontData* variantFontData(const FontDescription& description, FontDataVariant variant) const in variantFontData()
DFont.h142 GlyphData glyphDataForCharacter(UChar32, bool mirror, FontDataVariant = AutoVariant) const;
DFontFastPath.cpp43 GlyphData Font::glyphDataForCharacter(UChar32 c, bool mirror, FontDataVariant variant) const in glyphDataForCharacter()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DComplexTextControllerLinux.cpp190 FontDataVariant fontDataVariant = AutoVariant; in setupFontForScriptRun()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1640311 … (WebCore::Font::glyphDataForCharacter): Replaced the forceSmallCaps boolean with a FontDataVariant