/external/pdfium/fpdfsdk/src/ |
D | fpdfppo.cpp | 58 DInfoDict->SetAt("Producer", new CPDF_String(producerstr)); in PDFDocInit() 64 pNewRoot->SetAt("Type", new CPDF_Name("Catalog")); in PDFDocInit() 72 pNewRoot->SetAt("Pages", new CPDF_Reference(pDestPDFDoc, NewPagesON)); in PDFDocInit() 78 pNewPages->SetAt("Type", new CPDF_Name("Pages")); in PDFDocInit() 88 pNewPages->SetAt("Kids", new CPDF_Reference(pDestPDFDoc, Kidsobjnum));//, Kidsgennum)); in PDFDocInit() 89 pNewPages->SetAt("Count", new CPDF_Number(0)); in PDFDocInit() 124 pCurPageDict->SetAt(cbSrcKeyStr, pObj->Clone()); in ExportPage() 140 pCurPageDict->SetAt("MediaBox", pInheritable->Clone()); in ExportPage() 149 pCurPageDict->SetAt("MediaBox", pArray); in ExportPage() 153 pCurPageDict->SetAt("MediaBox", pInheritable->Clone()); in ExportPage() [all …]
|
D | fpdfeditpage.cpp | 46 pInfoDict->SetAt("CreationDate", new CPDF_String(DateStr)); in FPDF_CreateNewDocument() 48 pInfoDict->SetAt("Creator",FX_NEW CPDF_String(L"Google")); in FPDF_CreateNewDocument() 50 pInfoDict->SetAt("Creator",FX_NEW CPDF_String(L"Foxit PDF SDK DLL 2.0 - Foxit Software")); in FPDF_CreateNewDocument() 91 pPageDict->SetAt("MediaBox", pMediaBoxArray); in FPDFPage_New() 92 pPageDict->SetAt("Rotate", FX_NEW CPDF_Number(0)); in FPDFPage_New() 93 pPageDict->SetAt("Resources", FX_NEW CPDF_Dictionary); in FPDFPage_New() 305 pRectArray->SetAt(0,FX_NEW CPDF_Number(rect.left)); in FPDFPage_TransformAnnots() 306 pRectArray->SetAt(1,FX_NEW CPDF_Number(rect.bottom)); in FPDFPage_TransformAnnots() 307 pRectArray->SetAt(2,FX_NEW CPDF_Number(rect.right)); in FPDFPage_TransformAnnots() 308 pRectArray->SetAt(3,FX_NEW CPDF_Number(rect.top)); in FPDFPage_TransformAnnots() [all …]
|
D | fpdf_flatten.cpp | 388 pPageDict->SetAt("MediaBox",pMediaBox); in FPDFPage_Flatten() 398 pPageDict->SetAt("ArtBox", pCropBox); in FPDFPage_Flatten() 406 pPageDict->SetAt( "Resources", pRes ); in FPDFPage_Flatten() 415 pRes->SetAt("XObject", pPageXObject); in FPDFPage_Flatten() 443 pNewOXbjectDic->SetAt("Resources", pNewXORes); in FPDFPage_Flatten() 524 pNewXORes->SetAt("XObject", pXObject); in FPDFPage_Flatten()
|
D | fsdk_baseannot.cpp | 785 pBorder->SetAt(2, FX_NEW CPDF_Number(nWidth)); in SetBorderWidth() 794 m_pAnnot->m_pAnnotDict->SetAt("BS", pBSDict); in SetBorderWidth() 833 m_pAnnot->m_pAnnotDict->SetAt("BS", pBSDict); in SetBorderStyle() 895 m_pAnnot->m_pAnnotDict->SetAt("BS", pBSDict); in SetBorderDash() 904 pBSDict->SetAt("D", pArray); in SetBorderDash() 946 m_pAnnot->m_pAnnotDict->SetAt("C", pArray); in SetColor() 1016 m_pAnnot->m_pAnnotDict->SetAt("AP", pAPDict); in WriteAppearance() 1033 pAPDict->SetAt(sAPType, pAPTypeDict); in WriteAppearance() 1145 m_pAnnot->m_pAnnotDict->SetAt("AA", (CPDF_AAction&)aa); in SetAAction()
|
D | fpdf_transformpage.cpp | 22 pPageDict->SetAt("MediaBox", pMediaBoxArray); in FPDFPage_SetMediaBox() 39 pPageDict->SetAt("CropBox", pCropBoxArray); in FPDFPage_SetCropBox()
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_doc.cpp | 30 pPages->SetAt("Kids", FX_NEW CPDF_Array); in CreateNewDoc() 324 pEncoding->SetAt(FX_BSTRC("Differences"), pArray); in AddWindowsFont() 346 pBaseDict->SetAt("Widths", pWidths); in AddWindowsFont() 394 pFontDict->SetAt("W", pWidthArray); in AddWindowsFont() 402 pFontDict->SetAt("CIDSystemInfo", pCIDSysInfo); in AddWindowsFont() 404 pBaseDict->SetAt("DescendantFonts", pArray); in AddWindowsFont() 417 pFontDesc->SetAt("FontBBox", pBBox); in AddWindowsFont() 711 pEncoding->SetAt(FX_BSTRC("Differences"), pArray); in AddMacFont() 733 pBaseDict->SetAt("Widths", pWidths); in AddMacFont() 792 pFontDict->SetAt("W", pWidthArray); in AddMacFont() [all …]
|
D | fpdf_edit_image.cpp | 37 pDict->SetAt(FX_BSTRC("Decode"), pDecode); in InitJPEG() 44 pDict->SetAt("DecodeParms", pParms); in InitJPEG() 126 pDict->SetAt(FX_BSTRC("ImageMask"), FX_NEW CPDF_Boolean(TRUE)); in SetImage() 131 pDict->SetAt(FX_BSTRC("Decode"), pArray); in SetImage() 148 pDict->SetAt(FX_BSTRC("ColorSpace"), pCS); in SetImage() 242 pMaskDict->SetAt(FX_BSTRC("Matte"), pMatte); in SetImage()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_doc.cpp | 287 m_FontMap.SetAt(pFontDict, fontData); in GetFont() 328 pDict->SetAt(FX_BSTRC("Encoding"), pEncoding->Realize()); in GetStandardFont() 342 m_FontMap.SetAt(pDict, fontData); in GetStandardFont() 432 m_ColorSpaceMap.SetAt(pCSObj, csData); in GetColorSpace() 506 m_PatternMap.SetAt(pPatternObj, ptData); in GetPattern() 546 m_ImageMap.SetAt(dwImageObjNum, imageData); in GetImage() 587 m_IccProfileMap.SetAt(pIccProfileStream, ipData); in GetIccProfile() 588 m_HashProfileMap.SetAt(CFX_ByteStringC(digest, 20), pIccProfileStream); in GetIccProfile() 638 m_FontFileMap.SetAt(pFontStream, ftData); in GetFontFileStreamAcc()
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_pageobjs.cpp | 102 pIterator->SetAt(pRange->BeginPos); in DrawUnderline() 104 pIterator->SetAt(0); in DrawUnderline() 174 pIterator->SetAt(pRange->BeginPos); in DrawEdit() 176 pIterator->SetAt(0); in DrawEdit() 308 pIterator->SetAt(pRange->BeginPos); in DrawRichEdit() 310 pIterator->SetAt(0); in DrawRichEdit() 513 pIterator->SetAt(pRange->BeginPos); in GeneratePageObjects() 515 pIterator->SetAt(0); in GeneratePageObjects() 575 pIterator->SetAt(pRange->BeginPos); in GenerateRichPageObjects() 577 pIterator->SetAt(0); in GenerateRichPageObjects() [all …]
|
D | fxet_ap.cpp | 79 pIterator->SetAt(pRange->BeginPos); in GetEditAppearanceStream() 81 pIterator->SetAt(0); in GetEditAppearanceStream() 201 pIterator->SetAt(pRange->BeginPos); in GetSelectAppearanceStream()
|
D | fxet_edit.cpp | 108 void CFX_Edit_Iterator::SetAt(FX_INT32 nWordIndex) in SetAt() function in CFX_Edit_Iterator 112 m_pVTIterator->SetAt(nWordIndex); in SetAt() 115 void CFX_Edit_Iterator::SetAt(const CPVT_WordPlace & place) in SetAt() function in CFX_Edit_Iterator 119 m_pVTIterator->SetAt(place); in SetAt() 1252 pIterator->SetAt(0); in GetText() 1299 pIterator->SetAt(wrTemp.BeginPos); in GetRangeText() 1350 pIterator->SetAt(0); in GetTotalLines() 1506 pIterator->SetAt(wrTemp.BeginPos); in SetRichTextProps() 1591 pIterator->SetAt(place); in SetSecProps() 1629 pIterator->SetAt(place); in SetSecProps() [all …]
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_objects.cpp | 294 pCopy->m_Map.SetAt(key, value->CloneInternal(bDirect, visited)); in CloneInternal() 313 visited->SetAt((void*)(FX_UINTPTR)obj_num, (void*)1); in CloneInternal() 528 void CPDF_Array::SetAt(FX_DWORD i, CPDF_Object* pObj, CPDF_IndirectObjects* pObjs) in SetAt() function in CPDF_Array 541 m_Objects.SetAt(i, pObj); in SetAt() 796 void CPDF_Dictionary::SetAt(FX_BSTR key, CPDF_Object* pObj, CPDF_IndirectObjects* pObjs) in SetAt() function in CPDF_Dictionary 812 m_Map.SetAt(key, pObj); in SetAt() 842 m_Map.SetAt(newkey, p); in ReplaceKey() 871 SetAt(key, FX_NEW CPDF_Number(i)); in SetAtInteger() 875 SetAt(key, FX_NEW CPDF_Name(name)); in SetAtName() 879 SetAt(key, FX_NEW CPDF_String(str)); in SetAtString() [all …]
|
D | fpdf_parser_document.cpp | 131 m_PageList.SetAt(iPage - nPagesToGo, pKid->GetObjNum()); in _FindPDFPage() 172 m_PageList.SetAt(iPage, pPage->GetObjNum()); in GetPage() 196 m_PageList.SetAt(index + i, objnum); in _FindPageIndex()
|
/external/pdfium/core/src/fpdfapi/ |
D | fpdf_basic_module.cpp | 86 m_ModulePathList.SetAt(module_name, FX_NEW CFX_ByteString(path, -1)); in SetModulePath() 128 m_SecurityHandlerMap.SetAt(filter, (void*)CreateHandler); in RegisterSecurityHandler() 131 m_SecurityHandlerMap.SetAt(FX_BSTRC("_param_") + filter, param); in RegisterSecurityHandler()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_cache.cpp | 119 m_ImageCaches.SetAt(pStream, pImageCache); in GetCachedBitmap() 137 m_ImageCaches.SetAt(pStream, m_pCurImageCache); in StartGetCachedBitmap() 152 m_ImageCaches.SetAt(m_pCurImageCache->GetStream(), m_pCurImageCache); in Continue() 167 m_ImageCaches.SetAt(pStream, pImageCache); in ResetBitmap()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_basic.h | 442 FX_BOOL SetAt(int nIndex, TYPE newElement) in SetAt() function 870 void SetAt(void* key, void* newValue) in SetAt() function 938 void SetAt(KeyType key, ValueType newValue) in SetAt() function 940 CFX_MapPtrToPtr::SetAt((void*)(FX_UINTPTR)key, (void*)(FX_UINTPTR)newValue); in SetAt() 965 void SetAt(FX_DWORD key, FX_DWORD value); 1008 void SetAt(FX_BSTR key, void* newValue) in SetAt() function 1077 void SetAt(FX_BSTR key, void* value); 1153 void SetAt(FX_POSITION pos, void* newElement) in SetAt() function
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_ap.cpp | 398 pAnnotDict->SetAt("AP", pAPDict); in GenerateWidgetAP() 421 pStreamResList->SetAt("Font", pStreamResFontList); in GenerateWidgetAP() 427 pStreamDict->SetAt("Resources", pFormDict->GetDict("DR")->Clone()); in GenerateWidgetAP() 612 pStreamResList->SetAt("Font", pStreamResFontList); in GenerateWidgetAP() 618 pStreamDict->SetAt("Resources", pFormDict->GetDict("DR")->Clone()); in GenerateWidgetAP() 644 pIterator->SetAt(pVisible->BeginPos); in GenerateEditAP() 646 pIterator->SetAt(0); in GenerateEditAP()
|
D | doc_formfield.cpp | 201 m_pDict->SetAt("V", pClone); in ResetField() 204 m_pDict->SetAt("RV", pCloneR); in ResetField() 634 m_pDict->SetAt("V", pArray); in SetItemSelection() 665 m_pDict->SetAt("V", pArray); in SetItemSelection() 674 m_pDict->SetAt("I", pI); in SetItemSelection() 976 m_pDict->SetAt("I", pArray); in SelectOption()
|
D | doc_form.cpp | 653 csSub.SetAt(i, L'\0'); in ValidateFieldName() 1327 pParent->SetAt(FX_BSTRC("FT"), pFTValue->Clone()); in AddTerminalField() 1333 pParent->SetAt(FX_BSTRC("Ff"), pFfValue->Clone()); in AddTerminalField() 1342 pDict->SetAt("T", pClone); in AddTerminalField() 1378 m_ControlMap.SetAt((CPDF_Dictionary*)pWidgetDict, pControl); in AddControl() 1437 pMainDict->SetAt("F", (CPDF_Object*)filespec); in ExportToFDF() 1444 pMainDict->SetAt("Fields", pFields); in ExportToFDF() 1470 pFieldDict->SetAt("T", pString); in ExportToFDF() 1483 pFieldDict->SetAt("V", pV->Clone(TRUE)); in ExportToFDF() 1571 pField->m_pDict->SetAt("Opt", pFieldDict->GetElementValue("Opt")->Clone(TRUE)); in FDF_ImportField()
|
D | doc_link.cpp | 29 m_PageMap.SetAt((FX_LPVOID)(FX_UINTPTR)objnum, pPageLinkList); in GetPageLinks()
|
/external/pdfium/fpdfsdk/include/javascript/ |
D | JS_Object.h | 97 void SetAt(FX_UINT nIndex,CJS_Timer * pTimer) in SetAt() function 190 m_sTimeMap.SetAt(m_nTimerID,this); in SetJSTimer()
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_CBA_Fontmap.cpp | 178 m_pAnnotDict->SetAt("AP", pAPDict); in AddFontToAnnotDict() 208 pStreamDict->SetAt("Resources", pStreamResList); in AddFontToAnnotDict()
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | ttgsubtable.cpp | 26 void CFX_GlyphMap::SetAt(int key, int value) in SetAt() function in CFX_GlyphMap 93 m_featureMap.SetAt(index, index); in GetVerticalGlyph() 104 m_featureMap.SetAt(i, i); in GetVerticalGlyph()
|
D | fpdf_font.cpp | 69 m_pStockMap.SetAt(key, pFonts); in Set() 660 m_Map.SetAt(srccode, destcode.GetAt(0)); in Load() 662 m_Map.SetAt(srccode, m_MultiCharBuf.GetLength() * 0x10000 + 0xffff); in Load() 690 m_Map.SetAt(code, destcode.GetAt(0)); in Load() 692 m_Map.SetAt(code, m_MultiCharBuf.GetLength() * 0x10000 + 0xffff); in Load() 705 m_Map.SetAt(code, value++); in Load() 715 m_Map.SetAt(code, m_MultiCharBuf.GetLength() * 0x10000 + 0xffff); in Load() 1427 pDict->SetAt(FX_BSTRC("Differences"), pDiff); in Realize() 1718 m_CacheMap.SetAt((FX_LPVOID)(FX_UINTPTR)charcode, pChar); in LoadChar()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_EditCtrl.cpp | 392 pIterator->SetAt(m_pEdit->GetCaret()); in GetCaretInfo() 517 pIterator->SetAt(m_pEdit->GetCaret()); in GetCaretFont() 545 pIterator->SetAt(m_pEdit->GetCaret()); in GetCaretFontSize()
|