Searched refs:correctIndex (Results 1 – 3 of 3) sorted by relevance
111 for (uint32_t correctIndex = Traits::GetIndex((*graph)[i].get()); in GrTTopoSort() local112 correctIndex != i; in GrTTopoSort()113 correctIndex = Traits::GetIndex((*graph)[i].get())) { in GrTTopoSort()114 (*graph)[i].swap((*graph)[correctIndex]); in GrTTopoSort()
141 … auto correctIndex = leftToRight() ? fClusterRange.start + index : fClusterRange.end - index - 1; in iterateThroughClusters() local142 auto cluster = &fOwner->cluster(correctIndex); in iterateThroughClusters()
282 auto correctIndex = run.leftToRight() in markLineBreaks() local285 const auto cluster = &this->cluster(correctIndex); in markLineBreaks()