Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_ap.cpp64 const CPVT_WordRange* pRange /* = NULL*/, in GetEditAppearanceStream() argument
73 if (pRange) in GetEditAppearanceStream()
74 pIterator->SetAt(pRange->BeginPos); in GetEditAppearanceStream()
83 if (pRange && place.WordCmp(pRange->EndPos) > 0) in GetEditAppearanceStream()
180 const CPVT_WordRange* pRange) { in GetSelectAppearanceStream() argument
183 if (pRange && pRange->IsExist()) { in GetSelectAppearanceStream()
185 pIterator->SetAt(pRange->BeginPos); in GetSelectAppearanceStream()
190 if (pRange && place.WordCmp(pRange->EndPos) > 0) in GetSelectAppearanceStream()
Dfxet_pageobjs.cpp97 const CPVT_WordRange* pRange) { in DrawUnderline() argument
113 if (pRange) in DrawUnderline()
114 pIterator->SetAt(pRange->BeginPos); in DrawUnderline()
120 if (pRange && place.WordCmp(pRange->EndPos) > 0) in DrawUnderline()
151 const CPVT_WordRange* pRange, in DrawEdit() argument
189 if (pRange) in DrawEdit()
190 pIterator->SetAt(pRange->BeginPos); in DrawEdit()
198 if (pRange && place.WordCmp(pRange->EndPos) > 0) in DrawEdit()
286 const CPVT_WordRange* pRange) { in DrawRichEdit() argument
314 if (pRange) in DrawRichEdit()
[all …]
/external/pdfium/core/src/fpdfdoc/
Ddoc_viewerPreferences.cpp38 CPDF_Array* pRange = NULL; in PrintPageRange() local
41 return pRange; in PrintPageRange()
43 pRange = pDict->GetArray("PrintPageRange"); in PrintPageRange()
44 return pRange; in PrintPageRange()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Label.cpp92 CPVT_WordRange* pRange = NULL; in DrawThisAppearance() local
96 pRange = &wrRange; in DrawThisAppearance()
103 rcClip, CPDF_Point(0.0f, 0.0f), pRange, pSysHandler, NULL); in DrawThisAppearance()
DPWL_Utils.cpp413 const CPVT_WordRange* pRange, in GetEditAppStream() argument
416 return IFX_Edit::GetEditAppearanceStream(pEdit, ptOffset, pRange, bContinuous, in GetEditAppStream()
422 const CPVT_WordRange* pRange) { in GetEditSelAppStream() argument
423 return IFX_Edit::GetSelectAppearanceStream(pEdit, ptOffset, pRange); in GetEditSelAppStream()
508 const CPVT_WordRange* pRange) { in GetSpellCheckAppStream() argument
511 if (pRange && pRange->IsExist()) { in GetSpellCheckAppStream()
513 pIterator->SetAt(pRange->BeginPos); in GetSpellCheckAppStream()
522 if (pRange && place.WordCmp(pRange->EndPos) > 0) in GetSpellCheckAppStream()
1678 const CPVT_WordRange* pRange, in DrawEditSpellCheck() argument
1704 if (pRange) in DrawEditSpellCheck()
[all …]
DPWL_Edit.cpp445 CPVT_WordRange* pRange = NULL; in DrawThisAppearance() local
449 pRange = &wrRange; in DrawThisAppearance()
456 rcClip, CPDF_Point(0.0f, 0.0f), pRange, pSysHandler, m_pFormFiller); in DrawThisAppearance()
460 CPDF_Point(0.0f, 0.0f), pRange, in DrawThisAppearance()
/external/pdfium/fpdfsdk/include/fxedit/
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/
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/
Dfpdf_parser_parser.cpp4999 CPDF_Array* pRange = m_pLinearizedDict->GetArray("H"); in ReadPrimaryHintStreamOffset() local
5000 if (!pRange) in ReadPrimaryHintStreamOffset()
5002 CPDF_Object* pStreamOffset = pRange->GetElementValue(0); in ReadPrimaryHintStreamOffset()
5010 CPDF_Array* pRange = m_pLinearizedDict->GetArray("H"); in ReadPrimaryHintStreamLength() local
5011 if (!pRange) in ReadPrimaryHintStreamLength()
5013 CPDF_Object* pStreamLen = pRange->GetElementValue(1); in ReadPrimaryHintStreamLength()
/external/opencv3/3rdparty/include/dshow/
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) argument
3795 #define IAMAudioInputMixer_get_BassRange(This,pRange) (This)->lpVtbl->get_BassRange(This,pRange) argument
3822 HRESULT WINAPI IAMAudioInputMixer_get_TrebleRange_Proxy(IAMAudioInputMixer *This,double *pRange);
3828 HRESULT WINAPI IAMAudioInputMixer_get_BassRange_Proxy(IAMAudioInputMixer *This,double *pRange);
/external/sqlite/dist/
Dsqlite3.c148983 sqlite3_stmt *pRange;
148985 rc = fts3SqlStmt(p, SQL_SELECT_LEVEL_RANGE2, &pRange, 0);
148997 sqlite3_bind_int64(pRange, 1, iAbsLevel+1);
148998 sqlite3_bind_int64(pRange, 2, iLast);
148999 while( SQLITE_ROW==sqlite3_step(pRange) ){
149001 fts3ReadEndBlockField(pRange, 2, &dummy, &nSize);
149013 rc = sqlite3_reset(pRange);
149038 sqlite3_bind_int64(pRange, 1, iAbsLevel);
149039 while( SQLITE_ROW==sqlite3_step(pRange) ){
149041 sqlite3_bind_int(pUpdate1, 2, sqlite3_column_int(pRange, 0));
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c148953 sqlite3_stmt *pRange;
148955 rc = fts3SqlStmt(p, SQL_SELECT_LEVEL_RANGE2, &pRange, 0);
148967 sqlite3_bind_int64(pRange, 1, iAbsLevel+1);
148968 sqlite3_bind_int64(pRange, 2, iLast);
148969 while( SQLITE_ROW==sqlite3_step(pRange) ){
148971 fts3ReadEndBlockField(pRange, 2, &dummy, &nSize);
148983 rc = sqlite3_reset(pRange);
149008 sqlite3_bind_int64(pRange, 1, iAbsLevel);
149009 while( SQLITE_ROW==sqlite3_step(pRange) ){
149011 sqlite3_bind_int(pUpdate1, 2, sqlite3_column_int(pRange, 0));
[all …]