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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.h 94 CFIndex endOffsetAt(size_t i) const { ASSERT(!m_isMonotonic); return m_glyphEndOffsets[i]; }
114 Vector<CFIndex, 64> m_glyphEndOffsets;
ComplexTextController.cpp 325 m_glyphEndOffsets.grow(m_glyphCount);
334 m_glyphEndOffsets[i] = nextMappedIndex;

Completed in 597 milliseconds