Home
last modified time | relevance | path

Searched refs:widthSinceLastCommit (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextController.cpp571 CGFloat widthSinceLastCommit = 0; in adjustGlyphsAndAdvances() local
618 … = 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()