Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/
Dprogressivedecoder.h256 std::unique_ptr<ModuleIface::Context> m_pBmpContext; variable
Dprogressivedecoder.cpp564 return BmpReadMoreData(m_pCodecMgr->GetBmpModule(), m_pBmpContext.get(), in BmpInputImagePositionBuf()
761 m_pBmpContext = std::move(pBmpContext); in BmpDetectImageTypeInBuffer()
803 BmpModule::Status read_res = pBmpModule->LoadImage(m_pBmpContext.get()); in BmpContinueDecode()
806 if (!BmpReadMoreData(pBmpModule, m_pBmpContext.get(), error_status)) { in BmpContinueDecode()
812 read_res = pBmpModule->LoadImage(m_pBmpContext.get()); in BmpContinueDecode()
1916 if (m_pBmpContext) { in ReSampleScanline()