HomeSort by relevance Sort by last modified time
    Searched refs:widthFromCache (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/rendering/
RenderText.h 149 int widthFromCache(const Font&, int start, int len, int xPos, HashSet<const SimpleFontData*>* fallbackFonts) const;
RenderText.cpp 432 ALWAYS_INLINE int RenderText::widthFromCache(const Font& f, int start, int len, int xPos, HashSet<const SimpleFontData*>* fallbackFonts) const
531 endMaxW = widthFromCache(f, i, linelen, leadWidth + endMaxW, 0);
655 currMaxWidth += widthFromCache(f, lastWordBoundary, i - lastWordBoundary, leadWidth + currMaxWidth, &fallbackFonts);
678 int w = widthFromCache(f, i, wordLen, leadWidth + currMaxWidth, &fallbackFonts);
684 currMaxWidth += widthFromCache(f, lastWordBoundary, j - lastWordBoundary, leadWidth + currMaxWidth, &fallbackFonts);
    [all...]

Completed in 115 milliseconds