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

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

+ Include dependency graph for fpdf_progressive.cpp:

Go to the source code of this file.

Functions

FPDF_EXPORT int FPDF_CALLCONV FPDF_RenderPageBitmapWithColorScheme_Start (FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y, int rotate, int flags, const FPDF_COLORSCHEME *color_scheme, IFSDK_PAUSE *pause)
 
FPDF_EXPORT int FPDF_CALLCONV FPDF_RenderPageBitmap_Start (FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y, int rotate, int flags, IFSDK_PAUSE *pause)
 
FPDF_EXPORT int FPDF_CALLCONV FPDF_RenderPage_Continue (FPDF_PAGE page, IFSDK_PAUSE *pause)
 
FPDF_EXPORT void FPDF_CALLCONV FPDF_RenderPage_Close (FPDF_PAGE page)
 

Function Documentation

◆ FPDF_RenderPage_Close()

FPDF_EXPORT void FPDF_CALLCONV FPDF_RenderPage_Close ( FPDF_PAGE page)

Definition at line 125 of file fpdf_progressive.cpp.

References CPDF_Page::ClearRenderContext(), and CPDFPageFromFPDFPage().

Referenced by CheckPDFiumCApi(), and FPDFProgressiveRenderEmbedderTest::FinishRenderPageWithForms().

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

◆ FPDF_RenderPage_Continue()

FPDF_EXPORT int FPDF_CALLCONV FPDF_RenderPage_Continue ( FPDF_PAGE page,
IFSDK_PAUSE * pause )

Definition at line 100 of file fpdf_progressive.cpp.

References CPDFSDK_PauseAdapter::CPDFSDK_PauseAdapter(), CPDFPageFromFPDFPage(), CPDF_Page::GetRenderContext(), and _IFSDK_PAUSE::version.

Referenced by CheckPDFiumCApi(), and FPDFProgressiveRenderEmbedderTest::ContinueRenderPage().

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

◆ FPDF_RenderPageBitmap_Start()

FPDF_EXPORT int FPDF_CALLCONV FPDF_RenderPageBitmap_Start ( FPDF_BITMAP bitmap,
FPDF_PAGE page,
int start_x,
int start_y,
int size_x,
int size_y,
int rotate,
int flags,
IFSDK_PAUSE * pause )

Definition at line 86 of file fpdf_progressive.cpp.

References FPDF_RenderPageBitmapWithColorScheme_Start().

Referenced by CheckPDFiumCApi(), and TEST_F().

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

◆ FPDF_RenderPageBitmapWithColorScheme_Start()

FPDF_EXPORT int FPDF_CALLCONV FPDF_RenderPageBitmapWithColorScheme_Start ( FPDF_BITMAP bitmap,
FPDF_PAGE page,
int start_x,
int start_y,
int size_x,
int size_y,
int rotate,
int flags,
const FPDF_COLORSCHEME * color_scheme,
IFSDK_PAUSE * pause )

Definition at line 42 of file fpdf_progressive.cpp.

References CPDFSDK_PauseAdapter::CPDFSDK_PauseAdapter(), CPDFPageFromFPDFPage(), CPDFSDK_RenderPageWithContext(), and _IFSDK_PAUSE::version.

Referenced by CheckPDFiumCApi(), and FPDF_RenderPageBitmap_Start().

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