Home
last modified time | relevance | path

Searched refs:DecodeStreamMaybeCopyAndReturnLength (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_thumbnail.cpp42 return DecodeStreamMaybeCopyAndReturnLength(thumb_stream, buffer, buflen); in FPDFPage_GetDecodedThumbnailData()
Dcpdfsdk_helpers.h257 unsigned long DecodeStreamMaybeCopyAndReturnLength(const CPDF_Stream* stream,
Dfpdf_attachment.cpp276 return DecodeStreamMaybeCopyAndReturnLength(pFileStream, buffer, buflen); in FPDFAttachment_GetFile()
Dfpdf_editimg.cpp233 return DecodeStreamMaybeCopyAndReturnLength(pImgStream, buffer, buflen); in FPDFImageObj_GetImageDataDecoded()
Dcpdfsdk_helpers.cpp287 unsigned long DecodeStreamMaybeCopyAndReturnLength(const CPDF_Stream* stream, in DecodeStreamMaybeCopyAndReturnLength() function