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
cpdfsdk_renderpage.cpp File Reference

(3dce9b5818576f04ce21cec4b3686eda012e5b65)

+ Include dependency graph for cpdfsdk_renderpage.cpp:

Go to the source code of this file.

Functions

void CPDFSDK_RenderPage (CPDF_PageRenderContext *pContext, CPDF_Page *pPage, const CFX_Matrix &matrix, const FX_RECT &clipping_rect, int flags, const FPDF_COLORSCHEME *color_scheme)
 
void CPDFSDK_RenderPageWithContext (CPDF_PageRenderContext *pContext, CPDF_Page *pPage, int start_x, int start_y, int size_x, int size_y, int rotate, int flags, const FPDF_COLORSCHEME *color_scheme, bool need_to_restore, CPDFSDK_PauseAdapter *pause)
 

Function Documentation

◆ CPDFSDK_RenderPage()

void CPDFSDK_RenderPage ( CPDF_PageRenderContext * pContext,
CPDF_Page * pPage,
const CFX_Matrix & matrix,
const FX_RECT & clipping_rect,
int flags,
const FPDF_COLORSCHEME * color_scheme )

Definition at line 92 of file cpdfsdk_renderpage.cpp.

Referenced by FPDF_RenderPageBitmapWithMatrix().

+ Here is the caller graph for this function:

◆ CPDFSDK_RenderPageWithContext()

void CPDFSDK_RenderPageWithContext ( CPDF_PageRenderContext * pContext,
CPDF_Page * pPage,
int start_x,
int start_y,
int size_x,
int size_y,
int rotate,
int flags,
const FPDF_COLORSCHEME * color_scheme,
bool need_to_restore,
CPDFSDK_PauseAdapter * pause )

Definition at line 102 of file cpdfsdk_renderpage.cpp.

References FX_RECT::FX_RECT(), and CPDF_Page::GetDisplayMatrix().

Referenced by FPDF_RenderPageBitmap(), and FPDF_RenderPageBitmapWithColorScheme_Start().

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