Lines Matching refs:runIndex
327 for (size_t runIndex = 0; runIndex < this->fLogicalRuns.size(); ++runIndex ) { in wrap() local
328 auto& run = this->fLogicalRuns[runIndex]; in wrap()
354 Stretch empty(GlyphPos(runIndex, glyphIndex), textIndex, runMetrics); in wrap()
371 …cluster = Stretch(runIndex, clusterGlyphs, clusterText.normalized(), run.calculateWidth(clusterGly… in wrap()
445 for (RunIndex runIndex = startRun; runIndex <= endRun; ++runIndex) { in getVisualOrder() local
446 runLevels[runLevelsIndex++] = fLogicalRuns[runIndex].bidiLevel(); in getVisualOrder()
458 auto startRun = lineStretch.glyphStart().runIndex(); in addLine()
459 auto endRun = lineStretch.glyphEnd().runIndex(); in addLine()
473 bool isSpaceRun = spacesStart.runIndex() == (firstRunIndex + visualIndex); in addLine()
583 RunIndex runIndex = 0ul; in visit() local
587 … GlyphRange glyphRange = this->textToGlyphs(unicodeText, positionType, runIndex, dirTextRange); in visit()
603 ++runIndex; in visit()
613 …tToGlyphs(UnicodeText* unicodeText, PositionType positionType, RunIndex runIndex, DirTextRange dir… in textToGlyphs() argument
614 SkASSERT(runIndex < fVisualRuns.size()); in textToGlyphs()
615 auto& run = fVisualRuns[runIndex]; in textToGlyphs()