Searched defs:pRange (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Edit.cpp393 CPVT_WordRange* pRange = nullptr; local
396 pRange = &wrRange;
402 CFX_PointF(), pRange, pSysHandler, m_pFormFiller);
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_edit.cpp576 const CPVT_WordRange* pRange,
580 if (pRange)
581 pIterator->SetAt(pRange->BeginPos);
594 if (pRange && place.WordCmp(pRange->EndPos) > 0)
691 const CPVT_WordRange* pRange) {
692 if (!pRange || !pRange->IsExist())
696 pIterator->SetAt(pRange->BeginPos);
701 if (place.WordCmp(pRange
574 GetEditAppearanceStream(CFX_Edit* pEdit, const CFX_PointF& ptOffset, const CPVT_WordRange* pRange, bool bContinuous, uint16_t SubWord) argument
688 GetSelectAppearanceStream( CFX_Edit* pEdit, const CFX_PointF& ptOffset, const CPVT_WordRange* pRange) argument
717 DrawEdit(CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device, CFX_Edit* pEdit, FX_COLORREF crTextFill, const CFX_FloatRect& rcClip, const CFX_PointF& ptOffset, const CPVT_WordRange* pRange, CFX_SystemHandler* pSystemHandler, CFFL_FormFiller* pFFLData) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c159100 sqlite3_stmt *pRange; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c159112 sqlite3_stmt *pRange; local
[all...]

Completed in 563 milliseconds