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

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

Completed in 146 milliseconds