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
qmemrotate_p.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtGui/private/qtguiglobal_p.h>
#include <QtGui/private/qdrawhelper_p.h>
+ Include dependency graph for qmemrotate_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define QT_DECL_MEMROTATE(type)
 

Functions

 QT_DECL_MEMROTATE (quint32)
 
 QT_DECL_MEMROTATE (quint16)
 
 QT_DECL_MEMROTATE (quint24)
 
 QT_DECL_MEMROTATE (quint8)
 
 QT_DECL_MEMROTATE (quint64)
 

Macro Definition Documentation

◆ QT_DECL_MEMROTATE

#define QT_DECL_MEMROTATE ( type)
Value:
void Q_GUI_EXPORT qt_memrotate90(const type*, int, int, int, type*, int); \
void Q_GUI_EXPORT qt_memrotate180(const type*, int, int, int, type*, int); \
void Q_GUI_EXPORT qt_memrotate270(const type*, int, int, int, type*, int)
GLenum type

Definition at line 23 of file qmemrotate_p.h.

Function Documentation

◆ QT_DECL_MEMROTATE() [1/5]

QT_DECL_MEMROTATE ( quint16 )

◆ QT_DECL_MEMROTATE() [2/5]

QT_DECL_MEMROTATE ( quint24 )

◆ QT_DECL_MEMROTATE() [3/5]

QT_DECL_MEMROTATE ( quint32 )

◆ QT_DECL_MEMROTATE() [4/5]

QT_DECL_MEMROTATE ( quint64 )

◆ QT_DECL_MEMROTATE() [5/5]

QT_DECL_MEMROTATE ( quint8 )