HomeSort by relevance Sort by last modified time
    Searched refs:m_adjustedAdvances (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp 115 CGFloat adjustedAdvance = m_adjustedAdvances[offsetIntoAdjustedGlyphs + j].width;
154 CGFloat width = m_adjustedAdvances[offsetIntoAdjustedGlyphs + firstGlyphBeforeCluster].width;
161 clusterWidth += m_adjustedAdvances[offsetIntoAdjustedGlyphs + firstGlyphAfterCluster].width;
450 CGSize adjustedAdvance = m_adjustedAdvances[k];
567 if (m_adjustedAdvances.isEmpty())
570 m_adjustedAdvances.last().width += expansionAtThisOpportunity;
594 m_adjustedAdvances.append(advance);
ComplexTextController.h 152 Vector<CGSize, 256> m_adjustedAdvances;

Completed in 522 milliseconds