Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathWriter.cpp275 SkSTArray<8, int, true> sortedDist(entries); in assemble() local
288 sortedDist.push_back(dIndex++); in assemble()
293 SkTQSort<int>(sortedDist.begin(), sortedDist.end(), DistanceLessThan(distances.begin())); in assemble()
296 int pair = sortedDist[rIndex]; in assemble()