Home
last modified time | relevance | path

Searched defs:SkTHeapSort (Results 1 – 2 of 2) 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
/third_party/flutter/skia/src/core/
DSkTSort.h103 template <typename T, typename C> void SkTHeapSort(T array[], size_t count, C lessThan) { in SkTHeapSort() function
116 template <typename T> void SkTHeapSort(T array[], size_t count) { in SkTHeapSort() function