glyphForCharacter   88 Source/core/svg/SVGFontData.cpp         Glyph letterXGlyph = glyphPageZero->glyphForCharacter('x');
glyphForCharacter  109 Source/core/svg/SVGFontData.cpp     Glyph spaceGlyph = glyphPageZero->glyphForCharacter(' ');
glyphForCharacter  114 Source/core/svg/SVGFontData.cpp     Glyph numeralZeroGlyph = glyphPageZero->glyphForCharacter('0');
glyphForCharacter  118 Source/core/svg/SVGFontData.cpp     Glyph letterWGlyph = glyphPageZero->glyphForCharacter('W');
glyphForCharacter  118 Source/platform/fonts/GlyphPage.h     ALWAYS_INLINE Glyph glyphForCharacter(UChar32 c) const
glyphForCharacter   89 Source/platform/fonts/SimpleFontData.cpp         Glyph digitZeroGlyph = glyphPageZero->glyphForCharacter(digitZeroChar);
glyphForCharacter  118 Source/platform/fonts/SimpleFontData.cpp     m_zeroWidthSpaceGlyph = glyphPageZero->glyphForCharacter(0);
glyphForCharacter  123 Source/platform/fonts/SimpleFontData.cpp     m_spaceGlyph = glyphPageZero->glyphForCharacter(' ');
glyphForCharacter  126 Source/platform/fonts/SimpleFontData.cpp     m_zeroGlyph = glyphPageZero->glyphForCharacter('0');
glyphForCharacter  140 Source/platform/fonts/SimpleFontData.h     Glyph glyphForCharacter(UChar32) const;
glyphForCharacter  185 Source/platform/fonts/mac/FontComplexTextMac.cpp                     Glyph verticalRightGlyph = verticalRightFontData->glyphForCharacter(baseCharacter);
glyphForCharacter  190 Source/platform/fonts/mac/FontComplexTextMac.cpp                     Glyph uprightGlyph = uprightFontData->glyphForCharacter(baseCharacter);
glyphForCharacter  168 Source/platform/fonts/skia/SimpleFontDataSkia.cpp             const Glyph xGlyph = glyphPageZero->glyphForCharacter(xChar);