Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h498 void QuickSort(FX_UINT nStartPos, FX_UINT nStopPos, FX_BOOL bAscend, LP_COMPARE pCompare) in QuickSort() argument
508 if ((bAscend && iGreate > 0) || (!bAscend && iGreate < 0)) in QuickSort()
526 if ((bAscend && iGreate > 0) || (!bAscend && iGreate < 0)) in QuickSort()
545 if ((bAscend && iGreate < 0) || (!bAscend && iGreate > 0)) in QuickSort()
557 if (nStartPos < m) QuickSort(nStartPos, m, bAscend, pCompare); in QuickSort()
558 if (nStopPos > m) QuickSort(m, nStopPos, bAscend, pCompare); in QuickSort()