Searched refs:SortFunc (Results 1 – 2 of 2) sorted by relevance
1558 SF &SortFunc; member1559 reverse_sort(SF &sf) : SortFunc(sf) {} in reverse_sort()1564 return SortFunc(right, left); in operator ()()
4035 typedef void (*SortFunc)(const Mat& src, Mat& dst, int flags); typedef4041 static SortFunc tab[] = in sort()4047 SortFunc func = tab[src.depth()]; in sort()4056 static SortFunc tab[] = in sortIdx()4062 SortFunc func = tab[src.depth()]; in sortIdx()