Home
last modified time | relevance | path

Searched refs:correctIndex (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrTTopoSort.h111 for (uint32_t correctIndex = Traits::GetIndex((*graph)[i].get()); in GrTTopoSort() local
112 correctIndex != i; in GrTTopoSort()
113 correctIndex = Traits::GetIndex((*graph)[i].get())) { in GrTTopoSort()
114 (*graph)[i].swap((*graph)[correctIndex]); in GrTTopoSort()
/external/skia/modules/skparagraph/src/
DRun.cpp136 … auto correctIndex = leftToRight() ? fClusterRange.start + index : fClusterRange.end - index - 1; in iterateThroughClusters() local
137 auto cluster = &fOwner->cluster(correctIndex); in iterateThroughClusters()