Qt 4.8
|
#include <qpaintengine_raster_p.h>
Public Variables | |
uint | antialiased: 1 |
uint | bilinear: 1 |
uint | fast_images: 1 |
uint | fast_pen: 1 |
uint | fast_text: 1 |
uint | has_clip_ownership: 1 |
uint | int_xform: 1 |
uint | non_complex_pen: 1 |
uint | tx_noshear: 1 |
Definition at line 108 of file qpaintengine_raster_p.h.
uint QRasterPaintEngineState::Flags::antialiased |
Definition at line 112 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEngine::drawEllipse(), QRasterPaintEngine::drawImage(), QRasterPaintEngine::drawRects(), QRasterPaintEngine::drawTiledPixmap(), QRasterPaintEngine::fill(), QRasterPaintEngine::fillPath(), QRasterPaintEngine::fillRect(), QRasterPaintEnginePrivate::initializeRasterizer(), QRasterPaintEnginePrivate::isUnclipped(), QRasterPaintEnginePrivate::rasterize(), and QRasterPaintEngine::renderHintsChanged().
uint QRasterPaintEngineState::Flags::bilinear |
Definition at line 113 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEngine::drawImage(), QRasterPaintEngine::drawTiledPixmap(), and QRasterPaintEngine::renderHintsChanged().
uint QRasterPaintEngineState::Flags::fast_images |
Definition at line 117 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEnginePrivate::canUseFastImageBlending(), and QRasterPaintEnginePrivate::recalculateFastImages().
uint QRasterPaintEngineState::Flags::fast_pen |
Definition at line 110 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEngine::drawEllipse(), QRasterPaintEngine::drawLines(), QRasterPaintEngine::drawPoints(), QRasterPaintEngine::drawPolygon(), QRasterPaintEngine::drawRects(), QRasterPaintEnginePrivate::getPenFunc(), QRasterPaintEngine::stroke(), and QRasterPaintEngine::updatePen().
uint QRasterPaintEngineState::Flags::fast_text |
Definition at line 114 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEngine::alphaPenBlt(), and QRasterPaintEngine::updateState().
uint QRasterPaintEngineState::Flags::has_clip_ownership |
Definition at line 109 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEngine::clip(), qrasterpaintengine_state_setNoClip(), QRasterPaintEngineState::QRasterPaintEngineState(), and QRasterPaintEngine::setClipRectInDeviceCoords().
uint QRasterPaintEngineState::Flags::int_xform |
Definition at line 115 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEngine::updateMatrix().
uint QRasterPaintEngineState::Flags::non_complex_pen |
Definition at line 111 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEngine::stroke(), and QRasterPaintEngine::updatePen().
uint QRasterPaintEngineState::Flags::tx_noshear |
Definition at line 116 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEngine::drawImage(), QRasterPaintEngine::drawRects(), QRasterPaintEngine::drawTiledPixmap(), QRasterPaintEngine::fill(), QRasterPaintEngine::fillRect(), QRasterPaintEngine::updateMatrix(), and QRasterPaintEngine::updatePen().