(05fc3aef53348fb58be6308076e000825b704e58)
#include <QtGui/qtguiglobal.h>
#include <QtGui/qpixmap.h>
#include <QtCore/qatomic.h>
Go to the source code of this file.
|
Q_GUI_EXPORT bool | qt_xForm_helper (const QTransform &, int, int, int, uchar *, qsizetype, int, int, const uchar *, qsizetype, int, int) |
◆ QT_XFORM_TYPE_LSBFIRST
#define QT_XFORM_TYPE_LSBFIRST 1 |
◆ QT_XFORM_TYPE_MSBFIRST
#define QT_XFORM_TYPE_MSBFIRST 0 |
◆ qt_xForm_helper()
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 ) |