Searched defs:leadWidth (Results 1 - 1 of 1) sorted by last modified time

/external/webkit/Source/WebCore/rendering/
H A DRenderText.cpp654 void RenderText::trimmedPrefWidths(float leadWidth, argument
666 computePreferredLogicalWidths(leadWidth);
722 endMaxW = widthFromCache(f, i, linelen, leadWidth + endMaxW, 0, 0);
725 leadWidth = 0;
732 leadWidth = 0;
764 void RenderText::computePreferredLogicalWidths(float leadWidth) argument
768 computePreferredLogicalWidths(leadWidth, fallbackFonts, glyphOverflow);
773 void RenderText::computePreferredLogicalWidths(float leadWidth, HashSet<const SimpleFontData*>& fallbackFonts, GlyphOverflow& glyphOverflow) argument
850 currMaxWidth += widthFromCache(f, lastWordBoundary, i - lastWordBoundary, leadWidth + currMaxWidth, &fallbackFonts, &glyphOverflow);
875 float w = widthFromCache(f, i, wordLen, leadWidth
[all...]

Completed in 62 milliseconds