Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp608 std::unique_ptr<z_stream, FlateDeleter> m_pFlate; member in fxcodec::__anon0f322ee60111::FlateScanlineDecoder
631 m_pFlate.reset(FlateInit()); in v_Rewind()
632 if (!m_pFlate) in v_Rewind()
635 FlateInput(m_pFlate.get(), m_SrcBuf); in v_Rewind()
640 FlateOutput(m_pFlate.get(), m_pScanline.get(), m_Pitch); in v_GetNextLine()
645 return FlateGetPossiblyTruncatedTotalIn(m_pFlate.get()); in GetSrcOffset()
729 FlateOutput(m_pFlate.get(), m_PredictRaw.data(), m_PredictPitch + 1); in GetNextLineWithPredictedPitch()
735 FlateOutput(m_pFlate.get(), m_pScanline.get(), m_Pitch); in GetNextLineWithPredictedPitch()
757 FlateOutput(m_pFlate.get(), m_PredictRaw.data(), m_PredictPitch + 1); in GetNextLineWithoutPredictedPitch()
764 FlateOutput(m_pFlate.get(), m_PredictBuffer.data(), m_PredictPitch); in GetNextLineWithoutPredictedPitch()