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

(0ccf980226462398d5097987466bcffd8236e1e9)

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 163 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 133 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 119 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: