OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nStartPos
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/fpdfsdk/include/
fsdk_mgr.h
682
void QuickSort(FX_UINT
nStartPos
,
686
if (
nStartPos
>= nStopPos)
689
if ((nStopPos -
nStartPos
) == 1) {
690
TYPE Value1 = this->GetAt(
nStartPos
);
695
this->SetAt(
nStartPos
, Value2);
701
FX_UINT m =
nStartPos
+ (nStopPos -
nStartPos
) / 2;
702
FX_UINT i =
nStartPos
;
734
if (
nStartPos
< m)
735
QuickSort(
nStartPos
, m, bAscend, pCompare)
[
all
...]
/external/pdfium/core/src/fpdftext/
text_int.h
180
int
nStartPos
,
fpdf_text_int.cpp
[
all
...]
Completed in 320 milliseconds