HomeSort by relevance Sort by last modified time
    Searched refs:FPDFAPI_FlateOrLZWDecode (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fpdfapi/parser/
fpdf_parser_decode.h 78 uint32_t FPDFAPI_FlateOrLZWDecode(bool bLZW,
fpdf_parser_decode.cpp 307 uint32_t FPDFAPI_FlateOrLZWDecode(bool bLZW,
381 offset = FPDFAPI_FlateOrLZWDecode(false, last_buf, last_size, pParam,
384 offset = FPDFAPI_FlateOrLZWDecode(true, last_buf, last_size, pParam,
  /external/pdfium/core/fpdfapi/page/
cpdf_streamparser.cpp 82 return FPDFAPI_FlateOrLZWDecode(false, src_buf, limit, pParam, *dest_size,
86 return FPDFAPI_FlateOrLZWDecode(true, src_buf, limit, pParam, 0, dest_buf,

Completed in 130 milliseconds