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
qpixmap_raster.cpp File Reference

(a5953d20e27ab73774058dd06ac514f9310a41e8)

#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>
Include dependency graph for qpixmap_raster.cpp:

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)

Function Documentation

◆ qt_scrollRectInImage()

void qt_scrollRectInImage ( QImage & img,
const QRect & rect,
const QPoint & offset )
extern

Definition at line 300 of file qbackingstore.cpp.

◆ qt_toRasterPixmap() [1/2]

QT_BEGIN_NAMESPACE QPixmap qt_toRasterPixmap ( const QImage & image)

Definition at line 24 of file qpixmap_raster.cpp.

◆ qt_toRasterPixmap() [2/2]

QPixmap qt_toRasterPixmap ( const QPixmap & pixmap)

Definition at line 36 of file qpixmap_raster.cpp.