HomeSort by relevance Sort by last modified time
    Searched full:fallbackfonts (Results 26 - 29 of 29) sorted by null

12

  /external/webkit/Source/WebCore/platform/graphics/qt/
FontQt.cpp 276 float Font::floatWidthForSimpleText(const TextRun& run, GlyphBuffer* glyphBuffer, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 536 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* /* fallbackFonts */, GlyphOverflow* /* glyphOverflow */) const
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp 463 HashSet<const SimpleFontData*> fallbackFonts;
485 r->m_box->setLogicalWidth(rt->width(r->m_start, r->m_stop - r->m_start, totalLogicalWidth, firstLine, &fallbackFonts, &glyphOverflow) + hyphenWidth);
486 if (!fallbackFonts.isEmpty()) {
490 copyToVector(fallbackFonts, it->second.first);
    [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2010-05-24     [all...]

Completed in 755 milliseconds

12