Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/mac/
DCoreTextController.cpp157 CFIndex hitIndex = coreTextRun.indexAt(j); in offsetForPosition() local
161 if (isTextBreak(characterIterator, hitIndex)) in offsetForPosition()
162 clusterStart = hitIndex; in offsetForPosition()
164 clusterStart = textBreakPreceding(characterIterator, hitIndex); in offsetForPosition()
172 int clusterEnd = textBreakFollowing(characterIterator, hitIndex); in offsetForPosition()