Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QRasterPaintEngineState::Flags Struct Reference

#include <qpaintengine_raster_p.h>

+ Collaboration diagram for QRasterPaintEngineState::Flags:

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
 

Detailed Description

Definition at line 70 of file qpaintengine_raster_p.h.

Member Data Documentation

◆ antialiased

uint QRasterPaintEngineState::Flags::antialiased

Definition at line 74 of file qpaintengine_raster_p.h.

Referenced by QCosmeticStroker::drawPath().

◆ bilinear

uint QRasterPaintEngineState::Flags::bilinear

Definition at line 75 of file qpaintengine_raster_p.h.

◆ cosmetic_brush

uint QRasterPaintEngineState::Flags::cosmetic_brush

Definition at line 79 of file qpaintengine_raster_p.h.

◆ fast_images

uint QRasterPaintEngineState::Flags::fast_images

Definition at line 78 of file qpaintengine_raster_p.h.

◆ fast_pen

uint QRasterPaintEngineState::Flags::fast_pen

Definition at line 72 of file qpaintengine_raster_p.h.

Referenced by QCosmeticStroker::drawPath().

◆ fast_text

uint QRasterPaintEngineState::Flags::fast_text

Definition at line 76 of file qpaintengine_raster_p.h.

◆ has_clip_ownership

uint QRasterPaintEngineState::Flags::has_clip_ownership

Definition at line 71 of file qpaintengine_raster_p.h.

◆ non_complex_pen

uint QRasterPaintEngineState::Flags::non_complex_pen

Definition at line 73 of file qpaintengine_raster_p.h.

◆ tx_noshear

uint QRasterPaintEngineState::Flags::tx_noshear

Definition at line 77 of file qpaintengine_raster_p.h.


The documentation for this struct was generated from the following file: