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

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

Definition at line 144 of file qimagescale.cpp.

◆ qimageCalcScaleInfo()

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

Definition at line 203 of file qimagescale.cpp.

◆ qimageCalcXPoints()

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

Definition at line 115 of file qimagescale.cpp.

◆ qimageCalcYPoints()

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

Definition at line 85 of file qimagescale.cpp.

◆ qimageFreeScaleInfo()

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

Definition at line 191 of file qimagescale.cpp.