Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
fpdf_thumbnail.cpp File Reference

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

+ Include dependency graph for fpdf_thumbnail.cpp:

Go to the source code of this file.

Functions

FPDF_EXPORT unsigned long FPDF_CALLCONV FPDFPage_GetDecodedThumbnailData (FPDF_PAGE page, void *buffer, unsigned long buflen)
 
FPDF_EXPORT unsigned long FPDF_CALLCONV FPDFPage_GetRawThumbnailData (FPDF_PAGE page, void *buffer, unsigned long buflen)
 
FPDF_EXPORT FPDF_BITMAP FPDF_CALLCONV FPDFPage_GetThumbnailAsBitmap (FPDF_PAGE page)
 

Function Documentation

◆ FPDFPage_GetDecodedThumbnailData()

FPDF_EXPORT unsigned long FPDF_CALLCONV FPDFPage_GetDecodedThumbnailData ( FPDF_PAGE page,
void * buffer,
unsigned long buflen )

Definition at line 35 of file fpdf_thumbnail.cpp.

Referenced by CheckPDFiumCApi(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), and WriteDecodedThumbnailStream().

+ Here is the caller graph for this function:

◆ FPDFPage_GetRawThumbnailData()

FPDF_EXPORT unsigned long FPDF_CALLCONV FPDFPage_GetRawThumbnailData ( FPDF_PAGE page,
void * buffer,
unsigned long buflen )

Definition at line 49 of file fpdf_thumbnail.cpp.

Referenced by CheckPDFiumCApi(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), and WriteRawThumbnailStream().

+ Here is the caller graph for this function:

◆ FPDFPage_GetThumbnailAsBitmap()

FPDF_EXPORT FPDF_BITMAP FPDF_CALLCONV FPDFPage_GetThumbnailAsBitmap ( FPDF_PAGE page)

Definition at line 63 of file fpdf_thumbnail.cpp.

References CPDFPageFromFPDFPage(), CPDF_Page::GetDocument(), CPDF_DIB::kFail, and CPDF_ColorSpace::kUnknown.

Referenced by CheckPDFiumCApi(), and TEST_F().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: