#include <qdrawhelper_p.h>
Definition at line 1209 of file qdrawhelper_p.h.
◆ qargb6666() [1/5]
◆ qargb6666() [2/5]
◆ qargb6666() [3/5]
Definition at line 1330 of file qdrawhelper_p.h.
1336 const uint p = (a << 18) | (r << 12) | (g << 6) | b;
Q_GUI_EXPORT_INLINE int qAlpha(QRgb rgb)
long ASN1_INTEGER_get ASN1_INTEGER * a
Q_GUI_EXPORT_INLINE int qRed(QRgb rgb)
Q_GUI_EXPORT_INLINE int qBlue(QRgb rgb)
Q_GUI_EXPORT_INLINE int qGreen(QRgb rgb)
◆ qargb6666() [4/5]
◆ qargb6666() [5/5]
qargb6666::qargb6666 |
( |
const qrgb666 & |
v | ) |
|
|
inline |
◆ alpha() [1/2]
quint8 qargb6666::alpha |
( |
| ) |
const |
|
inline |
◆ alpha() [2/2]
Definition at line 1224 of file qdrawhelper_p.h.
1224 {
return (
a + 1) >> 2; }
long ASN1_INTEGER_get ASN1_INTEGER * a
◆ byte_mul()
Definition at line 1382 of file qdrawhelper_p.h.
1385 const quint32 t = ((((x & 0x03f03f) *
a) >> 6) & 0x03f03f) |
1386 ((((x & 0xfc0fc0) *
a) >> 6) & 0xfc0fc0);
1389 r.
data[0] = t & 0xff;
1390 r.
data[1] = (t >> 8) & 0xff;
1391 r.
data[2] = (t >> 16) & 0xff;
long ASN1_INTEGER_get ASN1_INTEGER * a
◆ hasAlpha()
◆ ialpha()
Definition at line 1225 of file qdrawhelper_p.h.
1225 {
return (255 -
a + 1) >> 2; }
long ASN1_INTEGER_get ASN1_INTEGER * a
◆ operator quint32()
qargb6666::operator quint32 |
( |
| ) |
const |
|
inline |
Definition at line 1356 of file qdrawhelper_p.h.
1362 return qRgba(r, g, b, a);
long ASN1_INTEGER_get ASN1_INTEGER * a
Q_GUI_EXPORT_INLINE QRgb qRgba(int r, int g, int b, int a)
◆ operator+()
◆ operator==()
bool qargb6666::operator== |
( |
const qargb6666 & |
v | ) |
const |
|
inline |
◆ rawValue()
quint32 qargb6666::rawValue |
( |
| ) |
const |
|
inline |
◆ truncedAlpha()
◆ qrgb666
◆ data
The documentation for this class was generated from the following file: