Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCommon.cpp263 SkTDArray<int> sortedDist; in Assemble() local
264 sortedDist.append(entries); in Assemble()
266 sortedDist[rIndex] = rIndex; in Assemble()
268 SkTQSort<int>(sortedDist.begin(), sortedDist.end() - 1, DistanceLessThan(distances.begin())); in Assemble()
271 int pair = sortedDist[rIndex]; in Assemble()