FontDataVariant 373 Source/platform/fonts/Font.cpp std::pair<GlyphData, GlyphPage*> Font::glyphDataAndPageForCharacter(UChar32 c, bool mirror, FontDataVariant variant) const FontDataVariant 118 Source/platform/fonts/Font.h inline GlyphData glyphDataForCharacter(UChar32 c, bool mirror, FontDataVariant variant = AutoVariant) const FontDataVariant 123 Source/platform/fonts/Font.h const SimpleFontData* fontDataForCombiningCharacterSequence(const UChar*, size_t length, FontDataVariant) const; FontDataVariant 125 Source/platform/fonts/Font.h std::pair<GlyphData, GlyphPage*> glyphDataAndPageForCharacter(UChar32, bool mirror, FontDataVariant = AutoVariant) const; FontDataVariant 84 Source/platform/fonts/SimpleFontData.h PassRefPtr<SimpleFontData> variantFontData(const FontDescription& description, FontDataVariant variant) const FontDataVariant 159 Source/platform/fonts/mac/FontComplexTextMac.cpp const SimpleFontData* Font::fontDataForCombiningCharacterSequence(const UChar* characters, size_t length, FontDataVariant variant) const