Lines Matching refs:glyphIndex
346 for (size_t glyphIndex = 0; glyphIndex < run.fPositions.size(); ++glyphIndex) {
347 auto textIndex = run.fClusters[glyphIndex];
352 clusterGlyphs = GlyphRange(glyphIndex, glyphIndex);
354 Stretch empty(GlyphPos(runIndex, glyphIndex), textIndex, runMetrics);
370 clusterGlyphs.fEnd = glyphIndex;
474 auto glyphStart = isFirstRun ? lineStretch.glyphStart().glyphIndex() : 0;
475 auto glyphEnd = isLastRun ? lineStretch.glyphEnd().glyphIndex() : logicalRun.size();
477 auto glyphSpaces = isSpaceRun ? spacesStart.glyphIndex() : glyphEnd;