Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_decode.cpp295 FX_DWORD FPDFAPI_FlateOrLZWDecode(FX_BOOL bLZW, in FPDFAPI_FlateOrLZWDecode() function
369 offset = FPDFAPI_FlateOrLZWDecode(FALSE, last_buf, last_size, pParam, in PDF_DataDecode()
372 offset = FPDFAPI_FlateOrLZWDecode(TRUE, last_buf, last_size, pParam, in PDF_DataDecode()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser_old.cpp305 return FPDFAPI_FlateOrLZWDecode(FALSE, src_buf, limit, pParam, dest_size, in PDF_DecodeInlineStream()
309 return FPDFAPI_FlateOrLZWDecode(TRUE, src_buf, limit, pParam, 0, dest_buf, in PDF_DecodeInlineStream()
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h973 FX_DWORD FPDFAPI_FlateOrLZWDecode(FX_BOOL bLZW,