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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
HarfBuzzShaper.h 147 int m_fromIndex;
HarfBuzzShaper.cpp 195 , m_fromIndex(0)
336 m_fromIndex = from;
577 else if (currentCharacterIndex >= m_fromIndex)
580 if (currentCharacterIndex < m_fromIndex)

Completed in 440 milliseconds