Home
last modified time | relevance | path

Searched defs:SkTHeapSort (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/core/
DSkTSort.h93 template <typename T, typename C> void SkTHeapSort(T array[], size_t count, const C& lessThan) { in SkTHeapSort() function
106 template <typename T> void SkTHeapSort(T array[], size_t count) { in SkTHeapSort() function