Searched refs:applyRunRounding (Results 1 – 3 of 3) sorted by relevance
206 bool applyRunRounding() const { return m_applyRunRounding; } in applyRunRounding() function
281 … || (m_run.applyRunRounding() && textIterator.currentCharacter() >= m_run.length())) { in advanceInternal()
684 …) && !lastGlyph && Font::isRoundingHackCharacter(nextCh)) || (m_run.applyRunRounding() && lastGlyp… in adjustGlyphsAndAdvances()