Home
last modified time | relevance | path

Searched refs:GlyphOverflow (Results 1 – 25 of 25) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderText.h74 …st Font&, float xPos, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
75 …ol firstLine = false, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
146 …erredLogicalWidths(float leadWidth, HashSet<const SimpleFontData*>& fallbackFonts, GlyphOverflow&);
159 …t start, int len, float xPos, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow*) const;
DRenderBR.h43 …oat /*xPos*/, HashSet<const SimpleFontData*>* = 0 /*fallbackFonts*/ , GlyphOverflow* = 0) const { …
44 …/*firstLine*/, HashSet<const SimpleFontData*>* = 0 /*fallbackFonts*/, GlyphOverflow* = 0) const { …
DRenderCombineText.h41 …nt&, float xPosition, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
DRenderCombineText.cpp56 …font, float xPosition, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow… in width()
DRenderText.cpp613 …, int len, float xPos, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow… in widthFromCache()
767 GlyphOverflow glyphOverflow; in computePreferredLogicalWidths()
773 …idths(float leadWidth, HashSet<const SimpleFontData*>& fallbackFonts, GlyphOverflow& glyphOverflow) in computePreferredLogicalWidths()
1299 … xPos, bool firstLine, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow… in width()
1310 …t Font& f, float xPos, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow… in width()
DInlineFlowBox.h36 typedef HashMap<const InlineTextBox*, pair<Vector<const SimpleFontData*>, GlyphOverflow> > GlyphOve…
DRenderBlockLineLayout.cpp464 GlyphOverflow glyphOverflow; in computeInlineDirectionPositionsForLine()
488 …cast<InlineTextBox*>(r->m_box), make_pair(Vector<const SimpleFontData*>(), GlyphOverflow())).first; in computeInlineDirectionPositionsForLine()
495 …cast<InlineTextBox*>(r->m_box), make_pair(Vector<const SimpleFontData*>(), GlyphOverflow())).first; in computeInlineDirectionPositionsForLine()
DRootInlineBox.cpp583 GlyphOverflow* glyphOverflow = 0; in ascentAndDescentForBox()
DInlineFlowBox.cpp753 GlyphOverflow* glyphOverflow = it == textBoxDataMap.end() ? 0 : &it->second.second; in addTextBoxVisualOverflow()
/external/webkit/Source/WebCore/platform/graphics/
DFont.h58 struct GlyphOverflow { struct
59 GlyphOverflow() in GlyphOverflow() argument
100 …float width(const TextRun&, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0)…
183 …xtRun&, GlyphBuffer*, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
198 …xText(const TextRun&, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
DFont.cpp168 float Font::width(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow*… in width()
DFontFastPath.cpp449 …phBuffer* glyphBuffer, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow… in floatWidthForSimpleText()
/external/webkit/Source/WebCore/platform/graphics/efl/
DFontEfl.cpp58 float Font::floatWidthForComplexText(const TextRun&, HashSet<const SimpleFontData*>*, GlyphOverflow in floatWidthForComplexText()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DFontHaiku.cpp106 …xt(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow… in floatWidthForComplexText()
/external/webkit/Source/WebCore/platform/graphics/win/
DFontWin.cpp125 …xt(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow… in floatWidthForComplexText()
/external/webkit/Source/WebCore/platform/graphics/mac/
DFontComplexTextMac.cpp110 …xt(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow… in floatWidthForComplexText()
/external/webkit/Source/WebCore/platform/graphics/wx/
DFontWx.cpp168 …omplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow*) const in floatWidthForComplexText()
/external/webkit/Source/WebCore/platform/graphics/qt/
DFontQt.cpp276 …phBuffer* glyphBuffer, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow… in floatWidthForSimpleText()
296 …floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>*, GlyphOverflow*) const in floatWidthForComplexText()
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontWinCE.cpp243 …xt(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow… in floatWidthForComplexText()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontLinux.cpp244 …st TextRun& run, HashSet<const SimpleFontData*>* /* fallbackFonts */, GlyphOverflow* /* glyphOverf… in floatWidthForComplexText()
DFontChromiumWin.cpp536 …st TextRun& run, HashSet<const SimpleFontData*>* /* fallbackFonts */, GlyphOverflow* /* glyphOverf… in floatWidthForComplexText()
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontAndroid.cpp341 …floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>*, GlyphOverflow*) const in floatWidthForComplexText()
1077 HashSet<const SimpleFontData*>*, GlyphOverflow*) const in floatWidthForComplexText()
/external/webkit/Source/WebCore/platform/graphics/gtk/
DFontGtk.cpp349 …xt(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* overflow) con… in floatWidthForComplexText()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2413928 (WebCore::Font::floatWidth): Use codePath(). Pass the GlyphOverflow pointer through to
13932 … * platform/graphics/Font.h: Replaced canUseGlyphCache() with codePath(). Added a GlyphOverflow
13939 … (WebCore::Font::floatWidthForSimpleText): Added a GlyphOverflow parameter. If not 0, have the
13940 width iterator account for glyph bounds, then update the GlyphOverflow accordingly.
25371 (WebCore::GlyphOverflow::GlyphOverflow): Added.
DChangeLog40392GlyphOverflow can now have a computeBounds parameter set, in which case glyph bounds will be compu…
40426 (WebCore::GlyphOverflow::GlyphOverflow):