Searched refs:pRange (Results 1 - 12 of 12) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_viewerPreferences.cpp38 CPDF_Array* pRange = NULL; local
41 return pRange;
43 pRange = pDict->GetArray("PrintPageRange");
44 return pRange;
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_ap.cpp64 const CPVT_WordRange* pRange /* = NULL*/,
73 if (pRange)
74 pIterator->SetAt(pRange->BeginPos);
83 if (pRange && place.WordCmp(pRange->EndPos) > 0)
180 const CPVT_WordRange* pRange) {
183 if (pRange && pRange->IsExist()) {
185 pIterator->SetAt(pRange->BeginPos);
190 if (pRange
177 GetSelectAppearanceStream( IFX_Edit* pEdit, const CPDF_Point& ptOffset, const CPVT_WordRange* pRange) argument
[all...]
H A Dfxet_pageobjs.cpp97 const CPVT_WordRange* pRange) {
113 if (pRange)
114 pIterator->SetAt(pRange->BeginPos);
120 if (pRange && place.WordCmp(pRange->EndPos) > 0)
151 const CPVT_WordRange* pRange,
189 if (pRange)
190 pIterator->SetAt(pRange->BeginPos);
198 if (pRange && place.WordCmp(pRange
91 DrawUnderline(CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device, IFX_Edit* pEdit, FX_COLORREF color, const CPDF_Rect& rcClip, const CPDF_Point& ptOffset, const CPVT_WordRange* pRange) argument
144 DrawEdit(CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device, IFX_Edit* pEdit, FX_COLORREF crTextFill, FX_COLORREF crTextStroke, const CPDF_Rect& rcClip, const CPDF_Point& ptOffset, const CPVT_WordRange* pRange, IFX_SystemHandler* pSystemHandler, void* pFFLData) argument
281 DrawRichEdit(CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device, IFX_Edit* pEdit, const CPDF_Rect& rcClip, const CPDF_Point& ptOffset, const CPVT_WordRange* pRange) argument
470 GeneratePageObjects( CPDF_PageObjects* pPageObjects, IFX_Edit* pEdit, const CPDF_Point& ptOffset, const CPVT_WordRange* pRange, FX_COLORREF crText, CFX_ArrayTemplate<CPDF_TextObject*>& ObjArray) argument
534 GenerateRichPageObjects( CPDF_PageObjects* pPageObjects, IFX_Edit* pEdit, const CPDF_Point& ptOffset, const CPVT_WordRange* pRange, CFX_ArrayTemplate<CPDF_TextObject*>& ObjArray) argument
627 GenerateUnderlineObjects(CPDF_PageObjects* pPageObjects, IFX_Edit* pEdit, const CPDF_Point& ptOffset, const CPVT_WordRange* pRange, FX_COLORREF color) argument
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Label.cpp92 CPVT_WordRange* pRange = NULL; local
96 pRange = &wrRange;
103 rcClip, CPDF_Point(0.0f, 0.0f), pRange, pSysHandler, NULL);
H A DPWL_Edit.cpp445 CPVT_WordRange* pRange = NULL; local
449 pRange = &wrRange;
456 rcClip, CPDF_Point(0.0f, 0.0f), pRange, pSysHandler, m_pFormFiller);
460 CPDF_Point(0.0f, 0.0f), pRange,
H A DPWL_Utils.cpp413 const CPVT_WordRange* pRange,
416 return IFX_Edit::GetEditAppearanceStream(pEdit, ptOffset, pRange, bContinuous,
422 const CPVT_WordRange* pRange) {
423 return IFX_Edit::GetSelectAppearanceStream(pEdit, ptOffset, pRange);
508 const CPVT_WordRange* pRange) {
511 if (pRange && pRange->IsExist()) {
513 pIterator->SetAt(pRange->BeginPos);
522 if (pRange && place.WordCmp(pRange
[all...]
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfx_edit.h430 const CPVT_WordRange* pRange = NULL,
436 const CPVT_WordRange* pRange = NULL);
444 const CPVT_WordRange* pRange,
453 const CPVT_WordRange* pRange);
459 const CPVT_WordRange* pRange);
464 const CPVT_WordRange* pRange,
471 const CPVT_WordRange* pRange,
476 const CPVT_WordRange* pRange,
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Utils.h172 const CPVT_WordRange* pRange = NULL,
178 const CPVT_WordRange* pRange = NULL);
183 const CPVT_WordRange* pRange = NULL);
242 const CPVT_WordRange* pRange,
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp4999 CPDF_Array* pRange = m_pLinearizedDict->GetArray("H");
5000 if (!pRange)
5002 CPDF_Object* pStreamOffset = pRange->GetElementValue(0);
5010 CPDF_Array* pRange = m_pLinearizedDict->GetArray("H");
5011 if (!pRange)
5013 CPDF_Object* pStreamLen = pRange->GetElementValue(1);
/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h3744 virtual HRESULT WINAPI get_TrebleRange(double *pRange) = 0;
3747 virtual HRESULT WINAPI get_BassRange(double *pRange) = 0;
3767 HRESULT (WINAPI *get_TrebleRange)(IAMAudioInputMixer *This,double *pRange);
3770 HRESULT (WINAPI *get_BassRange)(IAMAudioInputMixer *This,double *pRange);
3792 #define IAMAudioInputMixer_get_TrebleRange(This,pRange) (This)->lpVtbl->get_TrebleRange(This,pRange)
3795 #define IAMAudioInputMixer_get_BassRange(This,pRange) (This)->lpVtbl->get_BassRange(This,pRange)
3822 HRESULT WINAPI IAMAudioInputMixer_get_TrebleRange_Proxy(IAMAudioInputMixer *This,double *pRange);
3828 HRESULT WINAPI IAMAudioInputMixer_get_BassRange_Proxy(IAMAudioInputMixer *This,double *pRange);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c148953 sqlite3_stmt *pRange; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c148983 sqlite3_stmt *pRange; local
[all...]

Completed in 1319 milliseconds