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/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Font.h
146
inline GlyphData glyphDataForCharacter(UChar32 c, bool mirror,
FontDataVariant
variant = AutoVariant) const
151
const SimpleFontData* fontDataForCombiningCharacterSequence(const UChar*, size_t length,
FontDataVariant
) const;
153
std::pair<GlyphData, GlyphPage*> glyphDataAndPageForCharacter(UChar32, bool mirror,
FontDataVariant
= AutoVariant) const;
SimpleFontData.h
54
enum
FontDataVariant
{ AutoVariant, NormalVariant, SmallCapsVariant, EmphasisMarkVariant, BrokenIdeographVariant };
95
PassRefPtr<SimpleFontData> variantFontData(const FontDescription& description,
FontDataVariant
variant) const
FontFastPath.cpp
163
std::pair<GlyphData, GlyphPage*> Font::glyphDataAndPageForCharacter(UChar32 c, bool mirror,
FontDataVariant
variant) const
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
FontComplexTextMac.cpp
159
const SimpleFontData* Font::fontDataForCombiningCharacterSequence(const UChar* characters, size_t length,
FontDataVariant
variant) const
Completed in 26 milliseconds