![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qpixmap.h"
#include <private/qfont_p.h>
#include "qpixmap_raster_p.h"
#include "qimage_p.h"
#include "qpaintengine.h"
#include "qbitmap.h"
#include "qimage.h"
#include <QBuffer>
#include <QImageReader>
#include <QGuiApplication>
#include <QScreen>
#include <private/qsimd_p.h>
#include <private/qdrawhelper_p.h>
#include <qpa/qplatformscreen.h>
Go to the source code of this file.
Functions | |
QT_BEGIN_NAMESPACE QPixmap | qt_toRasterPixmap (const QImage &image) |
QPixmap | qt_toRasterPixmap (const QPixmap &pixmap) |
void | qt_scrollRectInImage (QImage &img, const QRect &rect, const QPoint &offset) |
Definition at line 300 of file qbackingstore.cpp.
QT_BEGIN_NAMESPACE QPixmap qt_toRasterPixmap | ( | const QImage & | image | ) |
Definition at line 24 of file qpixmap_raster.cpp.
Definition at line 36 of file qpixmap_raster.cpp.