Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/mac/
DCoreTextController.cpp176 CGFloat clusterWidth = adjustedAdvance; in offsetForPosition() local
184 clusterWidth += width; in offsetForPosition()
190clusterWidth += m_adjustedAdvances[offsetIntoAdjustedGlyphs + firstGlyphAfterCluster].width; in offsetForPosition()
194 if (x <= clusterWidth / 2) in offsetForPosition()