Searched refs:SetAt (Results 1 - 25 of 72) sorted by relevance

123

/external/pdfium/fpdfsdk/src/
H A Dfpdfppo.cpp58 DInfoDict->SetAt("Producer", new CPDF_String(producerstr));
64 pNewRoot->SetAt("Type", new CPDF_Name("Catalog"));
72 pNewRoot->SetAt("Pages", new CPDF_Reference(pDestPDFDoc, NewPagesON));
78 pNewPages->SetAt("Type", new CPDF_Name("Pages"));
88 pNewPages->SetAt("Kids", new CPDF_Reference(pDestPDFDoc, Kidsobjnum));//, Kidsgennum));
89 pNewPages->SetAt("Count", new CPDF_Number(0));
124 pCurPageDict->SetAt(cbSrcKeyStr, pObj->Clone());
140 pCurPageDict->SetAt("MediaBox", pInheritable->Clone());
149 pCurPageDict->SetAt("MediaBox", pArray);
153 pCurPageDict->SetAt("MediaBo
[all...]
H A Dfpdfeditpage.cpp46 pInfoDict->SetAt("CreationDate", new CPDF_String(DateStr));
48 pInfoDict->SetAt("Creator",FX_NEW CPDF_String(L"Google"));
50 pInfoDict->SetAt("Creator",FX_NEW CPDF_String(L"Foxit PDF SDK DLL 2.0 - Foxit Software"));
91 pPageDict->SetAt("MediaBox", pMediaBoxArray);
92 pPageDict->SetAt("Rotate", FX_NEW CPDF_Number(0));
93 pPageDict->SetAt("Resources", FX_NEW CPDF_Dictionary);
305 pRectArray->SetAt(0,FX_NEW CPDF_Number(rect.left));
306 pRectArray->SetAt(1,FX_NEW CPDF_Number(rect.bottom));
307 pRectArray->SetAt(2,FX_NEW CPDF_Number(rect.right));
308 pRectArray->SetAt(
[all...]
H A Dfpdf_flatten.cpp388 pPageDict->SetAt("MediaBox",pMediaBox);
398 pPageDict->SetAt("ArtBox", pCropBox);
406 pPageDict->SetAt( "Resources", pRes );
415 pRes->SetAt("XObject", pPageXObject);
443 pNewOXbjectDic->SetAt("Resources", pNewXORes);
524 pNewXORes->SetAt("XObject", pXObject);
H A Dfpdf_transformpage.cpp22 pPageDict->SetAt("MediaBox", pMediaBoxArray);
39 pPageDict->SetAt("CropBox", pCropBoxArray);
/external/pdfium/core/src/fpdfapi/
H A Dfpdf_basic_module.cpp86 m_ModulePathList.SetAt(module_name, FX_NEW CFX_ByteString(path, -1));
128 m_SecurityHandlerMap.SetAt(filter, (void*)CreateHandler);
131 m_SecurityHandlerMap.SetAt(FX_BSTRC("_param_") + filter, param);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_doc.cpp287 m_FontMap.SetAt(pFontDict, fontData);
328 pDict->SetAt(FX_BSTRC("Encoding"), pEncoding->Realize());
342 m_FontMap.SetAt(pDict, fontData);
432 m_ColorSpaceMap.SetAt(pCSObj, csData);
506 m_PatternMap.SetAt(pPatternObj, ptData);
546 m_ImageMap.SetAt(dwImageObjNum, imageData);
587 m_IccProfileMap.SetAt(pIccProfileStream, ipData);
588 m_HashProfileMap.SetAt(CFX_ByteStringC(digest, 20), pIccProfileStream);
638 m_FontFileMap.SetAt(pFontStream, ftData);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp294 pCopy->m_Map.SetAt(key, value->CloneInternal(bDirect, visited));
313 visited->SetAt((void*)(FX_UINTPTR)obj_num, (void*)1);
528 void CPDF_Array::SetAt(FX_DWORD i, CPDF_Object* pObj, CPDF_IndirectObjects* pObjs) function in class:CPDF_Array
541 m_Objects.SetAt(i, pObj);
796 void CPDF_Dictionary::SetAt(FX_BSTR key, CPDF_Object* pObj, CPDF_IndirectObjects* pObjs) function in class:CPDF_Dictionary
812 m_Map.SetAt(key, pObj);
842 m_Map.SetAt(newkey, p);
871 SetAt(key, FX_NEW CPDF_Number(i));
875 SetAt(key, FX_NEW CPDF_Name(name));
879 SetAt(ke
[all...]
H A Dfpdf_parser_document.cpp131 m_PageList.SetAt(iPage - nPagesToGo, pKid->GetObjNum());
172 m_PageList.SetAt(iPage, pPage->GetObjNum());
196 m_PageList.SetAt(index + i, objnum);
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_ap.cpp79 pIterator->SetAt(pRange->BeginPos);
81 pIterator->SetAt(0);
201 pIterator->SetAt(pRange->BeginPos);
H A Dfxet_pageobjs.cpp102 pIterator->SetAt(pRange->BeginPos);
104 pIterator->SetAt(0);
174 pIterator->SetAt(pRange->BeginPos);
176 pIterator->SetAt(0);
308 pIterator->SetAt(pRange->BeginPos);
310 pIterator->SetAt(0);
513 pIterator->SetAt(pRange->BeginPos);
515 pIterator->SetAt(0);
575 pIterator->SetAt(pRange->BeginPos);
577 pIterator->SetAt(
[all...]
H A Dfxet_edit.cpp108 void CFX_Edit_Iterator::SetAt(FX_INT32 nWordIndex) function in class:CFX_Edit_Iterator
112 m_pVTIterator->SetAt(nWordIndex);
115 void CFX_Edit_Iterator::SetAt(const CPVT_WordPlace & place) function in class:CFX_Edit_Iterator
119 m_pVTIterator->SetAt(place);
1252 pIterator->SetAt(0);
1299 pIterator->SetAt(wrTemp.BeginPos);
1350 pIterator->SetAt(0);
1506 pIterator->SetAt(wrTemp.BeginPos);
1591 pIterator->SetAt(place);
1629 pIterator->SetAt(plac
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp30 pPages->SetAt("Kids", FX_NEW CPDF_Array);
324 pEncoding->SetAt(FX_BSTRC("Differences"), pArray);
346 pBaseDict->SetAt("Widths", pWidths);
394 pFontDict->SetAt("W", pWidthArray);
402 pFontDict->SetAt("CIDSystemInfo", pCIDSysInfo);
404 pBaseDict->SetAt("DescendantFonts", pArray);
417 pFontDesc->SetAt("FontBBox", pBBox);
711 pEncoding->SetAt(FX_BSTRC("Differences"), pArray);
733 pBaseDict->SetAt("Widths", pWidths);
792 pFontDict->SetAt("
[all...]
H A Dfpdf_edit_image.cpp37 pDict->SetAt(FX_BSTRC("Decode"), pDecode);
44 pDict->SetAt("DecodeParms", pParms);
126 pDict->SetAt(FX_BSTRC("ImageMask"), FX_NEW CPDF_Boolean(TRUE));
131 pDict->SetAt(FX_BSTRC("Decode"), pArray);
148 pDict->SetAt(FX_BSTRC("ColorSpace"), pCS);
242 pMaskDict->SetAt(FX_BSTRC("Matte"), pMatte);
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_cache.cpp119 m_ImageCaches.SetAt(pStream, pImageCache);
137 m_ImageCaches.SetAt(pStream, m_pCurImageCache);
152 m_ImageCaches.SetAt(m_pCurImageCache->GetStream(), m_pCurImageCache);
167 m_ImageCaches.SetAt(pStream, pImageCache);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_link.cpp29 m_PageMap.SetAt((FX_LPVOID)(FX_UINTPTR)objnum, pPageLinkList);
H A Ddoc_ap.cpp398 pAnnotDict->SetAt("AP", pAPDict);
421 pStreamResList->SetAt("Font", pStreamResFontList);
427 pStreamDict->SetAt("Resources", pFormDict->GetDict("DR")->Clone());
612 pStreamResList->SetAt("Font", pStreamResFontList);
618 pStreamDict->SetAt("Resources", pFormDict->GetDict("DR")->Clone());
644 pIterator->SetAt(pVisible->BeginPos);
646 pIterator->SetAt(0);
H A Ddoc_formfield.cpp201 m_pDict->SetAt("V", pClone);
204 m_pDict->SetAt("RV", pCloneR);
634 m_pDict->SetAt("V", pArray);
665 m_pDict->SetAt("V", pArray);
674 m_pDict->SetAt("I", pI);
976 m_pDict->SetAt("I", pArray);
H A Ddoc_form.cpp653 csSub.SetAt(i, L'\0');
1327 pParent->SetAt(FX_BSTRC("FT"), pFTValue->Clone());
1333 pParent->SetAt(FX_BSTRC("Ff"), pFfValue->Clone());
1342 pDict->SetAt("T", pClone);
1378 m_ControlMap.SetAt((CPDF_Dictionary*)pWidgetDict, pControl);
1437 pMainDict->SetAt("F", (CPDF_Object*)filespec);
1444 pMainDict->SetAt("Fields", pFields);
1470 pFieldDict->SetAt("T", pString);
1483 pFieldDict->SetAt("V", pV->Clone(TRUE));
1571 pField->m_pDict->SetAt("Op
[all...]
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Object.h97 void SetAt(FX_UINT nIndex,CJS_Timer * pTimer) function in struct:JS_TIMER_MAPARRAY
190 m_sTimeMap.SetAt(m_nTimerID,this);
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_CBA_Fontmap.cpp178 m_pAnnotDict->SetAt("AP", pAPDict);
208 pStreamDict->SetAt("Resources", pStreamResList);
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h442 FX_BOOL SetAt(int nIndex, TYPE newElement) function in class:CFX_ArrayTemplate
870 void SetAt(void* key, void* newValue) function in class:CFX_MapPtrToPtr
938 void SetAt(KeyType key, ValueType newValue) function in class:CFX_MapPtrTemplate
940 CFX_MapPtrToPtr::SetAt((void*)(FX_UINTPTR)key, (void*)(FX_UINTPTR)newValue);
965 void SetAt(FX_DWORD key, FX_DWORD value);
1008 void SetAt(FX_BSTR key, void* newValue) function in class:CFX_MapByteStringToPtr
1077 void SetAt(FX_BSTR key, void* value);
1153 void SetAt(FX_POSITION pos, void* newElement) function in class:CFX_PtrList
H A Dfx_xml.h38 void SetAt(FX_BSTR space, FX_BSTR name, FX_WSTR value, IFX_Allocator* pAllocator = NULL);
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dttgsubtable.cpp26 void CFX_GlyphMap::SetAt(int key, int value) function in class:CFX_GlyphMap
93 m_featureMap.SetAt(index, index);
104 m_featureMap.SetAt(i, i);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_EditCtrl.cpp392 pIterator->SetAt(m_pEdit->GetCaret());
517 pIterator->SetAt(m_pEdit->GetCaret());
545 pIterator->SetAt(m_pEdit->GetCaret());
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h317 virtual void SetAt(FX_INT32 nWordIndex) = 0;
319 virtual void SetAt(const CPVT_WordPlace & place) = 0;

Completed in 6448 milliseconds

123