|
static const unsigned int ** | QImageScale::qimageCalcYPoints (const unsigned int *src, int sw, int sh, int dh) |
static int * | QImageScale::qimageCalcXPoints (int sw, int dw) |
static int * | QImageScale::qimageCalcApoints (int s, int d, int up) |
static QImageScaleInfo * | QImageScale::qimageFreeScaleInfo (QImageScaleInfo *isi) |
static QImageScaleInfo * | QImageScale::qimageCalcScaleInfo (const QImage &img, int sw, int sh, int dw, int dh, char aa) |
static void | qt_qimageScaleAARGBA_up_x_down_y (QImageScaleInfo *isi, unsigned int *dest, int dw, int dh, int dow, int sow) |
static void | qt_qimageScaleAARGBA_down_x_up_y (QImageScaleInfo *isi, unsigned int *dest, int dw, int dh, int dow, int sow) |
static void | qt_qimageScaleAARGBA_down_xy (QImageScaleInfo *isi, unsigned int *dest, int dw, int dh, int dow, int sow) |
template<typename T> |
static void | multithread_pixels_function (QImageScaleInfo *isi, int dh, const T &scaleSection) |
static void | qt_qimageScaleAARGBA_up_xy (QImageScaleInfo *isi, unsigned int *dest, int dw, int dh, int dow, int sow) |
static void | qt_qimageScaleAARGBA (QImageScaleInfo *isi, unsigned int *dest, int dw, int dh, int dow, int sow) |
static void | qt_qimageScaleAARGBA_helper (const unsigned int *pix, int xyap, int Cxy, int step, int &r, int &g, int &b, int &a) |
static void | qt_qimageScaleAARGB_up_x_down_y (QImageScaleInfo *isi, unsigned int *dest, int dw, int dh, int dow, int sow) |
static void | qt_qimageScaleAARGB_down_x_up_y (QImageScaleInfo *isi, unsigned int *dest, int dw, int dh, int dow, int sow) |
static void | qt_qimageScaleAARGB_down_xy (QImageScaleInfo *isi, unsigned int *dest, int dw, int dh, int dow, int sow) |
static void | qt_qimageScaleAARGB (QImageScaleInfo *isi, unsigned int *dest, int dw, int dh, int dow, int sow) |
static void | qt_qimageScaleAARGB_helper (const unsigned int *pix, int xyap, int Cxy, int step, int &r, int &g, int &b) |
QImage | qSmoothScaleImage (const QImage &src, int dw, int dh) |