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

#include <cxfa_imagerenderer.h>

Collaboration diagram for CXFA_ImageRenderer:

Public Member Functions

 CXFA_ImageRenderer (CFX_RenderDevice *device, RetainPtr< CFX_DIBitmap > bitmap, const CFX_Matrix &image_to_device)
 ~CXFA_ImageRenderer ()
bool Start ()
bool Continue ()

Detailed Description

Definition at line 20 of file cxfa_imagerenderer.h.

Constructor & Destructor Documentation

◆ CXFA_ImageRenderer()

CXFA_ImageRenderer::CXFA_ImageRenderer ( CFX_RenderDevice * device,
RetainPtr< CFX_DIBitmap > bitmap,
const CFX_Matrix & image_to_device )

Definition at line 17 of file cxfa_imagerenderer.cpp.

References CFX_Matrix::CFX_Matrix(), and CXFA_ImageRenderer().

Referenced by CXFA_ImageRenderer().

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

◆ ~CXFA_ImageRenderer()

CXFA_ImageRenderer::~CXFA_ImageRenderer ( )
default

Member Function Documentation

◆ Continue()

bool CXFA_ImageRenderer::Continue ( )

Definition at line 50 of file cxfa_imagerenderer.cpp.

Referenced by XFA_DrawImage().

Here is the caller graph for this function:

◆ Start()

bool CXFA_ImageRenderer::Start ( )

Definition at line 31 of file cxfa_imagerenderer.cpp.

References FXDIB_ResampleOptions::bInterpolateBilinear, RenderDeviceDriverIface::kFailure, RenderDeviceDriverIface::kSuccess, and RenderDeviceDriverIface::StartResult::result.

Referenced by XFA_DrawImage().

Here is the caller graph for this function:

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