Qt 4.8
|
#include "qpixmap.h"
#include <private/qfont_p.h>
#include "qpixmap_raster_p.h"
#include "qnativeimage_p.h"
#include "qimage_p.h"
#include "qpaintengine.h"
#include "qbitmap.h"
#include "qimage.h"
#include <QBuffer>
#include <QImageReader>
#include <private/qimage_p.h>
#include <private/qsimd_p.h>
#include <private/qwidget_p.h>
#include <private/qdrawhelper_p.h>
Go to the source code of this file.
Functions | |
void | qt_scrollRectInImage (QImage &img, const QRect &rect, const QPoint &offset) |
QPixmap | qt_toRasterPixmap (const QImage &image) |
QPixmap | qt_toRasterPixmap (const QPixmap &pixmap) |
Variables | |
const uchar | qt_pixmap_bit_mask [] |
Definition at line 345 of file qwindowsurface.cpp.
Referenced by QRasterPixmapData::fromImageReader(), and QRasterPixmapData::scroll().
Definition at line 65 of file qpixmap_raster.cpp.
Referenced by qt_toRasterPixmap().
Definition at line 77 of file qpixmap_raster.cpp.
const uchar qt_pixmap_bit_mask[] |
Definition at line 62 of file qpixmap_raster.cpp.
Referenced by QRasterPixmapData::setMask().