OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:widthfromcache
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.h
179
float
widthFromCache
(const Font&, int start, int len, float xPos, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow*) const;
RenderText.cpp
723
ALWAYS_INLINE float RenderText::
widthFromCache
(const Font& f, int start, int len, float xPos, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
842
lastLineMaxWidth =
widthFromCache
(f, i, linelen, leadWidth + lastLineMaxWidth, 0, 0);
[
all
...]
Completed in 484 milliseconds