Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp235 CPVT_WordRange* pRange = nullptr; in DrawThisAppearance() local
238 pRange = &wrRange; in DrawThisAppearance()
243 CFX_PointF(), pRange, GetSystemHandler(), in DrawThisAppearance()
Dcpwl_edit_impl.cpp460 const CPVT_WordRange* pRange, in DrawEdit() argument
486 if (pRange) in DrawEdit()
487 pIterator->SetAt(pRange->BeginPos); in DrawEdit()
494 if (pRange && place > pRange->EndPos) in DrawEdit()
Dcpwl_edit_impl.h263 const CPVT_WordRange* pRange,
/external/sqlite/dist/orig/
Dshell.c6939 IdxConstraint *pRange; /* List of < constraints */ member
7347 pNew->pNext = pScan->pRange; in expertBestIndex()
7348 pScan->pRange = pNew; in expertBestIndex()
7877 for(pCon=pScan->pRange; rc==SQLITE_OK && pCon; pCon=pCon->pNext){ in idxCreateFromWhere()
7930 idxConstraintFree(p->pRange); in idxScanFree()
/external/sqlite/dist/
Dshell.c6944 IdxConstraint *pRange; /* List of < constraints */ member
7352 pNew->pNext = pScan->pRange; in expertBestIndex()
7353 pScan->pRange = pNew; in expertBestIndex()
7882 for(pCon=pScan->pRange; rc==SQLITE_OK && pCon; pCon=pCon->pNext){ in idxCreateFromWhere()
7935 idxConstraintFree(p->pRange); in idxScanFree()