Searched refs:FPDFAPI_FlateOutput (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_flate.cpp | 54 int FPDFAPI_FlateOutput(void* context, in FPDFAPI_FlateOutput() function 654 int32_t ret = FPDFAPI_FlateOutput(context, cur_buf, buf_size); in FlateUncompress() 693 int32_t ret = FPDFAPI_FlateOutput(context, cur_buf, buf_size); in FlateUncompress() 851 FPDFAPI_FlateOutput(m_pFlate, m_pPredictRaw, m_PredictPitch + 1); in v_GetNextLine() 856 FPDFAPI_FlateOutput(m_pFlate, m_pScanline, m_Pitch); in v_GetNextLine() 873 FPDFAPI_FlateOutput(m_pFlate, m_pPredictRaw, m_PredictPitch + 1); in v_GetNextLine() 878 FPDFAPI_FlateOutput(m_pFlate, m_pPredictBuffer, m_PredictPitch); in v_GetNextLine() 891 FPDFAPI_FlateOutput(m_pFlate, m_pScanline, m_Pitch); in v_GetNextLine()
|
/external/pdfium/core/include/fxcodec/ |
D | fx_codec_flate.h | 19 int FPDFAPI_FlateOutput(void* context,
|