OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FontDataVariant
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.h
69
enum
FontDataVariant
{ AutoVariant, NormalVariant, SmallCapsVariant, EmphasisMarkVariant };
85
SimpleFontData* variantFontData(const FontDescription& description,
FontDataVariant
variant) const
Font.h
142
GlyphData glyphDataForCharacter(UChar32, bool mirror,
FontDataVariant
= AutoVariant) const;
FontFastPath.cpp
43
GlyphData Font::glyphDataForCharacter(UChar32 c, bool mirror,
FontDataVariant
variant) const
/external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp
190
FontDataVariant
fontDataVariant
= AutoVariant;
200
fontDataVariant
= SmallCapsVariant;
202
const FontData* fontData = m_font->glyphDataForCharacter(m_item.string[m_item.item.pos], false,
fontDataVariant
).fontData;
Completed in 199 milliseconds