Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkTSort.h39 template <typename T> void SkTHeapSort(T array[], int count) { in SkTHeapSort() function
/external/skia/tests/
DSortTest.cpp42 SkTHeapSort<int>(array, count); in TestSort()
DUtilsTest.cpp79 SkTHeapSort<int>(array, kSEARCH_COUNT); in test_search()