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.h File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include <stdint.h>
#include "fpdfview.h"
Include dependency graph for fpdf_thumbnail.h:
This graph shows which files directly or indirectly include this file:

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 37 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 53 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 69 of file fpdf_thumbnail.cpp.

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

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

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