Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkTSort.h76 void SkTHeapSort_SiftDown(T array[], size_t root, size_t bottom, C lessThan) { in SkTHeapSort_SiftDown() function
103 SkTHeapSort_SiftDown(array, i, count, lessThan); in SkTHeapSort()