Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h684 FX_BOOL bAscend, in QuickSort() argument
694 if ((bAscend && iGreate > 0) || (!bAscend && iGreate < 0)) { in QuickSort()
710 if ((bAscend && iGreate > 0) || (!bAscend && iGreate < 0)) { in QuickSort()
725 if ((bAscend && iGreate < 0) || (!bAscend && iGreate > 0)) { in QuickSort()
735 QuickSort(nStartPos, m, bAscend, pCompare); in QuickSort()
737 QuickSort(m, nStopPos, bAscend, pCompare); in QuickSort()