HomeSort by relevance Sort by last modified time
    Searched refs:GetAt (Results 26 - 50 of 79) sorted by null

12 3 4

  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 115 delete m_LineRects.GetAt(i);
129 m_LineRects.Add(rects.GetAt(i));
145 CFX_Edit_LineRect * GetAt(FX_INT32 nIndex) const
150 return m_LineRects.GetAt(nIndex);
171 delete m_Rects.GetAt(i);
180 if (CPDF_Rect * pRect = m_Rects.GetAt(i))
192 CPDF_Rect * GetAt(FX_INT32 nIndex) const
197 return m_Rects.GetAt(nIndex);
790 const CPVT_WordPlace & GetAt() const;
fxet_list.h 212 TYPE GetAt(FX_INT32 nIndex) const { if (nIndex >= 0 && nIndex < CFX_ArrayTemplate<TYPE>::GetSize()) return CFX_ArrayTemplate<TYPE>::GetAt(nIndex); return NULL;}
  /external/pdfium/fpdfsdk/src/
fsdk_mgr.cpp 639 CPDFSDK_Annot* pAnnot = (CPDFSDK_Annot*)m_fxAnnotArray.GetAt(i);
683 CPDF_Annot* pAnnot = m_pAnnotList->GetAt(i);
698 CPDF_Annot* pAnnot = m_pAnnotList->GetAt(i);
825 return (CPDFSDK_Annot*)m_fxAnnotArray.GetAt(nIndex);
833 CPDFSDK_Annot* pAnnot = (CPDFSDK_Annot*)m_fxAnnotArray.GetAt(i);
994 CPDF_Annot* pPDFAnnot = m_pAnnotList->GetAt(i);
1020 CPDF_Rect rc = rects.GetAt(i);
1058 if (m_pAnnotList->GetAt(i) == p)
1073 CPDFSDK_Annot* pAnnot = (CPDFSDK_Annot*)m_fxAnnotArray.GetAt(i);
fsdk_annothandler.cpp 26 IPDFSDK_AnnotHandler* pHandler = m_Handlers.GetAt(i);
51 if (m_Handlers.GetAt(i) == pAnnotHandler)
772 CPDFSDK_Annot * pReaderAnnot= (CPDFSDK_Annot *)m_pIteratorAnnotList.GetAt(i);
788 CPDFSDK_Annot * pReaderAnnot= (CPDFSDK_Annot*)m_pIteratorAnnotList.GetAt(i);
816 return (index <0) ? NULL : (CPDFSDK_Annot*)m_pIteratorAnnotList.GetAt(index);
838 return (index <0) ? NULL : (CPDFSDK_Annot*)m_pIteratorAnnotList.GetAt(index);
918 CPDFSDK_Annot * pReaderAnnot= (CPDFSDK_Annot*)pAnnotList->GetAt(i);
928 CPDFSDK_Annot * pReaderAnnot = (CPDFSDK_Annot*)m_pIteratorAnnotList.GetAt(i);
fpdf_flatten.cpp 143 pArray[i] = CPDF_Rect(array.GetAt(i)).left;
150 pArray[i] = CPDF_Rect(array.GetAt(i)).top;
157 pArray[i] = CPDF_Rect(array.GetAt(i)).right;
164 pArray[i] = CPDF_Rect(array.GetAt(i)).bottom;
442 CPDF_Dictionary* pAnnotDic = ObjectArray.GetAt(i);
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_cid.cpp 125 if (word.GetAt(0) == '<') {
127 FX_BYTE digit = word.GetAt(i);
141 if (word.GetAt(i) < '0' || word.GetAt(i) > '9') {
144 num = num * 10 + word.GetAt(i) - '0';
151 if (first.GetLength() == 0 || first.GetAt(0) != '<') {
156 if (first.GetAt(i) == '>') {
164 FX_BYTE digit1 = first.GetAt(i * 2 + 1);
165 FX_BYTE digit2 = first.GetAt(i * 2 + 2);
172 FX_BYTE digit1 = ((FX_DWORD)i * 2 + 1 < size) ? second.GetAt((FX_STRSIZE)i * 2 + 1) : 0
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_ap.cpp 87 CPVT_WordPlace place = pIterator->GetAt();
205 CPVT_WordPlace place = pIterator->GetAt();
fxet_edit.cpp 122 const CPVT_WordPlace & CFX_Edit_Iterator::GetAt() const
126 return m_pVTIterator->GetAt();
224 if (CFX_Edit_LineRect * pOldRect = m_OldLineRects.GetAt(i))
230 if (CFX_Edit_LineRect * pNewRect = m_NewLineRects.GetAt(i))
246 CFX_Edit_LineRect * pOldRect = m_OldLineRects.GetAt(i);
247 CFX_Edit_LineRect * pNewRect = m_NewLineRects.GetAt(i);
373 IFX_Edit_UndoItem * pItem = m_UndoItemStack.GetAt(m_nCurUndoPos-1);
398 IFX_Edit_UndoItem * pItem = m_UndoItemStack.GetAt(m_nCurUndoPos);
447 return m_UndoItemStack.GetAt(nIndex);
456 delete m_UndoItemStack.GetAt(0)
    [all...]
fxet_pageobjs.cpp 108 CPVT_WordPlace place = pIterator->GetAt();
182 CPVT_WordPlace place = pIterator->GetAt();
316 CPVT_WordPlace place = pIterator->GetAt();
475 CPVT_WordPlace place = pIterator->GetAt();
537 CPVT_WordPlace place = pIterator->GetAt();
624 CPVT_WordPlace place = pIterator->GetAt();
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 504 TYPE Value1 = this->GetAt(nStartPos);
505 TYPE Value2 = this->GetAt(nStopPos);
519 TYPE Value = this->GetAt(m);
523 TYPE temp = this->GetAt(i);
542 TYPE temp = this->GetAt(j);
  /external/pdfium/core/include/fxcrt/
fx_basic.h 411 const TYPE GetAt(int nIndex) const
679 void* GetAt(int index) const;
733 return *(ElementType*)CFX_BaseSegmentedArray::GetAt(index);
1067 void* GetAt(FX_POSITION rPosition) const
1466 FX_LPBYTE GetAt(FX_INT32 nIndex)
    [all...]
fx_xml.h 35 CXML_AttrItem& GetAt(int index) const;
fx_string.h 124 FX_BYTE GetAt(FX_STRSIZE index) const
280 FX_BYTE GetAt(FX_STRSIZE nIndex) const
548 FX_WCHAR GetAt(FX_STRSIZE index) const
710 FX_WCHAR GetAt(FX_STRSIZE nIndex) const
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 263 CPDF_Object* value = (CPDF_Object*)pThis->m_Objects.GetAt(i);
415 return (CPDF_Object*)m_Objects.GetAt(i);
422 return ((CPDF_Object*)m_Objects.GetAt(i))->GetDirect();
427 CPDF_Object* p = (CPDF_Object*)m_Objects.GetAt(i);
436 CPDF_Object* p = (CPDF_Object*)m_Objects.GetAt(i);
447 CPDF_Object* p = (CPDF_Object*)m_Objects.GetAt(i);
455 CPDF_Object* p = (CPDF_Object*)m_Objects.GetAt(i);
492 CPDF_Object* p = (CPDF_Object*)m_Objects.GetAt(i);
504 CPDF_Object* pOld = (CPDF_Object*)m_Objects.GetAt(i);
    [all...]
fpdf_parser_document.cpp 155 int objnum = m_PageList.GetAt(iPage);
233 FX_DWORD objnum1 = m_PageList.GetAt(i);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 95 TYPE GetAt(int nIndex) const;
126 inline TYPE CDXArray<TYPE,ARG_TYPE>::GetAt(int nIndex) const { _ASSERT((nIndex >= 0 && nIndex < m_nSize)); return m_pData[nIndex]; }
142 inline TYPE CDXArray<TYPE,ARG_TYPE>::operator[](int nIndex) const { return GetAt(nIndex); }
286 InsertAt(nStartIndex,pNewArray->GetAt(0),pNewArray->GetSize());
288 SetAt(nStartIndex + i,pNewArray->GetAt(i));
344 TYPE &GetAt(DXLISTPOS position);
345 TYPE GetAt(DXLISTPOS position) const;
413 inline TYPE &CDXList<TYPE,ARG_TYPE>::GetAt(DXLISTPOS position) {
419 inline TYPE CDXList<TYPE,ARG_TYPE>::GetAt(DXLISTPOS position) const {
portabledevicetypes.h 88 virtual HRESULT STDMETHODCALLTYPE GetAt(
268 HRESULT (STDMETHODCALLTYPE *GetAt)(
475 #define IPortableDeviceValues_GetAt(This,index,pKey,pValue) (This)->lpVtbl->GetAt(This,index,pKey,pValue)
530 return This->lpVtbl->GetAt(This,index,pKey,pValue);
    [all...]
  /external/pdfium/core/src/fpdftext/
fpdf_text_search.cpp 93 preChar = wstr.GetAt(0);
102 curChar = wstr.GetAt(0);
208 if (wstr.IsEmpty() || wstr.GetAt(wstr.GetLength() - 1) == L' ') {
  /external/pdfium/core/src/reflow/
layoutprovider_taggedpdf.cpp 18 CPDF_LayoutElement* pChild = (CPDF_LayoutElement*)m_ChildArray.GetAt(i);
603 return (IPDF_LayoutElement*)m_ChildArray.GetAt(index);
626 return (CPDF_PageObject*)pObj->GetAt(index);
reflowedtextpage.cpp 88 info.m_Unicode = str.GetAt(0);
354 start = *(int *)m_CountBSArray->GetAt(index * 2);
355 count = *(int *)m_CountBSArray->GetAt(index * 2 + 1);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_IconList.cpp 259 if (CPWL_Wnd * pChild = m_aChildren.GetAt(i))
354 if (CPWL_Wnd * pChild = m_aChildren.GetAt(nItemIndex))
396 if (CPWL_Wnd * pChild = m_aChildren.GetAt(i))
  /external/pdfium/core/include/fpdfapi/
fpdf_page.h 81 return (CPDF_PageObject*)m_ObjectList.GetAt(pos);
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 106 CJS_ObjDefintion* pObjDef = (CJS_ObjDefintion*)pArray->GetAt(nObjDefnID);
126 CJS_ObjDefintion* pObjDef = (CJS_ObjDefintion*)pArray->GetAt(nObjDefnID);
143 CJS_ObjDefintion* pObjDef = (CJS_ObjDefintion*)pArray->GetAt(nObjDefnID);
163 CJS_ObjDefintion* pObjDef = (CJS_ObjDefintion*)pArray->GetAt(nObjDefnID);
180 CJS_ObjDefintion* pObjDef = (CJS_ObjDefintion*)pArray->GetAt(i);
254 CJS_ObjDefintion* pObjDef = (CJS_ObjDefintion*)pArray->GetAt(i);
298 CJS_ObjDefintion* pObjDef = (CJS_ObjDefintion*)pArray->GetAt(i);
380 CJS_ObjDefintion* pObjDef = (CJS_ObjDefintion*)pArray->GetAt(nObjDefnID);
405 CJS_ObjDefintion* pObjDef = (CJS_ObjDefintion*)pArray->GetAt(nObjDefnID);
454 CJS_ObjDefintion* pObjDef = (CJS_ObjDefintion*)pArray->GetAt(i)
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring_unittest.cpp 457 EXPECT_EQ('a', short_string.GetAt(0));
458 EXPECT_EQ('c', longer_string.GetAt(2));
459 EXPECT_EQ('b', embedded_nul_string.GetAt(1));
460 EXPECT_EQ('\0', embedded_nul_string.GetAt(2));
461 EXPECT_EQ('c', embedded_nul_string.GetAt(3));
fx_basic_util.cpp 234 FX_DWORD word = wsUrl.GetAt(i);
240 FX_BYTE code = bsUri.GetAt(j);
271 FX_BYTE code = bsUri.GetAt(i);

Completed in 635 milliseconds

12 3 4