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

  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextControllerATSUI.cpp 70 complexTextRun->m_atsuiIndices.reserveCapacity(count);
81 complexTextRun->m_atsuiIndices.uncheckedAppend(layoutRecords[j].originalOffset / 2 + indexOffset);
226 m_atsuiIndices.reserveCapacity(m_stringLength);
229 m_atsuiIndices.uncheckedAppend(r);
238 m_glyphCount = m_atsuiIndices.size();
241 std::swap(m_atsuiIndices[r], m_atsuiIndices[end]);
ComplexTextController.h 129 Vector<CFIndex, 64> m_atsuiIndices;
ComplexTextController.cpp 283 return shouldUseATSUIAPI() ? m_atsuiIndices[i] : m_coreTextIndices[i];
285 return m_atsuiIndices[i];

Completed in 1544 milliseconds