Qt 4.8
|
#include "qcolormap.h"
#include "qcolor.h"
#include "qpaintdevice.h"
#include "private/qapplication_p.h"
#include "private/qgraphicssystem_p.h"
Go to the source code of this file.
Classes | |
class | QColormapPrivate |
Macros | |
#define | QT_QWS_DEPTH16_RGB 565 |
Functions | |
QRgb | qt_conv16ToRgb (ushort c) |
ushort | qt_convRgbTo16 (QRgb c) |
Variables | |
static const int | qt_bbits = (QT_QWS_DEPTH16_RGB%10) |
static const int | qt_blue_mask = (1<<qt_bbits)-1 |
static const int | qt_blue_rounding_shift = qt_bbits - qt_neg_blue_shift |
static const int | qt_gbits = (QT_QWS_DEPTH16_RGB/10%10) |
static const int | qt_green_mask = (1<<(qt_gbits+qt_bbits))-(1<<qt_bbits) |
static const int | qt_green_rounding_shift = qt_green_shift + qt_gbits |
static const int | qt_green_shift = qt_bbits-(8-qt_gbits) |
static const int | qt_neg_blue_shift = 8-qt_bbits |
static const int | qt_rbits = (QT_QWS_DEPTH16_RGB/100) |
static const int | qt_red_mask = (1<<(qt_rbits+qt_gbits+qt_bbits))-(1<<(qt_gbits+qt_bbits)) |
static const int | qt_red_rounding_shift = qt_red_shift + qt_rbits |
static const int | qt_red_shift = qt_bbits+qt_gbits-(8-qt_rbits) |
static QColormapPrivate * | screenMap = 0 |
#define QT_QWS_DEPTH16_RGB 565 |
Definition at line 122 of file qcolormap_qpa.cpp.
Definition at line 147 of file qcolormap_qpa.cpp.
Definition at line 138 of file qcolormap_qpa.cpp.
Referenced by qt_conv16ToRgb().
|
static |
Definition at line 126 of file qcolormap_qpa.cpp.
|
static |
Definition at line 130 of file qcolormap_qpa.cpp.
Referenced by qt_conv16ToRgb(), and qt_convRgbTo16().
|
static |
Definition at line 136 of file qcolormap_qpa.cpp.
Referenced by qt_conv16ToRgb().
|
static |
Definition at line 125 of file qcolormap_qpa.cpp.
Definition at line 131 of file qcolormap_qpa.cpp.
Referenced by qt_conv16ToRgb(), and qt_convRgbTo16().
|
static |
Definition at line 135 of file qcolormap_qpa.cpp.
Referenced by qt_conv16ToRgb().
Definition at line 128 of file qcolormap_qpa.cpp.
Referenced by qt_conv16ToRgb(), and qt_convRgbTo16().
|
static |
Definition at line 129 of file qcolormap_qpa.cpp.
Referenced by qt_convRgbTo16().
|
static |
Definition at line 124 of file qcolormap_qpa.cpp.
Definition at line 132 of file qcolormap_qpa.cpp.
Referenced by qt_conv16ToRgb(), and qt_convRgbTo16().
|
static |
Definition at line 134 of file qcolormap_qpa.cpp.
Referenced by qt_conv16ToRgb().
Definition at line 127 of file qcolormap_qpa.cpp.
Referenced by qt_conv16ToRgb(), and qt_convRgbTo16().
|
static |
Definition at line 64 of file qcolormap_qpa.cpp.