Searched refs:FlateOutput (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_flate.cpp | 76 uint32_t FlateOutput(void* context, in FlateOutput() function 538 uint32_t ret = FlateOutput(context, cur_buf, buf_size); in FlateUncompress() 697 FlateOutput(m_pFlate, m_pPredictRaw, m_PredictPitch + 1); in v_GetNextLine() 702 FlateOutput(m_pFlate, m_pScanline, m_Pitch); in v_GetNextLine() 718 FlateOutput(m_pFlate, m_pPredictRaw, m_PredictPitch + 1); in v_GetNextLine() 723 FlateOutput(m_pFlate, m_pPredictBuffer, m_PredictPitch); in v_GetNextLine() 736 FlateOutput(m_pFlate, m_pScanline, m_Pitch); in v_GetNextLine()
|