![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Classes | |
struct | SourceOnlyAlpha |
struct | SourceAndConstAlpha |
struct | Blend_RGB16_on_RGB16_NoAlpha |
struct | Blend_RGB16_on_RGB16_ConstAlpha |
struct | Blend_ARGB32_on_RGB16_SourceAlpha |
struct | Blend_ARGB32_on_RGB16_SourceAndConstAlpha |
struct | Blend_RGB32_on_RGB32_NoAlpha |
struct | Blend_RGB32_on_RGB32_ConstAlpha |
struct | Blend_ARGB32_on_ARGB32_SourceAlpha |
struct | Blend_ARGB32_on_ARGB32_SourceAndConstAlpha |
Functions | |
void | qt_scale_image_rgb16_on_rgb16 (uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, int srch, const QRectF &targetRect, const QRectF &sourceRect, const QRect &clip, int const_alpha) |
void | qt_scale_image_argb32_on_rgb16 (uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, int srch, const QRectF &targetRect, const QRectF &sourceRect, const QRect &clip, int const_alpha) |
void | qt_blend_rgb16_on_rgb16 (uchar *dst, int dbpl, const uchar *src, int sbpl, int w, int h, int const_alpha) |
void | qt_blend_argb32_on_rgb16_const_alpha (uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, int w, int h, int const_alpha) |
static void | qt_blend_argb32_on_rgb16 (uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, int w, int h, int const_alpha) |
static void | qt_blend_rgb32_on_rgb16 (uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, int w, int h, int const_alpha) |
static void | qt_blend_argb32_on_argb32 (uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, int w, int h, int const_alpha) |
void | qt_blend_rgb32_on_rgb32 (uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, int w, int h, int const_alpha) |
void | qt_scale_image_rgb32_on_rgb32 (uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, int srch, const QRectF &targetRect, const QRectF &sourceRect, const QRect &clip, int const_alpha) |
void | qt_scale_image_argb32_on_argb32 (uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, int srch, const QRectF &targetRect, const QRectF &sourceRect, const QRect &clip, int const_alpha) |
void | qt_transform_image_rgb16_on_rgb16 (uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, const QRectF &targetRect, const QRectF &sourceRect, const QRect &clip, const QTransform &targetRectTransform, int const_alpha) |
void | qt_transform_image_argb32_on_rgb16 (uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, const QRectF &targetRect, const QRectF &sourceRect, const QRect &clip, const QTransform &targetRectTransform, int const_alpha) |
void | qt_transform_image_rgb32_on_rgb32 (uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, const QRectF &targetRect, const QRectF &sourceRect, const QRect &clip, const QTransform &targetRectTransform, int const_alpha) |
void | qt_transform_image_argb32_on_argb32 (uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, const QRectF &targetRect, const QRectF &sourceRect, const QRect &clip, const QTransform &targetRectTransform, int const_alpha) |
void | qInitBlendFunctions () |
void qInitBlendFunctions | ( | ) |
Definition at line 552 of file qblendfunctions.cpp.
Referenced by qInitDrawhelperFunctions().
|
static |
Definition at line 295 of file qblendfunctions.cpp.
|
static |
Definition at line 199 of file qblendfunctions.cpp.
void qt_blend_argb32_on_rgb16_const_alpha | ( | uchar * | destPixels, |
int | dbpl, | ||
const uchar * | srcPixels, | ||
int | sbpl, | ||
int | w, | ||
int | h, | ||
int | const_alpha ) |
Definition at line 176 of file qblendfunctions.cpp.
void qt_blend_rgb16_on_rgb16 | ( | uchar * | dst, |
int | dbpl, | ||
const uchar * | src, | ||
int | sbpl, | ||
int | w, | ||
int | h, | ||
int | const_alpha ) |
Definition at line 143 of file qblendfunctions.cpp.
|
static |
Definition at line 252 of file qblendfunctions.cpp.
void qt_blend_rgb32_on_rgb32 | ( | uchar * | destPixels, |
int | dbpl, | ||
const uchar * | srcPixels, | ||
int | sbpl, | ||
int | w, | ||
int | h, | ||
int | const_alpha ) |
Definition at line 334 of file qblendfunctions.cpp.
void qt_scale_image_argb32_on_argb32 | ( | uchar * | destPixels, |
int | dbpl, | ||
const uchar * | srcPixels, | ||
int | sbpl, | ||
int | srch, | ||
const QRectF & | targetRect, | ||
const QRectF & | sourceRect, | ||
const QRect & | clip, | ||
int | const_alpha ) |
Definition at line 438 of file qblendfunctions.cpp.
void qt_scale_image_argb32_on_rgb16 | ( | uchar * | destPixels, |
int | dbpl, | ||
const uchar * | srcPixels, | ||
int | sbpl, | ||
int | srch, | ||
const QRectF & | targetRect, | ||
const QRectF & | sourceRect, | ||
const QRect & | clip, | ||
int | const_alpha ) |
Definition at line 118 of file qblendfunctions.cpp.
void qt_scale_image_rgb16_on_rgb16 | ( | uchar * | destPixels, |
int | dbpl, | ||
const uchar * | srcPixels, | ||
int | sbpl, | ||
int | srch, | ||
const QRectF & | targetRect, | ||
const QRectF & | sourceRect, | ||
const QRect & | clip, | ||
int | const_alpha ) |
Definition at line 93 of file qblendfunctions.cpp.
void qt_scale_image_rgb32_on_rgb32 | ( | uchar * | destPixels, |
int | dbpl, | ||
const uchar * | srcPixels, | ||
int | sbpl, | ||
int | srch, | ||
const QRectF & | targetRect, | ||
const QRectF & | sourceRect, | ||
const QRect & | clip, | ||
int | const_alpha ) |
Definition at line 413 of file qblendfunctions.cpp.
void qt_transform_image_argb32_on_argb32 | ( | uchar * | destPixels, |
int | dbpl, | ||
const uchar * | srcPixels, | ||
int | sbpl, | ||
const QRectF & | targetRect, | ||
const QRectF & | sourceRect, | ||
const QRect & | clip, | ||
const QTransform & | targetRectTransform, | ||
int | const_alpha ) |
Definition at line 527 of file qblendfunctions.cpp.
void qt_transform_image_argb32_on_rgb16 | ( | uchar * | destPixels, |
int | dbpl, | ||
const uchar * | srcPixels, | ||
int | sbpl, | ||
const QRectF & | targetRect, | ||
const QRectF & | sourceRect, | ||
const QRect & | clip, | ||
const QTransform & | targetRectTransform, | ||
int | const_alpha ) |
Definition at line 484 of file qblendfunctions.cpp.
void qt_transform_image_rgb16_on_rgb16 | ( | uchar * | destPixels, |
int | dbpl, | ||
const uchar * | srcPixels, | ||
int | sbpl, | ||
const QRectF & | targetRect, | ||
const QRectF & | sourceRect, | ||
const QRect & | clip, | ||
const QTransform & | targetRectTransform, | ||
int | const_alpha ) |
Definition at line 463 of file qblendfunctions.cpp.
void qt_transform_image_rgb32_on_rgb32 | ( | uchar * | destPixels, |
int | dbpl, | ||
const uchar * | srcPixels, | ||
int | sbpl, | ||
const QRectF & | targetRect, | ||
const QRectF & | sourceRect, | ||
const QRect & | clip, | ||
const QTransform & | targetRectTransform, | ||
int | const_alpha ) |
Definition at line 506 of file qblendfunctions.cpp.
SrcOverBlendFunc qBlendFunctions |
Definition at line 549 of file qblendfunctions.cpp.
SrcOverScaleFunc qScaleFunctions |
Definition at line 548 of file qblendfunctions.cpp.
SrcOverTransformFunc qTransformFunctions |
Definition at line 550 of file qblendfunctions.cpp.