Searched refs:applyWordRounding (Results 1 – 3 of 3) sorted by relevance
181 …if (m_run.applyWordRounding() && width == fontData->spaceWidth() && (fontData->pitch() == FixedPit… in advanceInternal()217 …float expansionAtThisOpportunity = !m_run.applyWordRounding() ? m_expansionPerOpportunity : roundf… in advanceInternal()233 …width += !m_run.applyWordRounding() ? m_expansionPerOpportunity : roundf(previousExpansion) - roun… in advanceInternal()267 if (m_run.applyWordRounding() && Font::isRoundingHackCharacter(character)) { in advanceInternal()280 …if ((m_run.applyWordRounding() && textIterator.currentCharacter() < m_run.length() && Font::isRoun… in advanceInternal()
635 …if (m_run.applyWordRounding() && roundedAdvanceWidth == roundedSpaceWidth && (fontData->pitch() ==… in adjustGlyphsAndAdvances()652 …float expansionAtThisOpportunity = !m_run.applyWordRounding() ? m_expansionPerOpportunity : roundf… in adjustGlyphsAndAdvances()662 …advance.width += !m_run.applyWordRounding() ? m_expansionPerOpportunity : roundf(previousExpansion… in adjustGlyphsAndAdvances()679 if (m_run.applyWordRounding() && Font::isRoundingHackCharacter(ch)) in adjustGlyphsAndAdvances()684 …if ((m_run.applyWordRounding() && !lastGlyph && Font::isRoundingHackCharacter(nextCh)) || (m_run.a… in adjustGlyphsAndAdvances()
207 bool applyWordRounding() const { return m_applyWordRounding; } in applyWordRounding() function