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

  /external/webkit/Source/WebCore/platform/graphics/
WidthIterator.h 43 float firstGlyphOverflow() const { ASSERT(m_accountForGlyphBounds); return m_firstGlyphOverflow; }
64 float m_firstGlyphOverflow;
WidthIterator.cpp 55 , m_firstGlyphOverflow(0)
199 m_firstGlyphOverflow = max<float>(0, -bounds.x());

Completed in 33 milliseconds