Searched refs:m_pBmpContext (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_progress.cpp | 255 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 …]
|
D | ccodec_progressivedecoder.h | 210 std::unique_ptr<CCodec_BmpModule::Context> m_pBmpContext; variable
|