Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/mac/
DCoreTextController.cpp188 unsigned firstGlyphAfterCluster = j + 1; in offsetForPosition() local
189firstGlyphAfterCluster < coreTextRun.glyphCount() && coreTextRun.indexAt(firstGlyphAfterCluster) >… in offsetForPosition()
190 … clusterWidth += m_adjustedAdvances[offsetIntoAdjustedGlyphs + firstGlyphAfterCluster].width; in offsetForPosition()
191 firstGlyphAfterCluster++; in offsetForPosition()