Qt 4.8
|
Go to the source code of this file.
Classes | |
struct | QTransformImageVertex |
Functions | |
template<typename SRC , typename T > | |
void | qt_scale_image_16bit (uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, int sh, const QRectF &targetRect, const QRectF &srcRect, const QRect &clip, T blender) |
template<typename T > | |
void | qt_scale_image_32bit (uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, int sh, const QRectF &targetRect, const QRectF &srcRect, const QRect &clip, T blender) |
template<class SrcT , class DestT , class Blender > | |
void | qt_transform_image (DestT *destPixels, int dbpl, const SrcT *srcPixels, int sbpl, const QRectF &targetRect, const QRectF &sourceRect, const QRect &clip, const QTransform &targetRectTransform, Blender blender) |
template<class SrcT , class DestT , class Blender > | |
void | qt_transform_image_rasterize (DestT *destPixels, int dbpl, const SrcT *srcPixels, int sbpl, const QTransformImageVertex &topLeft, const QTransformImageVertex &bottomLeft, const QTransformImageVertex &topRight, const QTransformImageVertex &bottomRight, const QRect &sourceRect, const QRect &clip, qreal topY, qreal bottomY, int dudx, int dvdx, int dudy, int dvdy, int u0, int v0, Blender blender) |
void qt_scale_image_16bit | ( | uchar * | destPixels, |
int | dbpl, | ||
const uchar * | srcPixels, | ||
int | sbpl, | ||
int | sh, | ||
const QRectF & | targetRect, | ||
const QRectF & | srcRect, | ||
const QRect & | clip, | ||
T | blender | ||
) |
Definition at line 62 of file qblendfunctions_p.h.
void qt_scale_image_32bit | ( | uchar * | destPixels, |
int | dbpl, | ||
const uchar * | srcPixels, | ||
int | sbpl, | ||
int | sh, | ||
const QRectF & | targetRect, | ||
const QRectF & | srcRect, | ||
const QRect & | clip, | ||
T | blender | ||
) |
Definition at line 172 of file qblendfunctions_p.h.
Referenced by qt_scale_image_argb32_on_argb32(), and qt_scale_image_rgb32_on_rgb32().
void qt_transform_image | ( | DestT * | destPixels, |
int | dbpl, | ||
const SrcT * | srcPixels, | ||
int | sbpl, | ||
const QRectF & | targetRect, | ||
const QRectF & | sourceRect, | ||
const QRect & | clip, | ||
const QTransform & | targetRectTransform, | ||
Blender | blender | ||
) |
Definition at line 406 of file qblendfunctions_p.h.
Referenced by qt_transform_image_argb24_on_rgb16(), qt_transform_image_argb32_on_argb32(), qt_transform_image_argb32_on_rgb16(), qt_transform_image_rgb16_on_rgb16(), and qt_transform_image_rgb32_on_rgb32().
void qt_transform_image_rasterize | ( | DestT * | destPixels, |
int | dbpl, | ||
const SrcT * | srcPixels, | ||
int | sbpl, | ||
const QTransformImageVertex & | topLeft, | ||
const QTransformImageVertex & | bottomLeft, | ||
const QTransformImageVertex & | topRight, | ||
const QTransformImageVertex & | bottomRight, | ||
const QRect & | sourceRect, | ||
const QRect & | clip, | ||
qreal | topY, | ||
qreal | bottomY, | ||
int | dudx, | ||
int | dvdx, | ||
int | dudy, | ||
int | dvdy, | ||
int | u0, | ||
int | v0, | ||
Blender | blender | ||
) |
Definition at line 277 of file qblendfunctions_p.h.
Referenced by qt_transform_image().