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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthIterator.h 51 float firstGlyphOverflow() const { ASSERT(m_accountForGlyphBounds); return m_firstGlyphOverflow; }
94 float m_firstGlyphOverflow;
WidthIterator.cpp 49 , m_firstGlyphOverflow(0)
171 m_firstGlyphOverflow = std::max<float>(0, -bounds.x());

Completed in 123 milliseconds