![]() |
Qt 6.x
The Qt SDK
|
#include <QtGui/qtguiglobal.h>
#include <QtGui/qpixmap.h>
#include <QtCore/qatomic.h>
Go to the source code of this file.
Classes | |
class | QPlatformPixmap |
The QPlatformPixmap class provides an abstraction for native pixmaps. More... | |
Macros | |
#define | QT_XFORM_TYPE_MSBFIRST 0 |
#define | QT_XFORM_TYPE_LSBFIRST 1 |
Functions | |
Q_GUI_EXPORT bool | qt_xForm_helper (const QTransform &, int, int, int, uchar *, qsizetype, int, int, const uchar *, qsizetype, int, int) |
#define QT_XFORM_TYPE_LSBFIRST 1 |
Definition at line 129 of file qplatformpixmap.h.
#define QT_XFORM_TYPE_MSBFIRST 0 |
Definition at line 128 of file qplatformpixmap.h.
Q_GUI_EXPORT bool qt_xForm_helper | ( | const QTransform & | trueMat, |
int | xoffset, | ||
int | type, | ||
int | depth, | ||
uchar * | dptr, | ||
qsizetype | dbpl, | ||
int | p_inc, | ||
int | dHeight, | ||
const uchar * | sptr, | ||
qsizetype | sbpl, | ||
int | sWidth, | ||
int | sHeight | ||
) |
Definition at line 4367 of file qimage.cpp.
References QTransform::dx(), QTransform::dy(), IWX_LSB, IWX_MSB, QTransform::m11(), QTransform::m12(), QTransform::m21(), QTransform::m22(), p2, qRound(), QT_XFORM_TYPE_LSBFIRST, and QT_XFORM_TYPE_MSBFIRST.
Referenced by QX11PlatformPixmap::transformed().