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
CPDF_ImageRenderer Class Reference

#include <cpdf_imagerenderer.h>

Collaboration diagram for CPDF_ImageRenderer:

Public Member Functions

 CPDF_ImageRenderer (CPDF_RenderStatus *pStatus)
 ~CPDF_ImageRenderer ()
bool Start (CPDF_ImageObject *pImageObject, const CFX_Matrix &mtObj2Device, bool bStdCS)
bool Start (RetainPtr< CFX_DIBBase > pDIBBase, FX_ARGB bitmap_argb, const CFX_Matrix &mtImage2Device, const FXDIB_ResampleOptions &options, bool bStdCS)
bool Continue (PauseIndicatorIface *pPause)
bool GetResult () const

Detailed Description

Definition at line 34 of file cpdf_imagerenderer.h.

Constructor & Destructor Documentation

◆ CPDF_ImageRenderer()

CPDF_ImageRenderer::CPDF_ImageRenderer ( CPDF_RenderStatus * pStatus)
explicit

Definition at line 63 of file cpdf_imagerenderer.cpp.

References CPDF_ImageRenderer().

Referenced by CPDF_ImageRenderer(), and FPDFImageObj_GetRenderedBitmap().

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

◆ ~CPDF_ImageRenderer()

CPDF_ImageRenderer::~CPDF_ImageRenderer ( )
default

Member Function Documentation

◆ Continue()

bool CPDF_ImageRenderer::Continue ( PauseIndicatorIface * pPause)

Definition at line 572 of file cpdf_imagerenderer.cpp.

Referenced by FPDFImageObj_GetRenderedBitmap().

Here is the caller graph for this function:

◆ GetResult()

bool CPDF_ImageRenderer::GetResult ( ) const
inline

Definition at line 50 of file cpdf_imagerenderer.h.

Referenced by FPDFImageObj_GetRenderedBitmap().

Here is the caller graph for this function:

◆ Start() [1/2]

bool CPDF_ImageRenderer::Start ( CPDF_ImageObject * pImageObject,
const CFX_Matrix & mtObj2Device,
bool bStdCS )

Definition at line 179 of file cpdf_imagerenderer.cpp.

References CPDF_RenderOptions::CheckOCGDictVisible(), kNormal, and CFX_Matrix::operator=().

Referenced by FPDFImageObj_GetRenderedBitmap().

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

◆ Start() [2/2]

bool CPDF_ImageRenderer::Start ( RetainPtr< CFX_DIBBase > pDIBBase,
FX_ARGB bitmap_argb,
const CFX_Matrix & mtImage2Device,
const FXDIB_ResampleOptions & options,
bool bStdCS )

Definition at line 198 of file cpdf_imagerenderer.cpp.

References kNormal, and CFX_Matrix::operator=().

Here is the call graph for this function:

The documentation for this class was generated from the following files: