Home | History | Annotate | Download | only in rendering

Lines Matching defs:glyphOverflow

795     GlyphOverflow glyphOverflow;
809 glyphOverflow.computeBounds = true;
863 measuredWidth = renderer->width(run->m_start, run->m_stop - run->m_start, xPos, lineInfo.isFirstLine(), &fallbackFonts, &glyphOverflow);
868 GlyphOverflowAndFallbackFontsMap::iterator it = textBoxDataMap.add(toInlineTextBox(run->m_box), make_pair(Vector<const SimpleFontData*>(), GlyphOverflow())).iterator;
873 if ((glyphOverflow.top || glyphOverflow.bottom || glyphOverflow.left || glyphOverflow.right)) {
875 GlyphOverflowAndFallbackFontsMap::iterator it = textBoxDataMap.add(toInlineTextBox(run->m_box), make_pair(Vector<const SimpleFontData*>(), GlyphOverflow())).iterator;
876 it->value.second = glyphOverflow;
2549 GlyphOverflow glyphOverflow;
2551 return text->width(from, len, font, xPos, fallbackFonts, &glyphOverflow);
2563 return font.width(run, fallbackFonts, &glyphOverflow);