Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextController.cpp202 …CFIndex hitIndex = hitGlyphStart + (hitGlyphEnd - hitGlyphStart) * (m_run.ltr() ? x / adjustedAdva… in offsetForPosition() local
206 if (cursorPositionIterator->isBoundary(hitIndex)) in offsetForPosition()
207 clusterStart = hitIndex; in offsetForPosition()
209 clusterStart = cursorPositionIterator->preceding(hitIndex); in offsetForPosition()
217 int clusterEnd = cursorPositionIterator->following(hitIndex); in offsetForPosition()
241 … x -= clusterWidth * (m_run.ltr() ? hitIndex - hitGlyphStart : hitGlyphEnd - hitIndex - 1); in offsetForPosition()