Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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.

Referenced by qt_xForm_helper(), and QX11PlatformPixmap::transformed().

◆ QT_XFORM_TYPE_MSBFIRST

#define QT_XFORM_TYPE_MSBFIRST   0

Definition at line 128 of file qplatformpixmap.h.

Referenced by qt_xForm_helper(), and QX11PlatformPixmap::transformed().

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 4385 of file qimage.cpp.

References IWX_LSB, IWX_MSB, p2, qRound(), QT_XFORM_TYPE_LSBFIRST, and QT_XFORM_TYPE_MSBFIRST.

Referenced by QX11PlatformPixmap::transformed().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: