![]() |
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 Attributes | |
uint | has_clip_ownership: 1 |
uint | fast_pen: 1 |
uint | non_complex_pen: 1 |
uint | antialiased: 1 |
uint | bilinear: 1 |
uint | fast_text: 1 |
uint | tx_noshear: 1 |
uint | fast_images: 1 |
uint | cosmetic_brush: 1 |
Definition at line 70 of file qpaintengine_raster_p.h.
uint QRasterPaintEngineState::Flags::antialiased |
Definition at line 74 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEngineState::QRasterPaintEngineState(), QRasterPaintEnginePrivate::isUnclipped(), QRasterPaintEnginePrivate::rasterize(), and QRasterPaintEnginePrivate::rasterize().
uint QRasterPaintEngineState::Flags::bilinear |
Definition at line 75 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEngineState::QRasterPaintEngineState().
uint QRasterPaintEngineState::Flags::cosmetic_brush |
Definition at line 79 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEngineState::QRasterPaintEngineState().
uint QRasterPaintEngineState::Flags::fast_images |
Definition at line 78 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEngineState::QRasterPaintEngineState().
uint QRasterPaintEngineState::Flags::fast_pen |
Definition at line 72 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEngineState::QRasterPaintEngineState(), and QRasterPaintEnginePrivate::getPenFunc().
uint QRasterPaintEngineState::Flags::fast_text |
Definition at line 76 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEngineState::QRasterPaintEngineState().
uint QRasterPaintEngineState::Flags::has_clip_ownership |
Definition at line 71 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEngineState::QRasterPaintEngineState(), QRasterPaintEngineState::QRasterPaintEngineState(), QRasterPaintEngineState::~QRasterPaintEngineState(), and qrasterpaintengine_state_setNoClip().
uint QRasterPaintEngineState::Flags::non_complex_pen |
Definition at line 73 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEngineState::QRasterPaintEngineState().
uint QRasterPaintEngineState::Flags::tx_noshear |
Definition at line 77 of file qpaintengine_raster_p.h.
Referenced by QRasterPaintEngineState::QRasterPaintEngineState().