Home
last modified time | relevance | path

Searched refs:lastGlyphOverflow (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DWidthIterator.h44 float lastGlyphOverflow() const { ASSERT(m_accountForGlyphBounds); return m_lastGlyphOverflow; } in lastGlyphOverflow() function
DFontFastPath.cpp458 glyphOverflow->right = ceilf(it.lastGlyphOverflow()); in floatWidthForSimpleText()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2413950 (WebCore::WidthIterator::lastGlyphOverflow): Ditto.