Home
last modified time | relevance | path

Searched refs:leadWidth (Results 1 – 2 of 2) sorted by relevance

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