Home | History | Annotate | Download | only in rendering

Lines Matching refs:computePreferredLogicalWidths

666         computePreferredLogicalWidths(leadWidth);
751 const_cast<RenderText*>(this)->computePreferredLogicalWidths(0);
759 const_cast<RenderText*>(this)->computePreferredLogicalWidths(0);
764 void RenderText::computePreferredLogicalWidths(float leadWidth)
768 computePreferredLogicalWidths(leadWidth, fallbackFonts, glyphOverflow);
773 void RenderText::computePreferredLogicalWidths(float leadWidth, HashSet<const SimpleFontData*>& fallbackFonts, GlyphOverflow& glyphOverflow)
1322 const_cast<RenderText*>(this)->computePreferredLogicalWidths(0, *fallbackFonts, *glyphOverflow);