Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "public/fpdf_thumbnail.h"
#include <utility>
#include "core/fpdfapi/page/cpdf_dib.h"
#include "core/fpdfapi/page/cpdf_page.h"
#include "core/fpdfapi/parser/cpdf_dictionary.h"
#include "core/fpdfapi/parser/cpdf_stream.h"
#include "core/fpdfapi/parser/cpdf_stream_acc.h"
#include "core/fxge/dib/cfx_dibitmap.h"
#include "fpdfsdk/cpdfsdk_helpers.h"
#include "public/fpdfview.h"
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) |
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().
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().
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().