Searched refs:widthSinceLastCommit (Results 1 – 1 of 1) sorted by relevance
571 CGFloat widthSinceLastCommit = 0; in adjustGlyphsAndAdvances() local618 … = m_font.tabWidth(*fontData, m_run.tabSize(), m_run.xPos() + m_totalWidth + widthSinceLastCommit); in adjustGlyphsAndAdvances()685 CGFloat totalWidth = widthSinceLastCommit + advance.width; in adjustGlyphsAndAdvances()686 widthSinceLastCommit = ceilCGFloat(totalWidth); in adjustGlyphsAndAdvances()687 CGFloat extraWidth = widthSinceLastCommit - totalWidth; in adjustGlyphsAndAdvances()697 m_totalWidth += widthSinceLastCommit; in adjustGlyphsAndAdvances()698 widthSinceLastCommit = 0; in adjustGlyphsAndAdvances()700 widthSinceLastCommit += advance.width; in adjustGlyphsAndAdvances()724 m_totalWidth += widthSinceLastCommit; in adjustGlyphsAndAdvances()