Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_flatten.cpp195 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()
H A Dcpdfsdk_appstream.cpp1805 RetainPtr<CPDF_Stream> pStream = dict_->GetMutableStreamFor(sAPType); in AddImage()
1838 RetainPtr<CPDF_Stream> pStream = pParentDict->GetMutableStreamFor(key); in Write()
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_apsettings.cpp105 return m_pDict ? m_pDict->GetMutableStreamFor(csEntry) : nullptr; in GetIcon()
H A Dcpdf_filespec_unittest.cpp219 RetainPtr<CPDF_Stream> stream = file_dict->GetMutableStreamFor("UF"); in TEST()
H A Dcpdf_bafontmap.cpp300 RetainPtr<CPDF_Stream> pStream = pAPDict->GetMutableStreamFor(m_sAPType); in AddFontToAnnotDict()
H A Dcpdf_annot.cpp113 return pDict->GetMutableStreamFor(as); in GetAnnotAPInternal()
H A Dcpdf_generateap.cpp1063 RetainPtr<CPDF_Stream> pNormalStream = pAPDict->GetMutableStreamFor("N"); in GenerateFormAP()
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_dictionary.h75 RetainPtr<CPDF_Stream> GetMutableStreamFor(const ByteString& key);
H A Dcpdf_dictionary.cpp215 RetainPtr<CPDF_Stream> CPDF_Dictionary::GetMutableStreamFor( in GetMutableStreamFor() function in CPDF_Dictionary
/aosp_15_r20/external/pdfium/core/fpdfapi/render/
H A Dcpdf_renderstatus.cpp1314 pSMaskDict->GetMutableStreamFor(pdfium::transparency::kG); in LoadSMask()