Home
last modified time | relevance | path

Searched refs:GetMutableDictFor (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_bafontmap.cpp236 pAcroFormDict = pRootDict->GetMutableDictFor("AcroForm"); in GetAnnotDefaultFont()
261 m_pAnnotDict->GetMutableDictFor(pdfium::annotation::kAP)) { in GetAnnotDefaultFont()
263 pAPDict->GetMutableDictFor("N")) { in GetAnnotDefaultFont()
265 pNormalDict->GetMutableDictFor("Resources")) { in GetAnnotDefaultFont()
267 pNormalResDict->GetMutableDictFor("Font")) { in GetAnnotDefaultFont()
268 pFontDict = pResFontDict->GetMutableDictFor(*sAlias); in GetAnnotDefaultFont()
275 pAcroFormDict->GetMutableDictFor("DR")) { in GetAnnotDefaultFont()
277 pDRDict->GetMutableDictFor("Font")) { in GetAnnotDefaultFont()
278 pFontDict = pDRFontDict->GetMutableDictFor(*sAlias); in GetAnnotDefaultFont()
316 pStreamResList->GetMutableDictFor("Font"); in AddFontToAnnotDict()
H A Dcpdf_formcontrol.cpp141 return CPDF_ApSettings(m_pWidgetDict->GetMutableDictFor("MK")); in GetMK()
213 RetainPtr<CPDF_Dictionary> pFonts = pDRDict->GetMutableDictFor("Font"); in GetDefaultControlFont()
216 pFonts->GetMutableDictFor(csFontNameTag.value()); in GetDefaultControlFont()
229 RetainPtr<CPDF_Dictionary> pPageDict = m_pWidgetDict->GetMutableDictFor("P"); in GetDefaultControlFont()
235 RetainPtr<CPDF_Dictionary> pFonts = pDict->GetMutableDictFor("Font"); in GetDefaultControlFont()
240 pFonts->GetMutableDictFor(csFontNameTag.value()); in GetDefaultControlFont()
H A Dcpdf_filespec_unittest.cpp168 RetainPtr<CPDF_Dictionary> file_dict = dict_obj->GetMutableDictFor("EF"); in TEST()
211 RetainPtr<CPDF_Dictionary> file_dict = dict_obj->GetMutableDictFor("EF"); in TEST()
226 stream_dict->GetMutableDictFor("Params"); in TEST()
H A Dcpdf_interactiveform.cpp536 m_pFormDict = pRoot->GetMutableDictFor("AcroForm"); in CPDF_InteractiveForm()
570 pDocument->GetMutableRoot()->GetMutableDictFor("AcroForm"); in AddNativeInteractiveFormFont()
704 RetainPtr<CPDF_Dictionary> pDR = m_pFormDict->GetMutableDictFor("DR"); in GetFormFont()
708 RetainPtr<CPDF_Dictionary> pFonts = pDR->GetMutableDictFor("Font"); in GetFormFont()
712 RetainPtr<CPDF_Dictionary> pElement = pFonts->GetMutableDictFor(csAlias); in GetFormFont()
823 pParent = pFieldDict->GetMutableDictFor(pdfium::form_fields::kParent); in AddTerminalField()
941 pDoc->GetMutableRoot()->GetMutableDictFor("FDF"); in ExportToFDF()
H A Dcpdf_generateap.cpp913 pRootDict->GetMutableDictFor("AcroForm"); in GenerateFormAP()
937 RetainPtr<CPDF_Dictionary> pDRDict = pFormDict->GetMutableDictFor("DR"); in GenerateFormAP()
941 RetainPtr<CPDF_Dictionary> pDRFontDict = pDRDict->GetMutableDictFor("Font"); in GenerateFormAP()
946 pDRFontDict->GetMutableDictFor(font_name); in GenerateFormAP()
1071 pStreamDict->GetMutableDictFor("Resources"); in GenerateFormAP()
1074 pStreamResList->GetMutableDictFor("Font"); in GenerateFormAP()
1092 pDoc, pStreamDict ? pStreamDict->GetMutableDictFor("Resources") : nullptr, in GenerateFormAP()
1321 pStreamDict->GetMutableDictFor("Resources"); in GenerateFormAP()
1328 pStreamResList->GetMutableDictFor("Font"); in GenerateFormAP()
H A Dcpdf_nametree.cpp424 RetainPtr<CPDF_Dictionary> pNames = pRoot->GetMutableDictFor("Names"); in Create()
428 RetainPtr<CPDF_Dictionary> pCategory = pNames->GetMutableDictFor(category); in Create()
445 RetainPtr<CPDF_Dictionary> pNames = pRoot->GetMutableDictFor("Names"); in CreateWithRootNameArray()
452 RetainPtr<CPDF_Dictionary> pCategory = pNames->GetMutableDictFor(category); in CreateWithRootNameArray()
H A Dcpvt_fontmap.cpp42 RetainPtr<CPDF_Dictionary> pFontList = m_pResDict->GetMutableDictFor("Font"); in SetupAnnotSysPDFFont()
H A Dcpdf_annot.cpp79 pAnnotDict->GetMutableDictFor(pdfium::annotation::kAP); in GetAnnotAPInternal()
/aosp_15_r20/external/pdfium/core/fpdfapi/font/
H A Dcpdf_type3font.cpp60 m_pFontResources = m_pFontDict->GetMutableDictFor("Resources"); in Load()
94 m_pCharProcs = m_pFontDict->GetMutableDictFor("CharProcs"); in Load()
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_dictionary.cpp168 RetainPtr<CPDF_Dictionary> CPDF_Dictionary::GetMutableDictFor( in GetMutableDictFor() function in CPDF_Dictionary
176 RetainPtr<CPDF_Dictionary> result = GetMutableDictFor(key); in GetOrCreateDictFor()
H A Dcfdf_document.cpp71 m_pRootDict = pMainDict->GetMutableDictFor("Root"); in ParseStream()
H A Dcpdf_dictionary.h69 RetainPtr<CPDF_Dictionary> GetMutableDictFor(const ByteString& key);
H A Dcpdf_document.cpp502 RetainPtr<CPDF_Dictionary> pPages = pRoot->GetMutableDictFor("Pages"); in InsertNewPage()
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_flatten.cpp337 pAnnotDict->GetMutableDictFor(pdfium::annotation::kAP); in FPDFPage_Flatten()
343 RetainPtr<CPDF_Dictionary> pAPDict = pAnnotAP->GetMutableDictFor("N"); in FPDFPage_Flatten()
H A Dfpdf_save.cpp53 RetainPtr<CPDF_Dictionary> pAcroForm = pRoot->GetMutableDictFor("AcroForm"); in SaveXFADocumentData()
H A Dfpdf_annot.cpp1068 pAnnotDict->GetMutableDictFor(pdfium::annotation::kAP); in FPDFAnnot_SetAP()
1153 pAnnot->GetMutableAnnotDict()->GetMutableDictFor(key); in FPDFAnnot_GetLinkedAnnot()
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_form.cpp52 ->GetMutableDictFor("Resources") in CPDF_Form()
H A Dcpdf_contentparser.cpp93 m_pPageObjectHolder->GetMutableDict()->GetMutableDictFor("Resources"); in CPDF_ContentParser()
H A Dcpdf_streamcontentparser.cpp1146 RetainPtr<CPDF_Dictionary> pDict = m_pResources->GetMutableDictFor(type); in FindResourceHolder()
1153 return m_pPageResources->GetMutableDictFor(type); in FindResourceHolder()
/aosp_15_r20/external/pdfium/core/fpdfapi/edit/
H A Dcpdf_pagecontentgenerator.cpp100 resources_dict->GetMutableDictFor(resource_key); in RemoveUnusedResources()