|
| | Q_TRACE_PREFIX (qtgui, "#include <qimagereader.h>") |
| | Q_TRACE_METADATA (qtgui, "ENUM { } QImage::Format;" "FLAGS { } Qt::ImageConversionFlags;") |
| | Q_TRACE_PARAM_REPLACE (Qt::AspectRatioMode, int) |
| | Q_TRACE_PARAM_REPLACE (Qt::TransformationMode, int) |
| static QImage | rotated90 (const QImage &src) |
| static QImage | rotated180 (const QImage &src) |
| static QImage | rotated270 (const QImage &src) |
| static int | next_qimage_serial_number () |
| bool | qt_read_xpm_image_or_array (QIODevice *device, const char *const *source, QImage &image) |
| static void | copyPhysicalMetadata (QImageData *dst, const QImageData *src) |
| static void | copyMetadata (QImageData *dst, const QImageData *src) |
| static void | copyMetadata (QImage *dst, const QImage &src) |
| static int | pixel_distance (QRgb p1, QRgb p2) |
| static int | closestMatch (QRgb pixel, const QList< QRgb > &clut) |
| static QImage | convertWithPalette (const QImage &src, QImage::Format format, const QList< QRgb > &clut) |
| void | do_flip (QImageData *dst, QImageData *src, int w, int h, int depth) |
| void | do_mirror (QImageData *dst, QImageData *src, bool horizontal, bool vertical) |
| static void | rgbSwapped_generic (int width, int height, const QImage *src, QImage *dst, const QPixelLayout *layout) |
| QDataStream & | operator<< (QDataStream &s, const QImage &image) |
| | [0]
|
| QDataStream & | operator>> (QDataStream &s, QImage &image) |
| static bool | qt_xForm_helper (const QTransform &trueMat, int xoffset, int type, int depth, uchar *dptr, qsizetype dbpl, int p_inc, int dHeight, const uchar *sptr, qsizetype sbpl, int sWidth, int sHeight) |
| static bool | isRgb32Data (QImage::Format f) |
| static bool | isRgb64Data (QImage::Format f) |
| static bool | isRgb32fpx4Data (QImage::Format f) |
| QDebug | operator<< (QDebug dbg, const QImage &i) |
| static Qt::Orientations | toOrientations (QImageIOHandler::Transformations orient) |
| Q_GUI_EXPORT void | qt_imageTransform (QImage &src, QImageIOHandler::Transformations orient) |
| QMap< QString, QString > | qt_getImageText (const QImage &image, const QString &description) |
| QMap< QString, QString > | qt_getImageTextFromDescription (const QString &description) |