Searched refs:FPDFAPI_FlateCompress (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_flate.cpp72 void FPDFAPI_FlateCompress(unsigned char* dest_buf, unsigned long* dest_size, const unsigned char* src_buf, unsigned long src_size) function
942 FPDFAPI_FlateCompress(dest_buf, &temp_size, src_buf, src_size);

Completed in 238 milliseconds