Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/mac/
DComplexTextController.cpp138 int clusterEnd = textBreakFollowing(cursorPositionIterator, hitIndex); in offsetForPosition() local
139 if (clusterEnd == TextBreakDone) in offsetForPosition()
140 clusterEnd = stringLength; in offsetForPosition()
146 if (clusterEnd - clusterStart > 1) { in offsetForPosition()
149 …phBeforeCluster) >= clusterStart && complexTextRun.indexAt(firstGlyphBeforeCluster) < clusterEnd) { in offsetForPosition()
156 …lyphAfterCluster) >= clusterStart && complexTextRun.indexAt(firstGlyphAfterCluster) < clusterEnd) { in offsetForPosition()
165 … return complexTextRun.stringLocation() + (m_run.ltr() ? clusterStart : clusterEnd); in offsetForPosition()
167 … return complexTextRun.stringLocation() + (m_run.ltr() ? clusterEnd : clusterStart); in offsetForPosition()