Searched refs:GetMutableStreamFor (Results 1 – 10 of 10) sorted by relevance
195 pPage->GetMutableStreamFor(pdfium::page_object::kContents); in SetPageContents()341 RetainPtr<CPDF_Stream> pAPStream = pAnnotAP->GetMutableStreamFor("N"); in FPDFPage_Flatten()348 pAPStream = pAPDict->GetMutableStreamFor(sAnnotState); in FPDFPage_Flatten()
1805 RetainPtr<CPDF_Stream> pStream = dict_->GetMutableStreamFor(sAPType); in AddImage()1838 RetainPtr<CPDF_Stream> pStream = pParentDict->GetMutableStreamFor(key); in Write()
105 return m_pDict ? m_pDict->GetMutableStreamFor(csEntry) : nullptr; in GetIcon()
219 RetainPtr<CPDF_Stream> stream = file_dict->GetMutableStreamFor("UF"); in TEST()
300 RetainPtr<CPDF_Stream> pStream = pAPDict->GetMutableStreamFor(m_sAPType); in AddFontToAnnotDict()
113 return pDict->GetMutableStreamFor(as); in GetAnnotAPInternal()
1063 RetainPtr<CPDF_Stream> pNormalStream = pAPDict->GetMutableStreamFor("N"); in GenerateFormAP()
75 RetainPtr<CPDF_Stream> GetMutableStreamFor(const ByteString& key);
215 RetainPtr<CPDF_Stream> CPDF_Dictionary::GetMutableStreamFor( in GetMutableStreamFor() function in CPDF_Dictionary
1314 pSMaskDict->GetMutableStreamFor(pdfium::transparency::kG); in LoadSMask()