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

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

Completed in 48 milliseconds