HomeSort by relevance Sort by last modified time
    Searched defs:glyphOverflow (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 751 GlyphOverflow* glyphOverflow = 0;
755 glyphOverflow = it == textBoxDataMap.end() ? 0 : &it->value.second;
    [all...]
InlineFlowBox.cpp     [all...]
RenderText.cpp 718 ALWAYS_INLINE float RenderText::widthFromCache(const Font& f, int start, int len, float xPos, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
726 if (f.isFixedPitch() && !f.isSmallCaps() && m_isAllASCII && (!glyphOverflow || !glyphOverflow->computeBounds)) {
765 return f.width(run, fallbackFonts, glyphOverflow);
    [all...]
RenderBlockLineLayout.cpp     [all...]

Completed in 654 milliseconds