Home
last modified time | relevance | path

Searched refs:GetDictFor (Results 1 – 25 of 56) sorted by relevance

123

/external/pdfium/fpdfsdk/
Dfpdf_signature.cpp31 RetainPtr<const CPDF_Dictionary> acro_form = root->GetDictFor("AcroForm"); in CollectSignatures()
84 signature_dict->GetDictFor(pdfium::form_fields::kV); in FPDFSignatureObj_GetContents()
105 signature_dict->GetDictFor(pdfium::form_fields::kV); in FPDFSignatureObj_GetByteRange()
135 signature_dict->GetDictFor(pdfium::form_fields::kV); in FPDFSignatureObj_GetSubFilter()
156 signature_dict->GetDictFor(pdfium::form_fields::kV); in FPDFSignatureObj_GetReason()
180 signature_dict->GetDictFor(pdfium::form_fields::kV); in FPDFSignatureObj_GetTime()
202 signature_dict->GetDictFor(pdfium::form_fields::kV); in FPDFSignatureObj_GetDocMDPPermission()
221 reference_dict->GetDictFor("TransformParams"); in FPDFSignatureObj_GetDocMDPPermission()
Dcpdfsdk_baannot.cpp86 return !!GetAnnotDict()->GetDictFor(pdfium::annotation::kAP); in IsAppearanceValid()
137 RetainPtr<const CPDF_Dictionary> pBSDict = GetAnnotDict()->GetDictFor("BS"); in GetBorderWidth()
169 RetainPtr<const CPDF_Dictionary> pBSDict = GetAnnotDict()->GetDictFor("BS"); in GetBorderStyle()
205 return CPDF_Action(GetAnnotDict()->GetDictFor("A")); in GetAction()
209 return CPDF_AAction(GetAnnotDict()->GetDictFor(pdfium::form_fields::kAA)); in GetAAction()
Dfpdf_catalog.cpp23 RetainPtr<const CPDF_Dictionary> pMarkInfo = pCatalog->GetDictFor("MarkInfo"); in FPDFCatalog_IsTagged()
Dcpdfsdk_helpers.cpp57 RetainPtr<const CPDF_Dictionary> form = root->GetDictFor("AcroForm"); in DocHasXFA()
399 RetainPtr<const CPDF_Dictionary> pNameDict = pRootDict->GetDictFor("Names"); in ReportUnsupportedFeatures()
405 pNameDict->GetDictFor("JavaScript"); in ReportUnsupportedFeatures()
Dfpdf_transformpage.cpp253 pPageDict->GetDictFor(pdfium::page_object::kResources); in FPDFPage_TransFormWithClip()
257 RetainPtr<const CPDF_Dictionary> pPatternDict = pRes->GetDictFor("Pattern"); in FPDFPage_TransFormWithClip()
/external/pdfium/core/fpdfdoc/
Dcpdf_bookmarktree.cpp23 return CPDF_Bookmark(parent_dict->GetDictFor("First")); in GetFirstChild()
29 RetainPtr<const CPDF_Dictionary> outlines = root->GetDictFor("Outlines"); in GetFirstChild()
30 return outlines ? CPDF_Bookmark(outlines->GetDictFor("First")) in GetFirstChild()
40 RetainPtr<const CPDF_Dictionary> next = dict->GetDictFor("Next"); in GetNextSibling()
Dcpdf_structtree.cpp23 pDoc->GetRoot()->GetDictFor("MarkInfo"); in IsTagged()
42 : m_pTreeRoot(pDoc->GetRoot()->GetDictFor("StructTreeRoot")), in CPDF_StructTree()
43 m_pRoleMap(m_pTreeRoot ? m_pTreeRoot->GetDictFor("RoleMap") : nullptr) {} in CPDF_StructTree()
77 m_pTreeRoot->GetDictFor("ParentTree"); in LoadPageTree()
114 RetainPtr<const CPDF_Dictionary> pParent = pDict->GetDictFor("P"); in AddPageNode()
Dcpdf_annotlist.cpp162 pAnnotDict->GetDictFor(pdfium::form_fields::kParent); in GenerateAP()
180 RetainPtr<const CPDF_Dictionary> pAcroForm = pRoot->GetDictFor("AcroForm"); in CPDF_AnnotList()
199 !pDict->GetDictFor(pdfium::annotation::kAP)) { in CPDF_AnnotList()
Dcpdf_link.cpp31 return CPDF_Action(m_pDict->GetDictFor("A")); in GetAction()
Dcpdf_filespec.cpp140 RetainPtr<const CPDF_Dictionary> pFiles = pDict->GetDictFor("EF"); in GetFileStream()
162 return pStream ? pStream->GetDict()->GetDictFor("Params") : nullptr; in GetParamsDict()
Dcpdf_interactiveform.cpp150 RetainPtr<const CPDF_Dictionary> pDict = pResDict->GetDictFor("Font"); in GenerateNewFontResourceName()
193 RetainPtr<const CPDF_Dictionary> pDR = pFormDict->GetDictFor("DR"); in FindFont()
197 RetainPtr<const CPDF_Dictionary> pFonts = pDR->GetDictFor("Font"); in FindFont()
225 RetainPtr<const CPDF_Dictionary> pDR = pFormDict->GetDictFor("DR"); in FindFontFromDoc()
229 RetainPtr<const CPDF_Dictionary> pFonts = pDR->GetDictFor("Font"); in FindFontFromDoc()
319 RetainPtr<const CPDF_Dictionary> pDR = pFormDict->GetDictFor("DR"); in GetNativeFont()
323 RetainPtr<const CPDF_Dictionary> pFonts = pDR->GetDictFor("Font"); in GetNativeFont()
823 pFieldDict->GetDictFor(pdfium::form_fields::kParent); in AddTerminalField()
Dcpdf_aaction.cpp58 return CPDF_Action(m_pDict ? m_pDict->GetDictFor(kAATypes[eType]) : nullptr); in GetAction()
Dcpdf_action.cpp96 RetainPtr<const CPDF_Dictionary> pWinDict = m_pDict->GetDictFor("Win"); in GetFilePath()
109 RetainPtr<const CPDF_Dictionary> pURI = pDoc->GetRoot()->GetDictFor("URI"); in GetURI()
Dcpdf_annot.cpp110 pAnnotDict->GetDictFor("Parent"); in GetAnnotAPInternal()
152 m_pAnnotDict->GetDictFor(pdfium::annotation::kAP); in ShouldGenerateAP()
153 if (pAP && pAP->GetDictFor("N")) in ShouldGenerateAP()
485 RetainPtr<const CPDF_Dictionary> pBS = m_pAnnotDict->GetDictFor("BS"); in DrawBorder()
Dcpdf_bookmark.cpp51 return CPDF_Action(m_pDict ? m_pDict->GetDictFor("A") : nullptr); in GetAction()
Dcpdf_viewerpreferences.cpp60 return pDict ? pDict->GetDictFor("ViewerPreferences") : nullptr; in GetViewerPreferences()
Dcpdf_formcontrol.cpp59 RetainPtr<const CPDF_Dictionary> pAP = m_pWidgetDict->GetDictFor("AP"); in GetOnStateName()
63 RetainPtr<const CPDF_Dictionary> pN = pAP->GetDictFor("N"); in GetOnStateName()
Dcpdf_bafontmap.cpp184 pRootDict->GetDictFor("AcroForm"); in FindFontSameCharset()
188 RetainPtr<const CPDF_Dictionary> pDRDict = pAcroFormDict->GetDictFor("DR"); in FindFontSameCharset()
202 RetainPtr<const CPDF_Dictionary> pFonts = pResDict->GetDictFor("Font"); in FindResFontSameCharset()
Dcpdf_pagelabel.cpp110 root_dict->GetDictFor("PageLabels"); in GetLabel()
Dcpdf_apsettings.cpp109 return CPDF_IconFit(m_pDict ? m_pDict->GetDictFor("IF") : nullptr); in GetIconFit()
/external/pdfium/core/fpdfapi/page/
Dcpdf_occontext.cpp41 pDoc->GetRoot()->GetDictFor("OCProperties"); in GetConfig()
52 RetainPtr<const CPDF_Dictionary> pConfig = pOCProperties->GetDictFor("D"); in GetConfig()
130 RetainPtr<const CPDF_Dictionary> pState = pUsage->GetDictFor(csConfig); in LoadOCGStateFromConfig()
144 RetainPtr<const CPDF_Dictionary> pUsage = pOCGDict->GetDictFor("Usage"); in LoadOCGState()
146 RetainPtr<const CPDF_Dictionary> pState = pUsage->GetDictFor(csState); in LoadOCGState()
153 pState = pUsage->GetDictFor("View"); in LoadOCGState()
Dcpdf_contentmarkitem.cpp21 return m_pPropertiesHolder->GetDictFor(m_PropertyName); in GetParam()
/external/pdfium/xfa/fgas/font/
Dcfgas_pdffontmgr.cpp138 m_pDoc->GetRoot()->GetDictFor("AcroForm")->GetDictFor("DR"); in FindFont()
143 pFontSetDict = pFontSetDict->GetDictFor("Font"); in FindFont()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator_unittest.cpp45 return pResources->GetDictFor(type)->GetDictFor(name); in TestGetResource()
399 font_dict->GetDictFor("FontDescriptor"); in TEST_F()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp371 pFormResource = pFormObj->form()->GetDict()->GetDictFor("Resources"); in DrawObjWithBackgroundToDevice()
388 pFormObj->form()->GetDict()->GetDictFor("OC"); in ProcessForm()
394 pFormObj->form()->GetDict()->GetDictFor("Resources"); in ProcessForm()
626 pFormResource = pFormObj->form()->GetDict()->GetDictFor("Resources"); in ProcessTransparency()
957 pForm->GetDict()->GetDictFor("Resources"); in ProcessType3Text()
1409 form.GetDict()->GetDictFor("Resources"); in LoadSMask()
1482 pGroupDict ? pGroupDict->GetDictFor("Group") : nullptr; in GetBackgroundColor()

123