Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextController.cpp126 , m_characterInCurrentGlyph(0) in ComplexTextController()
496 m_characterInCurrentGlyph = 0; in advance()
530 if (glyphBuffer && !m_characterInCurrentGlyph) in advance()
533 unsigned oldCharacterInCurrentGlyph = m_characterInCurrentGlyph; in advance()
534m_characterInCurrentGlyph = min(m_currentCharacter - complexTextRun.stringLocation(), glyphEndOffs… in advance()
540 ASSERT(m_characterInCurrentGlyph == oldCharacterInCurrentGlyph); in advance()
546 …m_runWidthSoFar += adjustedAdvance.width * (m_characterInCurrentGlyph - oldCharacterInCurrentGlyph… in advance()
553 m_characterInCurrentGlyph = 0; in advance()
DComplexTextController.h165 unsigned m_characterInCurrentGlyph; variable