Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp78 uint32_t FlateOutput(z_stream* context, in FlateOutput() function
542 uint32_t ret = FlateOutput(context.get(), cur_buf.get(), buf_size); in FlateUncompress()
640 FlateOutput(m_pFlate.get(), m_pScanline.get(), m_Pitch); in v_GetNextLine()
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()