Home
last modified time | relevance | path

Searched refs:GetOrCreateDictFor (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dcpdfsdk_baannot.cpp57 return GetMutableAnnotDict()->GetOrCreateDictFor(pdfium::annotation::kAP); in GetAPDict()
128 pAnnotDict->GetOrCreateDictFor("BS")->SetNewFor<CPDF_Number>("W", nWidth); in SetBorderWidth()
146 GetMutableAnnotDict()->GetOrCreateDictFor("BS"); in SetBorderStyle()
H A Dfpdf_flatten.cpp294 pPageDict->GetOrCreateDictFor(pdfium::page_object::kResources); in FPDFPage_Flatten()
297 RetainPtr<CPDF_Dictionary> pPageXObject = pRes->GetOrCreateDictFor("XObject"); in FPDFPage_Flatten()
390 pNewXORes->GetOrCreateDictFor("XObject"); in FPDFPage_Flatten()
H A Dfpdf_ppo.cpp673 pDestPageDict->GetOrCreateDictFor(pdfium::page_object::kResources); in FinishPage()
674 RetainPtr<CPDF_Dictionary> pPageXObject = pRes->GetOrCreateDictFor("XObject"); in FinishPage()
H A Dcpdfsdk_appstream.cpp1814 pStreamDict->GetOrCreateDictFor("Resources"); in AddImage()
1830 pParentDict = dict_->GetOrCreateDictFor(sAPType); in Write()
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_bafontmap.cpp294 m_pAnnotDict->GetOrCreateDictFor(pdfium::annotation::kAP); in AddFontToAnnotDict()
314 pStreamDict->GetOrCreateDictFor("Resources"); in AddFontToAnnotDict()
H A Dcpdf_interactiveform.cpp254 RetainPtr<CPDF_Dictionary> pDR = pFormDict->GetOrCreateDictFor("DR"); in AddFont()
255 RetainPtr<CPDF_Dictionary> pFonts = pDR->GetOrCreateDictFor("Font"); in AddFont()
H A Dcpdf_generateap.cpp509 pAnnotDict->GetOrCreateDictFor(pdfium::annotation::kAP); in GenerateAndSetAPDict()
1062 pAnnotDict->GetOrCreateDictFor(pdfium::annotation::kAP); in GenerateFormAP()
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_dictionary.h70 RetainPtr<CPDF_Dictionary> GetOrCreateDictFor(const ByteString& key);
H A Dcpdf_dictionary.cpp174 RetainPtr<CPDF_Dictionary> CPDF_Dictionary::GetOrCreateDictFor( in GetOrCreateDictFor() function in CPDF_Dictionary
/aosp_15_r20/external/pdfium/core/fpdfapi/edit/
H A Dcpdf_pagecontentgenerator.cpp284 m_pObjHolder->GetMutableResources()->GetOrCreateDictFor(bsType); in RealizeResource()