Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfsdk_define.h87 unsigned long DecodeStreamMaybeCopyAndReturnLength(const CPDF_Stream* stream,
Dfpdfattachment.cpp270 return DecodeStreamMaybeCopyAndReturnLength(pFileStream, buffer, buflen); in FPDFAttachment_GetFile()
Dfpdfeditimg.cpp186 return DecodeStreamMaybeCopyAndReturnLength(pImgStream, buffer, buflen); in FPDFImageObj_GetImageDataDecoded()
Dfpdfview.cpp387 unsigned long DecodeStreamMaybeCopyAndReturnLength(const CPDF_Stream* stream, in DecodeStreamMaybeCopyAndReturnLength() function