Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp255 m_pBmpContext = nullptr; in CCodec_ProgressiveDecoder()
839 uint32_t dwAvail = pBmpModule->GetAvailInput(m_pBmpContext.get(), nullptr); in BmpReadMoreData()
865 pBmpModule->Input(m_pBmpContext.get(), m_pSrcBuf, dwSize + dwAvail); in BmpReadMoreData()
1029 m_pBmpContext = pBmpModule->Start(this); in BmpDetectImageType()
1030 if (!m_pBmpContext) { in BmpDetectImageType()
1041 pBmpModule->Input(m_pBmpContext.get(), m_pSrcBuf, size); in BmpDetectImageType()
1044 m_pBmpContext.get(), &m_SrcWidth, &m_SrcHeight, &m_BmpIsTopBottom, in BmpDetectImageType()
1053 m_pBmpContext.get(), &m_SrcWidth, &m_SrcHeight, &m_BmpIsTopBottom, in BmpDetectImageType()
1058 m_pBmpContext.reset(); in BmpDetectImageType()
1078 m_pBmpContext.reset(); in BmpDetectImageType()
[all …]
Dccodec_progressivedecoder.h210 std::unique_ptr<CCodec_BmpModule::Context> m_pBmpContext; variable