![]() |
Qt 6.x
The Qt SDK
|
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.
References QImage::Format_ARGB32, QImage::Format_ARGB32_Premultiplied, premultiply_argb_inplace_mips_asm(), and Q_ASSERT.
Referenced by qInitImageConversions().
void convert_RGB888_to_RGB32_mips_dspr2 | ( | QImageData * | dest, |
const QImageData * | src, | ||
Qt::ImageConversionFlags | |||
) |
Definition at line 33 of file qimage_mips_dspr2.cpp.
References QImageData::bytes_per_line, QImageData::data, QImageData::format, QImage::Format_ARGB32, QImage::Format_ARGB32_Premultiplied, QImage::Format_RGB32, QImage::Format_RGB888, QImageData::height, i, Q_ASSERT, qt_convert_rgb888_to_rgb32_mips_dspr2_asm(), and QImageData::width.
Referenced by qInitImageConversions().
QT_BEGIN_NAMESPACE void premultiply_argb_inplace_mips_asm | ( | void * | , |
unsigned | , | ||
unsigned | , | ||
int | |||
) |
Referenced by convert_ARGB_to_ARGB_PM_inplace_mips_dspr2().
Referenced by QJpegHandler::QJpegHandler(), and convert_RGB888_to_RGB32_mips_dspr2().