OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastGlyphOverflow
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
WidthIterator.h
44
float
lastGlyphOverflow
() const { ASSERT(m_accountForGlyphBounds); return m_lastGlyphOverflow; }
FontFastPath.cpp
458
glyphOverflow->right = ceilf(it.
lastGlyphOverflow
());
Completed in 1295 milliseconds