Home
last modified time | relevance | path

Searched refs:hitIndex (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/mac/
DComplexTextController.cpp123 …CFIndex hitIndex = hitGlyphStart + (hitGlyphEnd - hitGlyphStart) * (m_run.ltr() ? x / adjustedAdva… in offsetForPosition() local
127 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()