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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp 142 int clusterEnd = cursorPositionIterator->following(hitIndex);
143 if (clusterEnd == TextBreakDone)
144 clusterEnd = stringLength;
150 if (clusterEnd - clusterStart > 1) {
153 while (firstGlyphBeforeCluster >= 0 && complexTextRun.indexAt(firstGlyphBeforeCluster) >= clusterStart && complexTextRun.indexAt(firstGlyphBeforeCluster) < clusterEnd) {
160 while (firstGlyphAfterCluster < complexTextRun.glyphCount() && complexTextRun.indexAt(firstGlyphAfterCluster) >= clusterStart && complexTextRun.indexAt(firstGlyphAfterCluster) < clusterEnd) {
169 return complexTextRun.stringLocation() + (m_run.ltr() ? clusterStart : clusterEnd);
171 return complexTextRun.stringLocation() + (m_run.ltr() ? clusterEnd : clusterStart);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp     [all...]

Completed in 50 milliseconds