Home
last modified time | relevance | path

Searched refs:m_pGlobalStream (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcodec/codec/
Dfx_codec_jbig.cpp33 m_pGlobalStream(nullptr), in CCodec_Jbig2Context()
60 pJbig2Context->m_pGlobalStream = global_stream; in StartDecode()
Dccodec_jbig2module.h28 RetainPtr<CPDF_StreamAcc> m_pGlobalStream; variable
/external/pdfium/core/fpdfapi/render/
Dcpdf_dibsource.h148 RetainPtr<CPDF_StreamAcc> m_pGlobalStream; variable
Dcpdf_dibsource.cpp331 m_pGlobalStream = pdfium::MakeRetain<CPDF_StreamAcc>(pGlobals); in ContinueLoadDIBSource()
332 m_pGlobalStream->LoadAllDataFiltered(); in ContinueLoadDIBSource()
337 m_pStreamAcc, m_pGlobalStream, m_pCachedBitmap->GetBuffer(), in ContinueLoadDIBSource()
345 m_pGlobalStream.Reset(); in ContinueLoadDIBSource()