![]() |
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.
Functions | |
| QT_BEGIN_NAMESPACE void | premultiply_argb_inplace_mips_asm (void *, unsigned, unsigned, int) |
| bool | convert_ARGB_to_ARGB_PM_inplace_mips_dspr2 (QImageData *data, Qt::ImageConversionFlags) |
| void | qt_convert_rgb888_to_rgb32_mips_dspr2_asm (uint *dst, const uchar *src, int len) |
| void | convert_RGB888_to_RGB32_mips_dspr2 (QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) |
| bool convert_ARGB_to_ARGB_PM_inplace_mips_dspr2 | ( | QImageData * | data, |
| Qt::ImageConversionFlags | ) |
Definition at line 13 of file qimage_mips_dspr2.cpp.
| void convert_RGB888_to_RGB32_mips_dspr2 | ( | QImageData * | dest, |
| const QImageData * | src, | ||
| Qt::ImageConversionFlags | ) |
Definition at line 33 of file qimage_mips_dspr2.cpp.
| QT_BEGIN_NAMESPACE void premultiply_argb_inplace_mips_asm | ( | void * | , |
| unsigned | , | ||
| unsigned | , | ||
| int | ) |