Home
last modified time | relevance | path

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

/third_party/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()
/third_party/skia/modules/skparagraph/src/
DRun.cpp141 … auto correctIndex = leftToRight() ? fClusterRange.start + index : fClusterRange.end - index - 1; in iterateThroughClusters() local
142 auto cluster = &fOwner->cluster(correctIndex); in iterateThroughClusters()
/third_party/flutter/skia/modules/skparagraph/src/
DParagraphImpl.cpp282 auto correctIndex = run.leftToRight() in markLineBreaks() local
285 const auto cluster = &this->cluster(correctIndex); in markLineBreaks()