Home
last modified time | relevance | path

Searched refs:AsMutableDictionary (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_object.cpp110 CPDF_Dictionary* CPDF_Object::AsMutableDictionary() { in AsMutableDictionary() function in CPDF_Object
115 return const_cast<CPDF_Object*>(this)->AsMutableDictionary(); in AsDictionary()
H A Dcpdf_dictionary.h38 CPDF_Dictionary* AsMutableDictionary() override;
175 return obj ? obj->AsMutableDictionary() : nullptr; in ToDictionary()
H A Dcpdf_object.h90 virtual CPDF_Dictionary* AsMutableDictionary();
H A Dcpdf_array.cpp156 CPDF_Dictionary* pDict = p->AsMutableDictionary(); in GetMutableDictAt()
H A Dcpdf_dictionary.cpp45 CPDF_Dictionary* CPDF_Dictionary::AsMutableDictionary() { in AsMutableDictionary() function in CPDF_Dictionary
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_attachment.cpp255 auto pEFDict = pFile->AsMutableDictionary()->SetNewFor<CPDF_Dictionary>("EF"); in FPDFAttachment_SetFile()
H A Dfpdf_transformpage.cpp269 pDict.Reset(pObj->AsMutableDictionary()); in FPDFPage_TransFormWithClip()
H A Dfpdf_ppo.cpp300 CPDF_Dictionary* pDict = pObj->AsMutableDictionary(); in UpdateReference()
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_annot.cpp99 CPDF_Dictionary* pDict = psub->AsMutableDictionary(); in GetAnnotAPInternal()
/aosp_15_r20/external/pdfium/core/fpdfapi/edit/
H A Dcpdf_pagecontentgenerator.cpp252 resources = pdfium::WrapRetain(resources->Clone()->AsMutableDictionary()); in UpdateResourcesDict()
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_streamcontentparser.cpp234 CPDF_Dictionary* pDict = pObj->AsMutableDictionary(); in ReplaceAbbr()