![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qpaintengine_raster_p.h>
Public Member Functions | |
| QRasterBuffer () | |
| ~QRasterBuffer () | |
| void | init () |
| QImage::Format | prepare (QImage *image) |
| uchar * | scanLine (int y) |
| int | width () const |
| int | height () const |
| qsizetype | bytesPerLine () const |
| int | bytesPerPixel () const |
| template<typename T> | |
| int | stride () |
| uchar * | buffer () const |
| QImage | colorizeBitmap (const QImage &image, const QColor &color) |
Public Attributes | |
| bool | monoDestinationWithClut |
| QRgb | destColor0 |
| QRgb | destColor1 |
| QPainter::CompositionMode | compositionMode |
| QImage::Format | format |
| QColorSpace | colorSpace |
Definition at line 390 of file qpaintengine_raster_p.h.
|
inline |
Definition at line 393 of file qpaintengine_raster_p.h.
References init().
| QRasterBuffer::~QRasterBuffer | ( | ) |
Definition at line 3735 of file qpaintengine_raster.cpp.
|
inline |
Definition at line 410 of file qpaintengine_raster_p.h.
|
inline |
Definition at line 405 of file qpaintengine_raster_p.h.
|
inline |
Definition at line 406 of file qpaintengine_raster_p.h.
Definition at line 3712 of file qpaintengine_raster.cpp.
|
inline |
Definition at line 404 of file qpaintengine_raster_p.h.
| void QRasterBuffer::init | ( | ) |
Definition at line 3739 of file qpaintengine_raster.cpp.
References monoDestinationWithClut.
Referenced by QRasterBuffer().
| QImage::Format QRasterBuffer::prepare | ( | QImage * | image | ) |
Definition at line 3747 of file qpaintengine_raster.cpp.
References monoDestinationWithClut, and QT_RASTER_COORD_LIMIT.
|
inline |
Definition at line 401 of file qpaintengine_raster_p.h.
|
inline |
Definition at line 408 of file qpaintengine_raster_p.h.
|
inline |
Definition at line 403 of file qpaintengine_raster_p.h.
| QColorSpace QRasterBuffer::colorSpace |
Definition at line 418 of file qpaintengine_raster_p.h.
| QPainter::CompositionMode QRasterBuffer::compositionMode |
Definition at line 416 of file qpaintengine_raster_p.h.
| QRgb QRasterBuffer::destColor0 |
Definition at line 413 of file qpaintengine_raster_p.h.
| QRgb QRasterBuffer::destColor1 |
Definition at line 414 of file qpaintengine_raster_p.h.
| QImage::Format QRasterBuffer::format |
Definition at line 417 of file qpaintengine_raster_p.h.
| bool QRasterBuffer::monoDestinationWithClut |
Definition at line 412 of file qpaintengine_raster_p.h.