Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
H A DGrTTopoSort.h111 for (uint32_t correctIndex = Traits::GetIndex((*graph)[i].get()); in GrTTopoSort()
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/
H A DRun.cpp408 auto correctIndex = leftToRight() ? fClusterRange.start + index : fClusterRange.end - index - 1; in scaleFontWithCompressionConfig() local
409 auto cluster = &fOwner->cluster(correctIndex); in scaleFontWithCompressionConfig()

Completed in 2 milliseconds