OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FPDFAPI_FlateOutput
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/include/fxcodec/
fx_codec_flate.h
19
int
FPDFAPI_FlateOutput
(void* context,
/external/pdfium/core/src/fxcodec/codec/
fx_codec_flate.cpp
54
int
FPDFAPI_FlateOutput
(void* context,
654
int32_t ret =
FPDFAPI_FlateOutput
(context, cur_buf, buf_size);
693
int32_t ret =
FPDFAPI_FlateOutput
(context, cur_buf, buf_size);
851
FPDFAPI_FlateOutput
(m_pFlate, m_pPredictRaw, m_PredictPitch + 1);
856
FPDFAPI_FlateOutput
(m_pFlate, m_pScanline, m_Pitch);
873
FPDFAPI_FlateOutput
(m_pFlate, m_pPredictRaw, m_PredictPitch + 1);
878
FPDFAPI_FlateOutput
(m_pFlate, m_pPredictBuffer, m_PredictPitch);
891
FPDFAPI_FlateOutput
(m_pFlate, m_pScanline, m_Pitch);
Completed in 69 milliseconds