Searched refs:GetOrCreateDictFor (Results 1 – 10 of 10) sorted by relevance
57 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()
294 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()
673 pDestPageDict->GetOrCreateDictFor(pdfium::page_object::kResources); in FinishPage()674 RetainPtr<CPDF_Dictionary> pPageXObject = pRes->GetOrCreateDictFor("XObject"); in FinishPage()
1814 pStreamDict->GetOrCreateDictFor("Resources"); in AddImage()1830 pParentDict = dict_->GetOrCreateDictFor(sAPType); in Write()
294 m_pAnnotDict->GetOrCreateDictFor(pdfium::annotation::kAP); in AddFontToAnnotDict()314 pStreamDict->GetOrCreateDictFor("Resources"); in AddFontToAnnotDict()
254 RetainPtr<CPDF_Dictionary> pDR = pFormDict->GetOrCreateDictFor("DR"); in AddFont()255 RetainPtr<CPDF_Dictionary> pFonts = pDR->GetOrCreateDictFor("Font"); in AddFont()
509 pAnnotDict->GetOrCreateDictFor(pdfium::annotation::kAP); in GenerateAndSetAPDict()1062 pAnnotDict->GetOrCreateDictFor(pdfium::annotation::kAP); in GenerateFormAP()
70 RetainPtr<CPDF_Dictionary> GetOrCreateDictFor(const ByteString& key);
174 RetainPtr<CPDF_Dictionary> CPDF_Dictionary::GetOrCreateDictFor( in GetOrCreateDictFor() function in CPDF_Dictionary
284 m_pObjHolder->GetMutableResources()->GetOrCreateDictFor(bsType); in RealizeResource()