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
QImageScale Namespace Reference

Classes

struct  QImageScaleInfo
 

Functions

static const unsigned int ** qimageCalcYPoints (const unsigned int *src, int sw, int sh, int dh)
 
static int * qimageCalcXPoints (int sw, int dw)
 
static int * qimageCalcApoints (int s, int d, int up)
 
static QImageScaleInfoqimageFreeScaleInfo (QImageScaleInfo *isi)
 
static QImageScaleInfoqimageCalcScaleInfo (const QImage &img, int sw, int sh, int dw, int dh, char aa)
 

Function Documentation

◆ qimageCalcApoints()

static int * QImageScale::qimageCalcApoints ( int s,
int d,
int up )
static

Definition at line 142 of file qimagescale.cpp.

References d, i, j, and pos.

Referenced by qimageCalcScaleInfo().

+ Here is the caller graph for this function:

◆ qimageCalcScaleInfo()

static QImageScaleInfo * QImageScale::qimageCalcScaleInfo ( const QImage & img,
int sw,
int sh,
int dw,
int dh,
char aa )
static

Definition at line 201 of file qimagescale.cpp.

References qAbs(), qimageCalcApoints(), qimageCalcXPoints(), qimageCalcYPoints(), qimageFreeScaleInfo(), and QImageScale::QImageScaleInfo::sh.

Referenced by qSmoothScaleImage().

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

◆ qimageCalcXPoints()

static int * QImageScale::qimageCalcXPoints ( int sw,
int dw )
static

Definition at line 113 of file qimagescale.cpp.

References i, j, qAbs(), and qMax().

Referenced by qimageCalcScaleInfo().

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

◆ qimageCalcYPoints()

static const unsigned int ** QImageScale::qimageCalcYPoints ( const unsigned int * src,
int sw,
int sh,
int dh )
static

Definition at line 83 of file qimagescale.cpp.

References i, j, qAbs(), and qMax().

Referenced by qimageCalcScaleInfo().

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

◆ qimageFreeScaleInfo()

static QImageScaleInfo * QImageScale::qimageFreeScaleInfo ( QImageScaleInfo * isi)
static

Definition at line 189 of file qimagescale.cpp.

Referenced by qimageCalcScaleInfo(), and qSmoothScaleImage().

+ Here is the caller graph for this function: