Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode.cpp307 uint32_t FPDFAPI_FlateOrLZWDecode(bool bLZW, in FPDFAPI_FlateOrLZWDecode() function
381 offset = FPDFAPI_FlateOrLZWDecode(false, last_buf, last_size, pParam, in PDF_DataDecode()
384 offset = FPDFAPI_FlateOrLZWDecode(true, last_buf, last_size, pParam, in PDF_DataDecode()
Dfpdf_parser_decode.h78 uint32_t FPDFAPI_FlateOrLZWDecode(bool bLZW,
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamparser.cpp82 return FPDFAPI_FlateOrLZWDecode(false, src_buf, limit, pParam, *dest_size, in DecodeInlineStream()
86 return FPDFAPI_FlateOrLZWDecode(true, src_buf, limit, pParam, 0, dest_buf, in DecodeInlineStream()