Searched refs:hitIndex (Results 1 – 1 of 1) sorted by relevance
123 …CFIndex hitIndex = hitGlyphStart + (hitGlyphEnd - hitGlyphStart) * (m_run.ltr() ? x / adjustedAdva… in offsetForPosition() local127 if (isTextBreak(cursorPositionIterator, hitIndex)) in offsetForPosition()128 clusterStart = hitIndex; in offsetForPosition()130 clusterStart = textBreakPreceding(cursorPositionIterator, hitIndex); in offsetForPosition()138 int clusterEnd = textBreakFollowing(cursorPositionIterator, hitIndex); in offsetForPosition()162 … x -= clusterWidth * (m_run.ltr() ? hitIndex - hitGlyphStart : hitGlyphEnd - hitIndex - 1); in offsetForPosition()