![]() |
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 553 of file qblendfunctions.cpp.
Referenced by qInitDrawhelperFunctions().
|
static |
Definition at line 296 of file qblendfunctions.cpp.
|
static |
Definition at line 200 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 177 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 144 of file qblendfunctions.cpp.
|
static |
Definition at line 253 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 335 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 439 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 119 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 94 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 414 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 528 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 485 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 464 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 507 of file qblendfunctions.cpp.
| SrcOverBlendFunc qBlendFunctions |
Definition at line 550 of file qblendfunctions.cpp.
| SrcOverScaleFunc qScaleFunctions |
Definition at line 549 of file qblendfunctions.cpp.
| SrcOverTransformFunc qTransformFunctions |
Definition at line 551 of file qblendfunctions.cpp.