Searched refs:DecodeStreamMaybeCopyAndReturnLength (Results 1 – 5 of 5) sorted by relevance
42 return DecodeStreamMaybeCopyAndReturnLength(thumb_stream, buffer, buflen); in FPDFPage_GetDecodedThumbnailData()
257 unsigned long DecodeStreamMaybeCopyAndReturnLength(const CPDF_Stream* stream,
276 return DecodeStreamMaybeCopyAndReturnLength(pFileStream, buffer, buflen); in FPDFAttachment_GetFile()
233 return DecodeStreamMaybeCopyAndReturnLength(pImgStream, buffer, buflen); in FPDFImageObj_GetImageDataDecoded()
287 unsigned long DecodeStreamMaybeCopyAndReturnLength(const CPDF_Stream* stream, in DecodeStreamMaybeCopyAndReturnLength() function