/aosp_15_r20/external/pdfium/core/fpdfdoc/ |
H A D | cpdf_bafontmap.cpp | 236 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 D | cpdf_formcontrol.cpp | 141 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 D | cpdf_filespec_unittest.cpp | 168 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 D | cpdf_interactiveform.cpp | 536 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 D | cpdf_generateap.cpp | 913 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 D | cpdf_nametree.cpp | 424 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 D | cpvt_fontmap.cpp | 42 RetainPtr<CPDF_Dictionary> pFontList = m_pResDict->GetMutableDictFor("Font"); in SetupAnnotSysPDFFont()
|
H A D | cpdf_annot.cpp | 79 pAnnotDict->GetMutableDictFor(pdfium::annotation::kAP); in GetAnnotAPInternal()
|
/aosp_15_r20/external/pdfium/core/fpdfapi/font/ |
H A D | cpdf_type3font.cpp | 60 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 D | cpdf_dictionary.cpp | 168 RetainPtr<CPDF_Dictionary> CPDF_Dictionary::GetMutableDictFor( in GetMutableDictFor() function in CPDF_Dictionary 176 RetainPtr<CPDF_Dictionary> result = GetMutableDictFor(key); in GetOrCreateDictFor()
|
H A D | cfdf_document.cpp | 71 m_pRootDict = pMainDict->GetMutableDictFor("Root"); in ParseStream()
|
H A D | cpdf_dictionary.h | 69 RetainPtr<CPDF_Dictionary> GetMutableDictFor(const ByteString& key);
|
H A D | cpdf_document.cpp | 502 RetainPtr<CPDF_Dictionary> pPages = pRoot->GetMutableDictFor("Pages"); in InsertNewPage()
|
/aosp_15_r20/external/pdfium/fpdfsdk/ |
H A D | fpdf_flatten.cpp | 337 pAnnotDict->GetMutableDictFor(pdfium::annotation::kAP); in FPDFPage_Flatten() 343 RetainPtr<CPDF_Dictionary> pAPDict = pAnnotAP->GetMutableDictFor("N"); in FPDFPage_Flatten()
|
H A D | fpdf_save.cpp | 53 RetainPtr<CPDF_Dictionary> pAcroForm = pRoot->GetMutableDictFor("AcroForm"); in SaveXFADocumentData()
|
H A D | fpdf_annot.cpp | 1068 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 D | cpdf_form.cpp | 52 ->GetMutableDictFor("Resources") in CPDF_Form()
|
H A D | cpdf_contentparser.cpp | 93 m_pPageObjectHolder->GetMutableDict()->GetMutableDictFor("Resources"); in CPDF_ContentParser()
|
H A D | cpdf_streamcontentparser.cpp | 1146 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 D | cpdf_pagecontentgenerator.cpp | 100 resources_dict->GetMutableDictFor(resource_key); in RemoveUnusedResources()
|