![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <private/qdrawhelper_p.h>#include <private/qdrawhelper_mips_dsp_p.h>#include <private/qpaintengine_raster_p.h>Go to the source code of this file.
| void QT_FASTCALL comp_func_DestinationAtop_mips_dsp | ( | uint * | dest, |
| const uint * | src, | ||
| int | length, | ||
| uint | const_alpha ) |
Definition at line 375 of file qdrawhelper_mips_dsp.cpp.
| void QT_FASTCALL comp_func_DestinationIn_mips_dsp | ( | uint * | dest, |
| const uint * | src, | ||
| int | length, | ||
| uint | const_alpha ) |
Definition at line 277 of file qdrawhelper_mips_dsp.cpp.
| void QT_FASTCALL comp_func_DestinationOut_mips_dsp | ( | uint * | dest, |
| const uint * | src, | ||
| int | length, | ||
| uint | const_alpha ) |
Definition at line 308 of file qdrawhelper_mips_dsp.cpp.
| void QT_FASTCALL comp_func_DestinationOver_mips_dsp | ( | uint * | dest, |
| const uint * | src, | ||
| int | length, | ||
| uint | const_alpha ) |
Definition at line 210 of file qdrawhelper_mips_dsp.cpp.
| void QT_FASTCALL comp_func_solid_DestinationAtop_mips_dsp | ( | uint * | dest, |
| int | length, | ||
| uint | color, | ||
| uint | const_alpha ) |
Definition at line 359 of file qdrawhelper_mips_dsp.cpp.
| void QT_FASTCALL comp_func_solid_DestinationIn_mips_dsp | ( | uint * | dest, |
| int | length, | ||
| uint | color, | ||
| uint | const_alpha ) |
Definition at line 263 of file qdrawhelper_mips_dsp.cpp.
| void QT_FASTCALL comp_func_solid_DestinationOut_mips_dsp | ( | uint * | dest, |
| int | length, | ||
| uint | color, | ||
| uint | const_alpha ) |
Definition at line 294 of file qdrawhelper_mips_dsp.cpp.
| void QT_FASTCALL comp_func_solid_DestinationOver_mips_dsp | ( | uint * | dest, |
| int | length, | ||
| uint | color, | ||
| uint | const_alpha ) |
Definition at line 197 of file qdrawhelper_mips_dsp.cpp.
| void QT_FASTCALL comp_func_solid_SourceAtop_mips_dsp | ( | uint * | dest, |
| int | length, | ||
| uint | color, | ||
| uint | const_alpha ) |
Definition at line 325 of file qdrawhelper_mips_dsp.cpp.
| void QT_FASTCALL comp_func_solid_SourceIn_mips_dsp | ( | uint * | dest, |
| int | length, | ||
| uint | color, | ||
| uint | const_alpha ) |
Definition at line 228 of file qdrawhelper_mips_dsp.cpp.
| void QT_FASTCALL comp_func_solid_SourceOut_mips_dsp | ( | uint * | dest, |
| int | length, | ||
| uint | color, | ||
| uint | const_alpha ) |
Definition at line 430 of file qdrawhelper_mips_dsp.cpp.
| void QT_FASTCALL comp_func_solid_SourceOver_mips_dsp | ( | uint * | dest, |
| int | length, | ||
| uint | color, | ||
| uint | const_alpha ) |
Definition at line 185 of file qdrawhelper_mips_dsp.cpp.
| void QT_FASTCALL comp_func_solid_XOR_mips_dsp | ( | uint * | dest, |
| int | length, | ||
| uint | color, | ||
| uint | const_alpha ) |
Definition at line 396 of file qdrawhelper_mips_dsp.cpp.
Definition at line 153 of file qdrawhelper_mips_dsp.cpp.
| void QT_FASTCALL comp_func_SourceAtop_mips_dsp | ( | uint * | dest, |
| const uint * | src, | ||
| int | length, | ||
| uint | const_alpha ) |
Definition at line 339 of file qdrawhelper_mips_dsp.cpp.
| void QT_FASTCALL comp_func_SourceIn_mips_dsp | ( | uint * | dest, |
| const uint * | src, | ||
| int | length, | ||
| uint | const_alpha ) |
Definition at line 245 of file qdrawhelper_mips_dsp.cpp.
| void QT_FASTCALL comp_func_SourceOut_mips_dsp | ( | uint * | dest, |
| const uint * | src, | ||
| int | length, | ||
| uint | const_alpha ) |
Definition at line 447 of file qdrawhelper_mips_dsp.cpp.
| void QT_FASTCALL comp_func_XOR_mips_dsp | ( | uint * | dest, |
| const uint * | src, | ||
| int | length, | ||
| uint | const_alpha ) |
Definition at line 411 of file qdrawhelper_mips_dsp.cpp.
| void qt_blend_argb32_on_argb32_mips_dsp | ( | uchar * | destPixels, |
| int | dbpl, | ||
| const uchar * | srcPixels, | ||
| int | sbpl, | ||
| int | w, | ||
| int | h, | ||
| int | const_alpha ) |
Definition at line 16 of file qdrawhelper_mips_dsp.cpp.
| void qt_blend_rgb16_on_rgb16_mips_dsp | ( | uchar * | destPixels, |
| int | dbpl, | ||
| const uchar * | srcPixels, | ||
| int | sbpl, | ||
| int | w, | ||
| int | h, | ||
| int | const_alpha ) |
Definition at line 117 of file qdrawhelper_mips_dsp.cpp.
| void qt_blend_rgb32_on_rgb32_mips_dsp | ( | uchar * | destPixels, |
| int | dbpl, | ||
| const uchar * | srcPixels, | ||
| int | sbpl, | ||
| int | w, | ||
| int | h, | ||
| int | const_alpha ) |
Definition at line 54 of file qdrawhelper_mips_dsp.cpp.
| uint *QT_FASTCALL qt_destFetchARGB32_mips_dsp | ( | uint * | buffer, |
| QRasterBuffer * | rasterBuffer, | ||
| int | x, | ||
| int | y, | ||
| int | length ) |
Definition at line 169 of file qdrawhelper_mips_dsp.cpp.
| void QT_FASTCALL qt_destStoreARGB32_mips_dsp | ( | QRasterBuffer * | rasterBuffer, |
| int | x, | ||
| int | y, | ||
| const uint * | buffer, | ||
| int | length ) |
Definition at line 178 of file qdrawhelper_mips_dsp.cpp.
| const uint *QT_FASTCALL qt_fetchUntransformed_444_mips_dsp | ( | uint * | buffer, |
| const Operator * | , | ||
| const QSpanData * | data, | ||
| int | y, | ||
| int | x, | ||
| int | length ) |
Definition at line 473 of file qdrawhelper_mips_dsp.cpp.
| const uint *QT_FASTCALL qt_fetchUntransformed_888_mips_dsp | ( | uint * | buffer, |
| const Operator * | , | ||
| const QSpanData * | data, | ||
| int | y, | ||
| int | x, | ||
| int | length ) |
Definition at line 465 of file qdrawhelper_mips_dsp.cpp.
| const uint *QT_FASTCALL qt_fetchUntransformed_argb8565_premultiplied_mips_dsp | ( | uint * | buffer, |
| const Operator * | , | ||
| const QSpanData * | data, | ||
| int | y, | ||
| int | x, | ||
| int | length ) |
Definition at line 481 of file qdrawhelper_mips_dsp.cpp.
| QT_BEGIN_NAMESPACE void qt_memfill32 | ( | quint32 * | dest, |
| quint32 | color, | ||
| qsizetype | count ) |
Definition at line 11 of file qdrawhelper_mips_dsp.cpp.