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

  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextController.cpp 119 CFIndex hitIndex = hitGlyphStart + (hitGlyphEnd - hitGlyphStart) * (m_run.ltr() ? x / adjustedAdvance : 1 - x / adjustedAdvance);
123 if (isTextBreak(cursorPositionIterator, hitIndex))
124 clusterStart = hitIndex;
126 clusterStart = textBreakPreceding(cursorPositionIterator, hitIndex);
134 int clusterEnd = textBreakFollowing(cursorPositionIterator, hitIndex);
158 x -= clusterWidth * (m_run.ltr() ? hitIndex - hitGlyphStart : hitGlyphEnd - hitIndex - 1);
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
TextRunSegmentImpl.java     [all...]

Completed in 128 milliseconds