![]() |
Qt 4.8
|
#include <QtGui/qpixmap.h>#include <QtCore/qatomic.h>Go to the source code of this file.
Classes | |
| class | QPixmapData |
Macros | |
| #define | QT_XFORM_TYPE_LSBFIRST 1 |
| #define | QT_XFORM_TYPE_MSBFIRST 0 |
| #define | QT_XFORM_TYPE_WINDOWSPIXMAP 2 |
Functions | |
| bool | qt_xForm_helper (const QTransform &, int, int, int, uchar *, int, int, int, const uchar *, int, int, int) |
| #define QT_XFORM_TYPE_LSBFIRST 1 |
Definition at line 177 of file qpixmapdata_p.h.
Referenced by qt_xForm_helper(), QX11PixmapData::transformed(), and QImage::transformed().
| #define QT_XFORM_TYPE_MSBFIRST 0 |
Definition at line 176 of file qpixmapdata_p.h.
Referenced by QMacPixmapData::macCreatePixels(), qt_xForm_helper(), QX11PixmapData::transformed(), and QImage::transformed().
| #define QT_XFORM_TYPE_WINDOWSPIXMAP 2 |
Definition at line 179 of file qpixmapdata_p.h.
Referenced by qt_xForm_helper().
| bool qt_xForm_helper | ( | const QTransform & | , |
| int | , | ||
| int | , | ||
| int | , | ||
| uchar * | , | ||
| int | , | ||
| int | , | ||
| int | , | ||
| const uchar * | , | ||
| int | , | ||
| int | , | ||
| int | |||
| ) |
Definition at line 6100 of file qimage.cpp.
Referenced by QMacPixmapData::macCreatePixels(), QX11PixmapData::transformed(), and QImage::transformed().