Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qimagescale_p.h File Reference

(64d183c64865a9b1993f1c6c38f9a37a78ace4f9)

#include <qimage.h>
#include <private/qtguiglobal_p.h>
Include dependency graph for qimagescale_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QImageScale::QImageScaleInfo

Namespaces

namespace  QImageScale

Functions

QT_BEGIN_NAMESPACE QImage qSmoothScaleImage (const QImage &img, int w, int h)
template<typename T>
void QImageScale::multithread_pixels_function (QImageScaleInfo *isi, int dh, const T &scaleSection)

Function Documentation

◆ qSmoothScaleImage()

QT_BEGIN_NAMESPACE QImage qSmoothScaleImage ( const QImage & img,
int w,
int h )

Definition at line 1183 of file qimagescale.cpp.