Searched refs:m_lastGlyphOverflow (Results 1 – 2 of 2) sorted by relevance
52 float lastGlyphOverflow() const { ASSERT(m_accountForGlyphBounds); return m_lastGlyphOverflow; } in lastGlyphOverflow()95 float m_lastGlyphOverflow; member
52 , m_lastGlyphOverflow(0) in WidthIterator()297 m_lastGlyphOverflow = max<float>(0, bounds.maxX() - width); in advanceInternal()