Searched defs:nIndex (Results 1 - 25 of 32) sorted by relevance

12

/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_ComboBox.h12 int nIndex; member in struct:FFL_ComboBoxState
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_List.h53 TYPE *getAt(FX_INT32 nIndex) argument
55 return m_pArray[nIndex];
H A DJBig2_Context.cpp397 FX_BYTE cType, FX_INT32 nIndex)
405 if(count == nIndex) {
609 FX_INT32 i, nIndex, nRet; local
702 nIndex = 0;
712 pSeg = findReferredSegmentByTypeAndIndex(pSegment, 53, nIndex++);
729 pSeg = findReferredSegmentByTypeAndIndex(pSegment, 53, nIndex++);
742 pSeg = findReferredSegmentByTypeAndIndex(pSegment, 53, nIndex++);
758 pSeg = findReferredSegmentByTypeAndIndex(pSegment, 53, nIndex++);
885 FX_INT32 i, nIndex, nRet; local
1010 nIndex
396 findReferredSegmentByTypeAndIndex(CJBig2_Segment *pSegment, FX_BYTE cType, FX_INT32 nIndex) argument
[all...]
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_array.cpp94 FX_LPBYTE CFX_BasicArray::InsertSpaceAt(int nIndex, int nCount) argument
96 if (nIndex < 0 || nCount <= 0) {
99 if (nIndex >= m_nSize) {
100 if (!SetSize(nIndex + nCount, -1)) {
108 FXSYS_memmove32(m_pData + (nIndex + nCount)*m_nUnitSize, m_pData + nIndex * m_nUnitSize,
109 (nOldSize - nIndex) * m_nUnitSize);
110 FXSYS_memset32(m_pData + nIndex * m_nUnitSize, 0, nCount * m_nUnitSize);
112 return m_pData + nIndex * m_nUnitSize;
114 FX_BOOL CFX_BasicArray::RemoveAt(int nIndex, in argument
[all...]
H A Dfx_basic_bstring.cpp386 FX_STRSIZE CFX_ByteString::Delete(FX_STRSIZE nIndex, FX_STRSIZE nCount) argument
391 if (nIndex < 0) {
392 nIndex = 0;
395 if (nCount > 0 && nIndex < nOldLength) {
396 FX_STRSIZE mLength = nIndex + nCount;
398 m_pData->m_nDataLength = nIndex;
403 FXSYS_memmove32(m_pData->m_String + nIndex,
708 FX_STRSIZE CFX_ByteString::Insert(FX_STRSIZE nIndex, FX_CHAR ch) argument
711 if (nIndex < 0) {
712 nIndex
923 SetAt(FX_STRSIZE nIndex, FX_CHAR ch) argument
[all...]
H A Dfx_basic_wstring.cpp538 void CFX_WideString::SetAt(FX_STRSIZE nIndex, FX_WCHAR ch) argument
543 ASSERT(nIndex >= 0);
544 ASSERT(nIndex < m_pData->m_nDataLength);
546 m_pData->m_String[nIndex] = ch;
709 FX_STRSIZE CFX_WideString::Insert(FX_STRSIZE nIndex, FX_WCHAR ch) argument
712 if (nIndex < 0) {
713 nIndex = 0;
716 if (nIndex > nNewLength) {
717 nIndex = nNewLength;
734 FXSYS_memmove32(m_pData->m_String + nIndex
740 Delete(FX_STRSIZE nIndex, FX_STRSIZE nCount) argument
[all...]
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h211 TYPE GetAt(FX_INT32 nIndex) const { if (nIndex >= 0 && nIndex < CFX_ArrayTemplate<TYPE>::GetSize()) return CFX_ArrayTemplate<TYPE>::GetAt(nIndex); return NULL;}
212 void RemoveAt(FX_INT32 nIndex){if (nIndex >= 0 && nIndex < CFX_ArrayTemplate<TYPE>::GetSize()) CFX_ArrayTemplate<TYPE>::RemoveAt(nIndex);} argument
229 virtual IFX_Edit* GetItemEdit(FX_INT32 nIndex) const;
231 virtual FX_BOOL IsItemSelected(FX_INT32 nIndex) cons
[all...]
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Object.h97 void SetAt(FX_UINT nIndex,CJS_Timer * pTimer) argument
99 int i = Find(nIndex);
110 pMap->nID = nIndex;
117 CJS_Timer * GetAt(FX_UINT nIndex) argument
119 int i = Find(nIndex);
129 void RemoveAt(FX_UINT nIndex) argument
131 int i = Find(nIndex);
143 int Find(FX_UINT nIndex) argument
149 if (pMap->nID == nIndex)
/external/pdfium/fpdfsdk/src/
H A Dfpdfppo.cpp18 FX_BOOL ExportPage(CPDF_Document *pSrcPDFDoc, CFX_WordArray* nPageNum, CPDF_Document *pDestPDFDoc, int nIndex);
96 CPDF_Document *pDestPDFDoc,int nIndex)
98 int curpage =nIndex;
403 for(int nIndex=nStartPageNum; nIndex <= nEndPageNum; nIndex ++)
404 pageArray->Add(nIndex);
95 ExportPage(CPDF_Document *pSrcPDFDoc, CFX_WordArray* nPageNum, CPDF_Document *pDestPDFDoc,int nIndex) argument
H A Dfsdk_mgr.cpp383 CPDFSDK_PageView* CPDFSDK_Document::GetPageView(int nIndex) argument
386 CPDF_Page * pTempPage = (CPDF_Page*)m_pEnv->FFI_GetPage(m_pDoc,nIndex);
458 CPDF_Page * CPDFSDK_Document::GetPage(int nIndex) argument
460 CPDF_Page * pTempPage = (CPDF_Page*)m_pEnv->FFI_GetPage(m_pDoc,nIndex);
796 CPDFSDK_Annot* CPDFSDK_PageView::GetAnnot(int nIndex) argument
799 if ( nIndex < 0 || nIndex >= nCount )
804 return (CPDFSDK_Annot*)m_fxAnnotArray.GetAt(nIndex);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_basic.cpp78 int& nIndex, CPDF_Array** ppFind, int nLevel = 0)
112 nIndex += i;
115 nIndex += dwCount;
127 CPDF_Object* pFound = SearchNameNode(pKid, csName, nIndex, ppFind, nLevel + 1);
134 static CPDF_Object* SearchNameNode(CPDF_Dictionary* pNode, int nIndex, int& nCurIndex, argument
143 if (nIndex >= nCurIndex + nCount) {
150 csName = pNames->GetString((nIndex - nCurIndex) * 2);
151 return pNames->GetElementValue((nIndex - nCurIndex) * 2 + 1);
163 CPDF_Object* pFound = SearchNameNode(pKid, nIndex, nCurIndex, csName, ppFind, nLevel + 1);
205 int nIndex local
77 SearchNameNode(CPDF_Dictionary* pNode, const CFX_ByteString& csName, int& nIndex, CPDF_Array** ppFind, int nLevel = 0) argument
211 LookupValue(int nIndex, CFX_ByteString& csName) const argument
224 int nIndex = 0; local
[all...]
H A Dpdf_vt.h202 TYPE GetAt(int nIndex) const
204 if (nIndex >= 0 && nIndex < CFX_ArrayTemplate<TYPE>::GetSize()) {
205 return CFX_ArrayTemplate<TYPE>::GetAt(nIndex);
209 void RemoveAt(int nIndex) argument
211 if (nIndex >= 0 && nIndex < CFX_ArrayTemplate<TYPE>::GetSize()) {
212 CFX_ArrayTemplate<TYPE>::RemoveAt(nIndex);
240 CLine * GetAt(FX_INT32 nIndex) const
242 return m_Lines.GetAt(nIndex);
[all...]
H A Ddoc_vt.cpp1060 FX_INT32 nIndex = 0; local
1065 nIndex += pSection->m_WordArray.GetSize();
1067 nIndex += PVT_RETURN_LENGTH;
1072 nIndex += newplace.nWordIndex + PVT_RETURN_LENGTH;
1074 return nIndex;
1079 FX_INT32 nOldIndex = 0 , nIndex = 0; local
1083 nIndex += pSection->m_WordArray.GetSize();
1084 if (nIndex == index) {
1088 } else if (nIndex > index) {
1096 nIndex
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_IconList.cpp256 FX_INT32 nIndex = 0; local
265 nIndex = i;
270 return nIndex;
306 void CPWL_IconList_Content::SetSelect(FX_INT32 nIndex) argument
308 if (m_nSelectIndex != nIndex)
311 SelectItem(nIndex, TRUE);
312 m_nSelectIndex = nIndex;
315 pNotify->OnNoteListSelChanged(nIndex);
505 void CPWL_IconList::SetSelect(FX_INT32 nIndex) argument
507 m_pListContent->SetSelect(nIndex);
510 SetTopItem(FX_INT32 nIndex) argument
[all...]
H A DPWL_ListBox.cpp586 FX_INT32 CPWL_ListBox::FindNext(FX_INT32 nIndex,FX_WCHAR nChar) const argument
589 return m_pList->FindNext(nIndex,nChar);
591 return nIndex;
H A DPWL_Note.cpp491 FX_INT32 nIndex = index + 1; local
493 if (nIndex > 0 && nIndex < m_aChildren.GetSize())
494 if (CPWL_Wnd* pChild = m_aChildren.GetAt(nIndex))
505 FX_INT32 nIndex = this->GetItemIndex((CPWL_NoteItem*)pNoteItem); local
507 if (nIndex > 0)
516 for (FX_INT32 i=nIndex,sz=m_aChildren.GetSize(); i<sz; i++)
555 FX_INT32 nIndex = this->GetItemIndex(pWnd); local
556 if (nIndex < 0) nIndex
[all...]
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_FormFiller.cpp543 CFX_WideString CFFL_FormFiller::LoadPopupMenuString(int nIndex) argument
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp180 IFX_Edit * CFX_List::GetItemEdit(FX_INT32 nIndex) const
182 if (CFX_ListItem * pListItem = m_aListItems.GetAt(nIndex))
289 FX_INT32 CFX_List::FindNext(FX_INT32 nIndex,FX_WCHAR nChar) const argument
291 FX_INT32 nCircleIndex = nIndex;
308 CPDF_Rect CFX_List::GetItemRect(FX_INT32 nIndex) const
310 if (CFX_ListItem * pListItem = m_aListItems.GetAt(nIndex))
321 FX_BOOL CFX_List::IsItemSelected(FX_INT32 nIndex) const
323 if (CFX_ListItem * pListItem = m_aListItems.GetAt(nIndex))
362 CFX_WideString CFX_List::GetItemText(FX_INT32 nIndex) const
364 if (CFX_ListItem * pListItem = m_aListItems.GetAt(nIndex))
388 FX_INT32 nIndex = Find(nItemIndex); local
709 FX_INT32 nIndex = GetLastSelected(); local
969 SetTopItem(FX_INT32 nIndex) argument
[all...]
H A Dfxet_edit.cpp444 IFX_Edit_UndoItem* CFX_Edit_Undo::GetItem(FX_INT32 nIndex) argument
446 if (nIndex>=0 && nIndex < m_UndoItemStack.GetSize())
447 return m_UndoItemStack.GetAt(nIndex);
/external/pdfium/fpdfsdk/src/javascript/
H A DPublicMethods.cpp450 int nIndex = 0; local
457 StrArray.SetElement(nIndex, CJS_Value(isolate,(FX_LPCSTR)StrTrim(p)));
466 StrArray.SetElement(nIndex, CJS_Value(isolate,(FX_LPCSTR)StrTrim(pSub)));
469 nIndex ++;
535 int nIndex = 0; local
539 if (nIndex > 2) break;
544 number[nIndex++] = ParseStringInteger(value, i, nSkip, 4);
553 if (nIndex == 2)
570 else if (nIndex == 3)
2305 int nIndex
[all...]
H A DDocument.cpp464 //note: the parameter nIndex, if it is not available
470 int nIndex = params.size() > 0 ? (int)params[0] : -1; local
471 if (nIndex == -1) return FALSE;
479 CPDF_FormField* pField = pPDFForm->GetField(nIndex);
H A DField.cpp3726 int nIndex = -1; local
3728 nIndex = (FX_INT32) params[0];
3737 if(nIndex <0 || nIndex >= pFormField->CountControls())
3746 if (pFormField->GetControl(nIndex)->IsChecked() !=0 )
3761 int nIndex = -1; local
3763 nIndex = (FX_INT32) params[0];
3772 if(nIndex <0 || nIndex >= pFormField->CountControls())
3780 if (pFormField->GetControl(nIndex)
[all...]
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h388 FX_LPBYTE InsertSpaceAt(int nIndex, int nCount);
390 FX_BOOL RemoveAt(int nIndex, int nCount);
434 const TYPE GetAt(int nIndex) const
436 if (nIndex < 0 || nIndex >= m_nSize) {
439 return ((const TYPE*)m_pData)[nIndex];
442 FX_BOOL SetAt(int nIndex, TYPE newElement) argument
444 if (nIndex < 0 || nIndex >= m_nSize) {
447 ((TYPE*)m_pData)[nIndex]
451 ElementAt(int nIndex) argument
469 SetAtGrow(int nIndex, TYPE newElement) argument
513 InsertSpaceAt(int nIndex, int nCount) argument
526 operator [](int nIndex) argument
534 InsertAt(int nIndex, TYPE newElement, int nCount = 1) argument
545 RemoveAt(int nIndex, int nCount = 1) argument
1541 GetAt(FX_INT32 nIndex) argument
1616 operator [](FX_INT32 nIndex) argument
1623 GetPtrAt(FX_INT32 nIndex) argument
[all...]
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp1149 for (int nIndex = 0; nIndex < nCount; nIndex++) {
1151 Info2.m_Unicode = pDst[nIndex];
1188 for (int nIndex = 0; nIndex < nCount; nIndex++) {
1190 Info2.m_Unicode = pDst[nIndex];
1826 for (int nIndex = 0; nIndex < nTota
1884 int nIndex = nCount - 1; local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dtclsqlite.c136 int nStep, nSort, nIndex; /* Statistics for most recent operation */ member in struct:SqliteDb
1388 pDb->nIndex = sqlite3_stmt_status(pStmt,SQLITE_STMTSTATUS_AUTOINDEX,1);
2584 v = pDb->nIndex;

Completed in 280 milliseconds

12