Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.cpp714 ALWAYS_INLINE float RenderText::widthFromCache(const Font& f, int start, int len, float xPos, TextD… in widthFromCache() function in blink::RenderText
835 … lastLineMaxWidth = widthFromCache(f, i, linelen, leadWidth + lastLineMaxWidth, direction, 0, 0); in trimmedPrefWidths()
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()
1044 …w = widthFromCache(f, i, wordLen, leadWidth + currMaxWidth, textDirection, &fallbackFonts, &glyphO… in computePreferredLogicalWidths()
1056 …currMaxWidth += widthFromCache(f, lastWordBoundary, j - lastWordBoundary, leadWidth + currMaxWidth… in computePreferredLogicalWidths()
1515 w = widthFromCache(f, from, len, xPos, textDirection, fallbackFonts, glyphOverflow); in width()
DRenderText.h178 …float widthFromCache(const Font&, int start, int len, float xPos, TextDirection, HashSet<const Sim…