![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "fpdfview.h"
Go to the source code of this file.
FPDF_EXPORT FPDF_CLIPPATH FPDF_CALLCONV FPDF_CreateClipPath | ( | float | left, |
float | bottom, | ||
float | right, | ||
float | top ) |
Definition at line 356 of file fpdf_transformpage.cpp.
References CPDF_Path::AppendRect(), and CFX_FillRenderOptions::kEvenOdd.
Referenced by CheckPDFiumCApi(), and TEST_F().
FPDF_EXPORT void FPDF_CALLCONV FPDF_DestroyClipPath | ( | FPDF_CLIPPATH | clipPath | ) |
Definition at line 370 of file fpdf_transformpage.cpp.
Referenced by CheckPDFiumCApi(), and FPDFClipPathDeleter::operator()().
FPDF_EXPORT int FPDF_CALLCONV FPDFClipPath_CountPaths | ( | FPDF_CLIPPATH | clip_path | ) |
Definition at line 313 of file fpdf_transformpage.cpp.
References CPDFClipPathFromFPDFClipPath(), and CPDF_ClipPath::HasRef().
Referenced by CheckPDFiumCApi(), TEST_F(), and TEST_F().
FPDF_EXPORT int FPDF_CALLCONV FPDFClipPath_CountPathSegments | ( | FPDF_CLIPPATH | clip_path, |
int | path_index ) |
Definition at line 322 of file fpdf_transformpage.cpp.
References CPDFClipPathFromFPDFClipPath(), and CPDF_ClipPath::HasRef().
Referenced by CheckPDFiumCApi(), TEST_F(), and TEST_F().
FPDF_EXPORT FPDF_PATHSEGMENT FPDF_CALLCONV FPDFClipPath_GetPathSegment | ( | FPDF_CLIPPATH | clip_path, |
int | path_index, | ||
int | segment_index ) |
Definition at line 336 of file fpdf_transformpage.cpp.
References CPDFClipPathFromFPDFClipPath(), and CPDF_ClipPath::HasRef().
Referenced by CheckPDFiumCApi(), TEST_F(), and TEST_F().
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetArtBox | ( | FPDF_PAGE | page, |
float * | left, | ||
float * | bottom, | ||
float * | right, | ||
float * | top ) |
Definition at line 191 of file fpdf_transformpage.cpp.
References CPDFPageFromFPDFPage(), and pdfium::page_object::kArtBox.
Referenced by CheckPDFiumCApi(), and DumpPageInfo().
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetBleedBox | ( | FPDF_PAGE | page, |
float * | left, | ||
float * | bottom, | ||
float * | right, | ||
float * | top ) |
Definition at line 171 of file fpdf_transformpage.cpp.
References CPDFPageFromFPDFPage(), and pdfium::page_object::kBleedBox.
Referenced by CheckPDFiumCApi(), and DumpPageInfo().
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetCropBox | ( | FPDF_PAGE | page, |
float * | left, | ||
float * | bottom, | ||
float * | right, | ||
float * | top ) |
Definition at line 161 of file fpdf_transformpage.cpp.
References CPDFPageFromFPDFPage(), and pdfium::page_object::kCropBox.
Referenced by CheckPDFiumCApi(), DumpPageInfo(), and TEST_F().
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetMediaBox | ( | FPDF_PAGE | page, |
float * | left, | ||
float * | bottom, | ||
float * | right, | ||
float * | top ) |
Definition at line 151 of file fpdf_transformpage.cpp.
References CPDFPageFromFPDFPage(), and pdfium::page_object::kMediaBox.
Referenced by CheckPDFiumCApi(), DumpPageInfo(), and TEST_F().
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetTrimBox | ( | FPDF_PAGE | page, |
float * | left, | ||
float * | bottom, | ||
float * | right, | ||
float * | top ) |
Definition at line 181 of file fpdf_transformpage.cpp.
References CPDFPageFromFPDFPage(), and pdfium::page_object::kTrimBox.
Referenced by CheckPDFiumCApi(), and DumpPageInfo().
FPDF_EXPORT void FPDF_CALLCONV FPDFPage_InsertClipPath | ( | FPDF_PAGE | page, |
FPDF_CLIPPATH | clipPath ) |
Definition at line 375 of file fpdf_transformpage.cpp.
References CPDFClipPathFromFPDFClipPath(), CPDFPageFromFPDFPage(), CPDF_Page::GetDocument(), pdfium::page_object::kContents, and CFX_FillRenderOptions::kWinding.
Referenced by CheckPDFiumCApi().
FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetArtBox | ( | FPDF_PAGE | page, |
float | left, | ||
float | bottom, | ||
float | right, | ||
float | top ) |
Definition at line 142 of file fpdf_transformpage.cpp.
References CFX_FloatRect::CFX_FloatRect(), CPDFPageFromFPDFPage(), and pdfium::page_object::kArtBox.
Referenced by CheckPDFiumCApi().
FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetBleedBox | ( | FPDF_PAGE | page, |
float | left, | ||
float | bottom, | ||
float | right, | ||
float | top ) |
Definition at line 124 of file fpdf_transformpage.cpp.
References CFX_FloatRect::CFX_FloatRect(), CPDFPageFromFPDFPage(), and pdfium::page_object::kBleedBox.
Referenced by CheckPDFiumCApi().
FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetCropBox | ( | FPDF_PAGE | page, |
float | left, | ||
float | bottom, | ||
float | right, | ||
float | top ) |
Definition at line 115 of file fpdf_transformpage.cpp.
References CFX_FloatRect::CFX_FloatRect(), CPDFPageFromFPDFPage(), and pdfium::page_object::kCropBox.
Referenced by CheckPDFiumCApi().
FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetMediaBox | ( | FPDF_PAGE | page, |
float | left, | ||
float | bottom, | ||
float | right, | ||
float | top ) |
Definition at line 106 of file fpdf_transformpage.cpp.
References CFX_FloatRect::CFX_FloatRect(), CPDFPageFromFPDFPage(), and pdfium::page_object::kMediaBox.
Referenced by CheckPDFiumCApi().
FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetTrimBox | ( | FPDF_PAGE | page, |
float | left, | ||
float | bottom, | ||
float | right, | ||
float | top ) |
Definition at line 133 of file fpdf_transformpage.cpp.
References CFX_FloatRect::CFX_FloatRect(), CPDFPageFromFPDFPage(), and pdfium::page_object::kTrimBox.
Referenced by CheckPDFiumCApi().
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_TransFormWithClip | ( | FPDF_PAGE | page, |
const FS_MATRIX * | matrix, | ||
const FS_RECTF * | clipRect ) |
Definition at line 201 of file fpdf_transformpage.cpp.
References CFXFloatRectFromFSRectF(), CFXMatrixFromFSMatrix(), CPDFPageFromFPDFPage(), CPDF_Page::GetDocument(), pdfium::page_object::kContents, and CFX_FloatRect::Normalize().
Referenced by CheckPDFiumCApi(), and TEST_F().
FPDF_EXPORT FPDF_CLIPPATH FPDF_CALLCONV FPDFPageObj_GetClipPath | ( | FPDF_PAGEOBJECT | page_object | ) |
Definition at line 305 of file fpdf_transformpage.cpp.
References CPDFPageObjectFromFPDFPageObject(), FPDFClipPathFromCPDFClipPath(), and CPDF_PageObject::mutable_clip_path().
Referenced by CheckPDFiumCApi(), TEST_F(), and TEST_F().
FPDF_EXPORT void FPDF_CALLCONV FPDFPageObj_TransformClipPath | ( | FPDF_PAGEOBJECT | page_object, |
double | a, | ||
double | b, | ||
double | c, | ||
double | d, | ||
double | e, | ||
double | f ) |
Definition at line 285 of file fpdf_transformpage.cpp.
References CFX_Matrix::CFX_Matrix(), CPDFPageObjectFromFPDFPageObject(), CPDF_PageObject::IsShading(), and CPDF_PageObject::TransformClipPath().
Referenced by CheckPDFiumCApi().