Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qplatformpixmap.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtGui/qtguiglobal.h>
#include <QtGui/qpixmap.h>
#include <QtCore/qatomic.h>
Include dependency graph for qplatformpixmap.h:
This graph shows which files directly or indirectly include this file:

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)

Macro Definition Documentation

◆ QT_XFORM_TYPE_LSBFIRST

#define QT_XFORM_TYPE_LSBFIRST   1

Definition at line 129 of file qplatformpixmap.h.

◆ QT_XFORM_TYPE_MSBFIRST

#define QT_XFORM_TYPE_MSBFIRST   0

Definition at line 128 of file qplatformpixmap.h.

Function Documentation

◆ 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 )

Definition at line 4450 of file qimage.cpp.