Glyph 46 Source/core/rendering/svg/SVGTextLayoutEngineSpacing.cpp float SVGTextLayoutEngineSpacing::calculateSVGKerning(bool isVerticalText, Glyph currentGlyph) Glyph 37 Source/core/rendering/svg/SVGTextLayoutEngineSpacing.h float calculateSVGKerning(bool isVerticalText, Glyph currentGlyph); Glyph 45 Source/core/rendering/svg/SVGTextLayoutEngineSpacing.h Glyph m_lastGlyph; Glyph 103 Source/core/rendering/svg/SVGTextMetrics.cpp SVGTextMetrics::SVGTextMetrics(RenderSVGInlineText* text, unsigned position, unsigned length, float width, Glyph glyphNameGlyphId) Glyph 40 Source/core/rendering/svg/SVGTextMetrics.h SVGTextMetrics(RenderSVGInlineText*, unsigned position, unsigned length, float width, Glyph glyphNameGlyphId); Glyph 54 Source/core/rendering/svg/SVGTextMetrics.h Glyph glyph() const { return m_glyph; } Glyph 62 Source/core/rendering/svg/SVGTextMetrics.h Glyph m_glyph; Glyph 88 Source/core/rendering/svg/SVGTextMetricsBuilder.cpp Glyph glyphId = glyphBuffer.glyphAt(0); Glyph 76 Source/core/rendering/svg/SVGTextRunRenderingContext.cpp float SVGTextRunRenderingContext::floatWidthUsingSVGFont(const Font& font, const TextRun& run, int& charsConsumed, Glyph& glyphId) const Glyph 125 Source/core/rendering/svg/SVGTextRunRenderingContext.cpp Glyph glyph = glyphBuffer.glyphAt(from + i); Glyph 47 Source/core/rendering/svg/SVGTextRunRenderingContext.h virtual float floatWidthUsingSVGFont(const Font&, const TextRun&, int& charsConsumed, Glyph& glyphId) const OVERRIDE; Glyph 88 Source/core/svg/SVGFontData.cpp Glyph letterXGlyph = glyphPageZero->glyphForCharacter('x'); Glyph 109 Source/core/svg/SVGFontData.cpp Glyph spaceGlyph = glyphPageZero->glyphForCharacter(' '); Glyph 114 Source/core/svg/SVGFontData.cpp Glyph numeralZeroGlyph = glyphPageZero->glyphForCharacter('0'); Glyph 118 Source/core/svg/SVGFontData.cpp Glyph letterWGlyph = glyphPageZero->glyphForCharacter('W'); Glyph 122 Source/core/svg/SVGFontData.cpp float SVGFontData::widthForSVGGlyph(Glyph glyph, float fontSize) const Glyph 44 Source/core/svg/SVGFontData.h virtual float widthForSVGGlyph(Glyph, float fontSize) const OVERRIDE; Glyph 103 Source/core/svg/SVGFontElement.cpp static inline KerningPairKey makeKerningPairKey(Glyph glyphId1, Glyph glyphId2) Glyph 143 Source/core/svg/SVGFontElement.cpp Glyph glyph1 = glyphsLhs[lhsIndex].tableEntry; Glyph 144 Source/core/svg/SVGFontElement.cpp Glyph glyph2 = glyphsRhs[rhsIndex].tableEntry; Glyph 212 Source/core/svg/SVGFontElement.cpp static float kerningForPairOfGlyphs(const KerningTable& kerningTable, Glyph glyphId1, Glyph glyphId2) Glyph 221 Source/core/svg/SVGFontElement.cpp float SVGFontElement::horizontalKerningForPairOfGlyphs(Glyph glyphId1, Glyph glyphId2) const Glyph 229 Source/core/svg/SVGFontElement.cpp float SVGFontElement::verticalKerningForPairOfGlyphs(Glyph glyphId1, Glyph glyphId2) const Glyph 250 Source/core/svg/SVGFontElement.cpp SVGGlyph SVGFontElement::svgGlyphForGlyph(Glyph glyph) Glyph 256 Source/core/svg/SVGFontElement.cpp Glyph SVGFontElement::missingGlyph() Glyph 64 Source/core/svg/SVGFontElement.h float horizontalKerningForPairOfGlyphs(Glyph, Glyph) const; Glyph 65 Source/core/svg/SVGFontElement.h float verticalKerningForPairOfGlyphs(Glyph, Glyph) const; Glyph 68 Source/core/svg/SVGFontElement.h SVGGlyph svgGlyphForGlyph(Glyph); Glyph 69 Source/core/svg/SVGFontElement.h Glyph missingGlyph(); Glyph 88 Source/core/svg/SVGFontElement.h Glyph m_missingGlyph; Glyph 168 Source/core/svg/SVGGlyphMap.h const SVGGlyph& svgGlyphForGlyph(Glyph glyph) const Glyph 247 Source/core/svg/SVGGlyphMap.h HashMap<String, Glyph> m_namedGlyphs; Glyph 248 Source/core/svg/SVGGlyphMap.h HashMap<String, Glyph> m_idGlyphs; Glyph 51 Source/platform/fonts/CustomFontData.h virtual float widthForSVGGlyph(Glyph, float) const { return 0.0f; } Glyph 176 Source/platform/fonts/Font.cpp float Font::width(const TextRun& run, int& charsConsumed, Glyph& glyphId) const Glyph 703 Source/platform/fonts/Font.cpp inline static float offsetToMiddleOfGlyph(const SimpleFontData* fontData, Glyph glyph) Glyph 731 Source/platform/fonts/Font.cpp Glyph markGlyph = markGlyphData.glyph; Glyph 732 Source/platform/fonts/Font.cpp Glyph spaceGlyph = markFontData->spaceGlyph(); Glyph 99 Source/platform/fonts/Font.h float width(const TextRun&, int& charsConsumed, Glyph& glyphId) const; Glyph 45 Source/platform/fonts/GlyphBuffer.h typedef Glyph GlyphBufferGlyph; Glyph 83 Source/platform/fonts/GlyphBuffer.h Glyph glyphAt(unsigned index) const Glyph 97 Source/platform/fonts/GlyphBuffer.h void add(Glyph glyph, const SimpleFontData* font, float width) Glyph 110 Source/platform/fonts/GlyphBuffer.h void add(Glyph glyph, const SimpleFontData* font, GlyphBufferAdvance advance) Glyph 48 Source/platform/fonts/GlyphMetricsMap.h T metricsForGlyph(Glyph glyph) Glyph 53 Source/platform/fonts/GlyphMetricsMap.h void setMetricsForGlyph(Glyph glyph, const T& metrics) Glyph 63 Source/platform/fonts/GlyphMetricsMap.h T metricsForGlyph(Glyph glyph) const { return m_metrics[glyph % size]; } Glyph 64 Source/platform/fonts/GlyphMetricsMap.h void setMetricsForGlyph(Glyph glyph, const T& metrics) Glyph 49 Source/platform/fonts/GlyphPage.h GlyphData(Glyph g = 0, const SimpleFontData* f = 0) Glyph 54 Source/platform/fonts/GlyphPage.h Glyph glyph; Glyph 112 Source/platform/fonts/GlyphPage.h Glyph glyph = m_glyphs[index]; Glyph 118 Source/platform/fonts/GlyphPage.h ALWAYS_INLINE Glyph glyphForCharacter(UChar32 c) const Glyph 123 Source/platform/fonts/GlyphPage.h ALWAYS_INLINE Glyph glyphAt(unsigned index) const Glyph 137 Source/platform/fonts/GlyphPage.h void setGlyphDataForCharacter(UChar32 c, Glyph g, const SimpleFontData* f) Glyph 142 Source/platform/fonts/GlyphPage.h void setGlyphDataForIndex(unsigned index, Glyph glyph, const SimpleFontData* fontData) Glyph 193 Source/platform/fonts/GlyphPage.h Glyph m_glyphs[size]; Glyph 95 Source/platform/fonts/SVGGlyph.h Glyph tableEntry; Glyph 89 Source/platform/fonts/SimpleFontData.cpp Glyph digitZeroGlyph = glyphPageZero->glyphForCharacter(digitZeroChar); Glyph 161 Source/platform/fonts/SimpleFontData.cpp Glyph SimpleFontData::glyphForCharacter(UChar32 character) const Glyph 117 Source/platform/fonts/SimpleFontData.h FloatRect boundsForGlyph(Glyph) const; Glyph 118 Source/platform/fonts/SimpleFontData.h float widthForGlyph(Glyph glyph) const; Glyph 119 Source/platform/fonts/SimpleFontData.h FloatRect platformBoundsForGlyph(Glyph) const; Glyph 120 Source/platform/fonts/SimpleFontData.h float platformWidthForGlyph(Glyph) const; Glyph 130 Source/platform/fonts/SimpleFontData.h Glyph spaceGlyph() const { return m_spaceGlyph; } Glyph 131 Source/platform/fonts/SimpleFontData.h void setSpaceGlyph(Glyph spaceGlyph) { m_spaceGlyph = spaceGlyph; } Glyph 132 Source/platform/fonts/SimpleFontData.h Glyph zeroWidthSpaceGlyph() const { return m_zeroWidthSpaceGlyph; } Glyph 133 Source/platform/fonts/SimpleFontData.h void setZeroWidthSpaceGlyph(Glyph spaceGlyph) { m_zeroWidthSpaceGlyph = spaceGlyph; } Glyph 134 Source/platform/fonts/SimpleFontData.h bool isZeroWidthSpaceGlyph(Glyph glyph) const { return glyph == m_zeroWidthSpaceGlyph && glyph; } Glyph 135 Source/platform/fonts/SimpleFontData.h Glyph zeroGlyph() const { return m_zeroGlyph; } Glyph 136 Source/platform/fonts/SimpleFontData.h void setZeroGlyph(Glyph zeroGlyph) { m_zeroGlyph = zeroGlyph; } Glyph 140 Source/platform/fonts/SimpleFontData.h Glyph glyphForCharacter(UChar32) const; Glyph 210 Source/platform/fonts/SimpleFontData.h Glyph m_spaceGlyph; Glyph 212 Source/platform/fonts/SimpleFontData.h Glyph m_zeroGlyph; Glyph 215 Source/platform/fonts/SimpleFontData.h Glyph m_zeroWidthSpaceGlyph; Glyph 253 Source/platform/fonts/SimpleFontData.h ALWAYS_INLINE FloatRect SimpleFontData::boundsForGlyph(Glyph glyph) const Glyph 272 Source/platform/fonts/SimpleFontData.h ALWAYS_INLINE float SimpleFontData::widthForGlyph(Glyph glyph) const Glyph 164 Source/platform/fonts/WidthIterator.cpp Glyph glyph = glyphData.glyph; Glyph 185 Source/platform/fonts/mac/FontComplexTextMac.cpp Glyph verticalRightGlyph = verticalRightFontData->glyphForCharacter(baseCharacter); Glyph 190 Source/platform/fonts/mac/FontComplexTextMac.cpp Glyph uprightGlyph = uprightFontData->glyphForCharacter(baseCharacter); Glyph 152 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp bool getSubstitutions(HashMap<Glyph, Glyph>* map, const SharedBuffer& buffer) const Glyph 229 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp bool getGlyphSubstitutions(const LookupList* lookups, HashMap<Glyph, Glyph>* map, const SharedBuffer& buffer) const Glyph 386 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp bool getVerticalGlyphSubstitutions(HashMap<Glyph, Glyph>* map, const SharedBuffer& buffer) const Glyph 500 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp float OpenTypeVerticalData::advanceHeight(const SimpleFontData* font, Glyph glyph) const Glyph 513 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp void OpenTypeVerticalData::getVerticalTranslationsForGlyphs(const SimpleFontData* font, const Glyph* glyphs, size_t count, float* outXYArray) const Glyph 524 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp Glyph glyph = *glyphs; Glyph 558 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp const HashMap<Glyph, Glyph>& map = m_verticalGlyphMap; Glyph 563 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp Glyph glyph = glyphPage->glyphAt(index); Glyph 566 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp Glyph to = map.get(glyph); Glyph 52 Source/platform/fonts/opentype/OpenTypeVerticalData.h float advanceHeight(const SimpleFontData*, Glyph) const; Glyph 53 Source/platform/fonts/opentype/OpenTypeVerticalData.h void getVerticalTranslationsForGlyphs(const SimpleFontData*, const Glyph*, size_t, float* outXYArray) const; Glyph 66 Source/platform/fonts/opentype/OpenTypeVerticalData.h HashMap<Glyph, Glyph> m_verticalGlyphMap; Glyph 71 Source/platform/fonts/opentype/OpenTypeVerticalData.h HashMap<Glyph, int16_t> m_vertOriginY; Glyph 168 Source/platform/fonts/skia/SimpleFontDataSkia.cpp const Glyph xGlyph = glyphPageZero->glyphForCharacter(xChar); Glyph 205 Source/platform/fonts/skia/SimpleFontDataSkia.cpp static inline void getSkiaBoundsForGlyph(SkPaint& paint, Glyph glyph, SkRect& bounds) Glyph 220 Source/platform/fonts/skia/SimpleFontDataSkia.cpp FloatRect SimpleFontData::platformBoundsForGlyph(Glyph glyph) const Glyph 235 Source/platform/fonts/skia/SimpleFontDataSkia.cpp float SimpleFontData::platformWidthForGlyph(Glyph glyph) const Glyph 224 Source/platform/text/TextRun.h virtual float floatWidthUsingSVGFont(const Font&, const TextRun&, int& charsConsumed, Glyph& glyphId) const = 0;