![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cxfa_imagerenderer.h>
Public Member Functions | |
CXFA_ImageRenderer (CFX_RenderDevice *device, RetainPtr< CFX_DIBitmap > bitmap, const CFX_Matrix &image_to_device) | |
~CXFA_ImageRenderer () | |
bool | Start () |
bool | Continue () |
Definition at line 20 of file cxfa_imagerenderer.h.
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().
|
default |
bool CXFA_ImageRenderer::Continue | ( | ) |
Definition at line 50 of file cxfa_imagerenderer.cpp.
Referenced by XFA_DrawImage().
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().