Searched defs:leadWidth (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.cpp765 void RenderText::trimmedPrefWidths(float leadWidth, argument
778 computePreferredLogicalWidths(leadWidth);
835 lastLineMaxWidth = widthFromCache(f, i, linelen, leadWidth + lastLineMaxWidth, direction, 0, 0);
838 leadWidth = 0;
845 leadWidth = 0;
873 void RenderText::computePreferredLogicalWidths(float leadWidth) argument
877 computePreferredLogicalWidths(leadWidth, fallbackFonts, glyphOverflow);
890 void RenderText::computePreferredLogicalWidths(float leadWidth, HashSet<const SimpleFontData*>& fallbackFonts, GlyphOverflow& glyphOverflow) argument
1000 currMaxWidth += widthFromCache(f, lastWordBoundary, i - lastWordBoundary, leadWidth + currMaxWidth, textDirection, &fallbackFonts, &glyphOverflow);
1042 w = widthFromCache(f, i, wordLen + 1, leadWidth
[all...]

Completed in 96 milliseconds