Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextController.cpp190 CGFloat adjustedAdvance = m_adjustedAdvances[offsetIntoAdjustedGlyphs + j].width; in offsetForPosition()
229 … CGFloat width = m_adjustedAdvances[offsetIntoAdjustedGlyphs + firstGlyphBeforeCluster].width; in offsetForPosition()
236 … clusterWidth += m_adjustedAdvances[offsetIntoAdjustedGlyphs + firstGlyphAfterCluster].width; in offsetForPosition()
525 CGSize adjustedAdvance = m_adjustedAdvances[k]; in advance()
565 if (!m_run.ltr() && m_numGlyphsSoFar == m_adjustedAdvances.size()) in advance()
654 if (m_adjustedAdvances.isEmpty()) in adjustGlyphsAndAdvances()
657 m_adjustedAdvances.last().width += expansionAtThisOpportunity; in adjustGlyphsAndAdvances()
692 m_adjustedAdvances[m_lastRoundingGlyph - 1].width += extraWidth; in adjustGlyphsAndAdvances()
695 m_lastRoundingGlyph = m_adjustedAdvances.size() + 1; in adjustGlyphsAndAdvances()
707 m_adjustedAdvances.append(advance); in adjustGlyphsAndAdvances()
DComplexTextController.h153 Vector<CGSize, 256> m_adjustedAdvances; variable