Home
last modified time | relevance | path

Searched refs:m_pPngContext (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp254 m_pPngContext = nullptr; in CCodec_ProgressiveDecoder()
1171 m_pPngContext = pPngModule->Start(this); in PngDetectImageType()
1172 if (!m_pPngContext) { in PngDetectImageType()
1182 bResult = pPngModule->Input(m_pPngContext.get(), m_pSrcBuf, size, pAttribute); in PngDetectImageType()
1188 m_pPngContext.reset(); in PngDetectImageType()
1204 bResult = pPngModule->Input(m_pPngContext.get(), m_pSrcBuf, input_size, in PngDetectImageType()
1208 m_pPngContext.reset(); in PngDetectImageType()
1977 m_pPngContext = pPngModule->Start(this); in PngStartDecode()
1978 if (!m_pPngContext) { in PngStartDecode()
2131 m_pPngContext.reset(); in PngContinueDecode()
[all …]
Dccodec_progressivedecoder.h208 std::unique_ptr<CCodec_PngModule::Context> m_pPngContext; variable