GlyphOverflow 856 Source/core/rendering/InlineFlowBox.cpp GlyphOverflow* glyphOverflow = it == textBoxDataMap.end() ? 0 : &it->value.second; GlyphOverflow 37 Source/core/rendering/InlineFlowBox.h struct GlyphOverflow; GlyphOverflow 39 Source/core/rendering/InlineFlowBox.h typedef HashMap<const InlineTextBox*, pair<Vector<const SimpleFontData*>, GlyphOverflow> > GlyphOverflowAndFallbackFontsMap; GlyphOverflow 43 Source/core/rendering/RenderBR.h virtual float width(unsigned /*from*/, unsigned /*len*/, const Font&, float /*xPos*/, TextDirection, HashSet<const SimpleFontData*>* = 0 /*fallbackFonts*/ , GlyphOverflow* = 0) const OVERRIDE { return 0; } GlyphOverflow 44 Source/core/rendering/RenderBR.h virtual float width(unsigned /*from*/, unsigned /*len*/, float /*xpos*/, TextDirection, bool = false /*firstLine*/, HashSet<const SimpleFontData*>* = 0 /*fallbackFonts*/, GlyphOverflow* = 0) const OVERRIDE { return 0; } GlyphOverflow 422 Source/core/rendering/RenderBlockLineLayout.cpp GlyphOverflow glyphOverflow; GlyphOverflow 495 Source/core/rendering/RenderBlockLineLayout.cpp GlyphOverflowAndFallbackFontsMap::ValueType* it = textBoxDataMap.add(toInlineTextBox(run->m_box), make_pair(Vector<const SimpleFontData*>(), GlyphOverflow())).storedValue; GlyphOverflow 502 Source/core/rendering/RenderBlockLineLayout.cpp GlyphOverflowAndFallbackFontsMap::ValueType* it = textBoxDataMap.add(toInlineTextBox(run->m_box), make_pair(Vector<const SimpleFontData*>(), GlyphOverflow())).storedValue; GlyphOverflow 58 Source/core/rendering/RenderCombineText.cpp float RenderCombineText::width(unsigned from, unsigned length, const Font& font, float xPosition, TextDirection direction, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const GlyphOverflow 42 Source/core/rendering/RenderCombineText.h virtual float width(unsigned from, unsigned length, const Font&, float xPosition, TextDirection, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const OVERRIDE; GlyphOverflow 725 Source/core/rendering/RenderText.cpp ALWAYS_INLINE float RenderText::widthFromCache(const Font& f, int start, int len, float xPos, TextDirection textDirection, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const GlyphOverflow 886 Source/core/rendering/RenderText.cpp GlyphOverflow glyphOverflow; GlyphOverflow 898 Source/core/rendering/RenderText.cpp void RenderText::computePreferredLogicalWidths(float leadWidth, HashSet<const SimpleFontData*>& fallbackFonts, GlyphOverflow& glyphOverflow) GlyphOverflow 1489 Source/core/rendering/RenderText.cpp float RenderText::width(unsigned from, unsigned len, float xPos, TextDirection textDirection, bool firstLine, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const GlyphOverflow 1500 Source/core/rendering/RenderText.cpp float RenderText::width(unsigned from, unsigned len, const Font& f, float xPos, TextDirection textDirection, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const GlyphOverflow 87 Source/core/rendering/RenderText.h virtual float width(unsigned from, unsigned len, const Font&, float xPos, TextDirection, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const; GlyphOverflow 88 Source/core/rendering/RenderText.h virtual float width(unsigned from, unsigned len, float xPos, TextDirection, bool firstLine = false, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const; GlyphOverflow 167 Source/core/rendering/RenderText.h void computePreferredLogicalWidths(float leadWidth, HashSet<const SimpleFontData*>& fallbackFonts, GlyphOverflow&); GlyphOverflow 182 Source/core/rendering/RenderText.h float widthFromCache(const Font&, int start, int len, float xPos, TextDirection, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow*) const; GlyphOverflow 634 Source/core/rendering/RootInlineBox.cpp GlyphOverflow* glyphOverflow = 0; GlyphOverflow 524 Source/core/rendering/line/BreakingContextInlineHeaders.h GlyphOverflow glyphOverflow; GlyphOverflow 140 Source/platform/fonts/Font.cpp float Font::width(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const GlyphOverflow 749 Source/platform/fonts/Font.cpp float Font::floatWidthForSimpleText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const GlyphOverflow 61 Source/platform/fonts/Font.h GlyphOverflow() GlyphOverflow 98 Source/platform/fonts/Font.h float width(const TextRun&, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const; GlyphOverflow 140 Source/platform/fonts/Font.h float floatWidthForSimpleText(const TextRun&, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const; GlyphOverflow 150 Source/platform/fonts/Font.h float floatWidthForComplexText(const TextRun&, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const; GlyphOverflow 38 Source/platform/fonts/WidthCache.h struct GlyphOverflow; GlyphOverflow 215 Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* /* fallbackFonts */, GlyphOverflow* glyphOverflow) const GlyphOverflow 131 Source/platform/fonts/mac/FontComplexTextMac.cpp float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const