Lines Matching refs:runIndex
178 for (auto& runIndex : fLines[lineNumber - 1].getLineAllRuns()) {
179 Run& targetRun = this->run(runIndex);
357 if (lastRunIndex != targetCluster.runIndex()) {
365 lastRunIndex = targetCluster.runIndex();
851 RunIndex runIndex,
858 , fRunIndex(runIndex)
1056 auto runIndex = run.index();
1064 fClusters.emplace_back(this, runIndex, 0ul, 1ul, this->text(run.textRange()), run.advance().fX, run.advance().fY);
1069 run.iterateThroughClustersInTextOrder([&run, runIndex, this](size_t glyphStart,
1083 fClusters.emplace_back(this, runIndex, glyphStart, glyphEnd, text, width, height);