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
qpaintengine_blitter.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include "private/qpaintengine_blitter_p.h"
#include "private/qblittable_p.h"
#include "private/qpaintengine_raster_p.h"
#include "private/qpainter_p.h"
#include "private/qpixmap_blitter_p.h"
+ Include dependency graph for qpaintengine_blitter.cpp:

Go to the source code of this file.

Classes

class  CapabilitiesToStateMask
 
class  QBlitterPaintEnginePrivate
 

Macros

#define STATE_XFORM_SCALE   0x00000001
 
#define STATE_XFORM_COMPLEX   0x00000002
 
#define STATE_BRUSH_PATTERN   0x00000010
 
#define STATE_BRUSH_ALPHA   0x00000020
 
#define STATE_PEN_ENABLED   0x00000100
 
#define STATE_ANTIALIASING   0x00001000
 
#define STATE_ALPHA   0x00002000
 
#define STATE_BLENDING_COMPLEX   0x00004000
 
#define STATE_CLIPSYS_COMPLEX   0x00010000
 
#define STATE_CLIP_COMPLEX   0x00020000
 

Macro Definition Documentation

◆ STATE_ALPHA

#define STATE_ALPHA   0x00002000

◆ STATE_ANTIALIASING

#define STATE_ANTIALIASING   0x00001000

◆ STATE_BLENDING_COMPLEX

#define STATE_BLENDING_COMPLEX   0x00004000

◆ STATE_BRUSH_ALPHA

#define STATE_BRUSH_ALPHA   0x00000020

◆ STATE_BRUSH_PATTERN

#define STATE_BRUSH_PATTERN   0x00000010

◆ STATE_CLIP_COMPLEX

#define STATE_CLIP_COMPLEX   0x00020000

◆ STATE_CLIPSYS_COMPLEX

#define STATE_CLIPSYS_COMPLEX   0x00010000

Definition at line 26 of file qpaintengine_blitter.cpp.

◆ STATE_PEN_ENABLED

#define STATE_PEN_ENABLED   0x00000100

Definition at line 20 of file qpaintengine_blitter.cpp.

Referenced by QBlitterPaintEnginePrivate::updatePenState().

◆ STATE_XFORM_COMPLEX

#define STATE_XFORM_COMPLEX   0x00000002

◆ STATE_XFORM_SCALE

#define STATE_XFORM_SCALE   0x00000001