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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextControllerCoreText.mm 123 m_advancesVector.grow(m_glyphCount);
124 CTRunGetAdvances(ctRun, CFRangeMake(0, 0), m_advancesVector.data());
125 m_advances = m_advancesVector.data();
163 m_advancesVector.fill(CGSizeMake(m_fontData->widthForGlyph(0), 0), m_glyphCount);
164 m_advances = m_advancesVector.data();
ComplexTextController.h 117 Vector<CGSize, 64> m_advancesVector;

Completed in 35 milliseconds