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

/external/skia/legacy/src/core/
H A DSkTSort.h16 void SkTHeapSort_SiftDown(T array[], int root, int bottom) { function
34 SkTHeapSort_SiftDown<T>(array, i, count-1);
38 SkTHeapSort_SiftDown<T>(array, 0, i-1);
/external/skia/src/core/
H A DSkTSort.h78 void SkTHeapSort_SiftDown(T array[], size_t root, size_t bottom, C lessThan) { function
104 SkTHeapSort_SiftDown(array, i, count, lessThan);

Completed in 93 milliseconds