Searched refs:firstGlyphAfterCluster (Results 1 – 1 of 1) sorted by relevance
188 unsigned firstGlyphAfterCluster = j + 1; in offsetForPosition() local189 …firstGlyphAfterCluster < coreTextRun.glyphCount() && coreTextRun.indexAt(firstGlyphAfterCluster) >… in offsetForPosition()190 … clusterWidth += m_adjustedAdvances[offsetIntoAdjustedGlyphs + firstGlyphAfterCluster].width; in offsetForPosition()191 firstGlyphAfterCluster++; in offsetForPosition()