Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfx_imagerenderer.h>
Public Member Functions | |
CFX_ImageRenderer (const RetainPtr< CFX_DIBitmap > &pDevice, const CFX_ClipRgn *pClipRgn, RetainPtr< const CFX_DIBBase > source, float alpha, uint32_t mask_color, const CFX_Matrix &matrix, const FXDIB_ResampleOptions &options, bool bRgbByteOrder) | |
~CFX_ImageRenderer () | |
bool | Continue (PauseIndicatorIface *pPause) |
Definition at line 23 of file cfx_imagerenderer.h.
CFX_ImageRenderer::CFX_ImageRenderer | ( | const RetainPtr< CFX_DIBitmap > & | pDevice, |
const CFX_ClipRgn * | pClipRgn, | ||
RetainPtr< const CFX_DIBBase > | source, | ||
float | alpha, | ||
uint32_t | mask_color, | ||
const CFX_Matrix & | matrix, | ||
const FXDIB_ResampleOptions & | options, | ||
bool | bRgbByteOrder ) |
Definition at line 20 of file cfx_imagerenderer.cpp.
References CFX_ImageRenderer(), CFX_Matrix::CFX_Matrix(), CFX_Matrix::a, CFX_Matrix::b, CFX_Matrix::c, CFX_Matrix::d, CFX_FloatRect::GetOuterRect(), CFX_Matrix::GetUnitRect(), FX_RECT::Height(), FX_RECT::Intersect(), FX_RECT::IsEmpty(), FX_RECT::left, FX_RECT::Offset(), FX_RECT::operator=(), FX_RECT::SwappedClipBox(), FX_RECT::top, and FX_RECT::Width().
Referenced by CFX_ImageRenderer().
|
default |
bool CFX_ImageRenderer::Continue | ( | PauseIndicatorIface * | pPause | ) |
Definition at line 96 of file cfx_imagerenderer.cpp.
References FXSYS_roundf().