Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/mac/
DCoreTextController.cpp157 CFIndex hitIndex = coreTextRun.indexAt(j); in offsetForPosition()
182 … (firstGlyphBeforeCluster && coreTextRun.indexAt(firstGlyphBeforeCluster) >= clusterStart && coreT… in offsetForPosition()
189 … coreTextRun.glyphCount() && coreTextRun.indexAt(firstGlyphAfterCluster) >= clusterStart && coreTe… in offsetForPosition()
331 if (coreTextRun.indexAt(g) + coreTextRun.stringLocation() >= m_currentCharacter) in advance()
435 CFIndex characterIndex = coreTextRun.indexAt(i); in adjustGlyphsAndAdvances()
442 nextCh = *(cp + coreTextRun.indexAt(i + 1)); in adjustGlyphsAndAdvances()
444 nextCh = *(m_coreTextRuns[r + 1].characters() + m_coreTextRuns[r + 1].indexAt(0)); in adjustGlyphsAndAdvances()
DCoreTextController.h68 CFIndex indexAt(size_t i) const { return m_indices[i]; } in indexAt() function
/external/webkit/WebCore/
DChangeLog45403 (WebCore::CoreTextController::CoreTextRun::indexAt):