Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qimage_mips_dspr2.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include "qimage.h"
#include <private/qimage_p.h>
+ Include dependency graph for qimage_mips_dspr2.cpp:

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)
 

Function Documentation

◆ convert_ARGB_to_ARGB_PM_inplace_mips_dspr2()

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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ convert_RGB888_to_RGB32_mips_dspr2()

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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ premultiply_argb_inplace_mips_asm()

QT_BEGIN_NAMESPACE void premultiply_argb_inplace_mips_asm ( void * ,
unsigned ,
unsigned ,
int  )

Referenced by convert_ARGB_to_ARGB_PM_inplace_mips_dspr2().

+ Here is the caller graph for this function:

◆ qt_convert_rgb888_to_rgb32_mips_dspr2_asm()

void qt_convert_rgb888_to_rgb32_mips_dspr2_asm ( uint * dst,
const uchar * src,
int len )

Referenced by QJpegHandler::QJpegHandler(), and convert_RGB888_to_RGB32_mips_dspr2().

+ Here is the caller graph for this function: