Lines Matching +full:page +full:- +full:size
2 // Use of this source code is governed by a BSD-style license that can be
18 // Gets the decoded data from the thumbnail of |page| if it exists.
20 // size of the decoded data. Returns the size of the decoded
22 // the size of the buffer needed.
24 // page - handle to a page.
25 // buffer - buffer for holding the decoded image data.
26 // buflen - length of the buffer in bytes.
28 FPDFPage_GetDecodedThumbnailData(FPDF_PAGE page,
33 // Gets the raw data from the thumbnail of |page| if it exists.
35 // the size of the raw data. Returns the size of the raw data or 0
36 // if thumbnail DNE. Optional, pass null to just retrieve the size
39 // page - handle to a page.
40 // buffer - buffer for holding the raw image data.
41 // buflen - length of the buffer in bytes.
43 FPDFPage_GetRawThumbnailData(FPDF_PAGE page,
48 // Returns the thumbnail of |page| as a FPDF_BITMAP. Returns a nullptr
51 // page - handle to a page.
53 FPDFPage_GetThumbnailAsBitmap(FPDF_PAGE page);