Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextController.cpp217 int clusterEnd = cursorPositionIterator->following(hitIndex); in offsetForPosition() local
218 if (clusterEnd == TextBreakDone) in offsetForPosition()
219 clusterEnd = stringLength; in offsetForPosition()
225 if (clusterEnd - clusterStart > 1) { in offsetForPosition()
228 …phBeforeCluster) >= clusterStart && complexTextRun.indexAt(firstGlyphBeforeCluster) < clusterEnd) { in offsetForPosition()
235 …lyphAfterCluster) >= clusterStart && complexTextRun.indexAt(firstGlyphAfterCluster) < clusterEnd) { in offsetForPosition()
244 … return complexTextRun.stringLocation() + (m_run.ltr() ? clusterStart : clusterEnd); in offsetForPosition()
246 … return complexTextRun.stringLocation() + (m_run.ltr() ? clusterEnd : clusterStart); in offsetForPosition()