Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
Operator Struct Reference

#include <qdrawhelper_p.h>

+ Collaboration diagram for Operator:

Public Attributes

QPainter::CompositionMode mode
 
DestFetchProc destFetch
 
DestStoreProc destStore
 
SourceFetchProc srcFetch
 
CompositionFunctionSolid funcSolid
 
CompositionFunction func
 
DestFetchProc64 destFetch64
 
DestStoreProc64 destStore64
 
SourceFetchProc64 srcFetch64
 
CompositionFunctionSolid64 funcSolid64
 
CompositionFunction64 func64
 
DestFetchProcFP destFetchFP
 
DestStoreProcFP destStoreFP
 
SourceFetchProcFP srcFetchFP
 
CompositionFunctionSolidFP funcSolidFP
 
CompositionFunctionFP funcFP
 
union { 
 
   LinearGradientValues   linear 
 
   RadialGradientValues   radial 
 
};  
 

Detailed Description

Definition at line 192 of file qdrawhelper_p.h.

Member Data Documentation

◆ [union]

union { ... } Operator

◆ destFetch

◆ destFetch64

DestFetchProc64 Operator::destFetch64

Definition at line 201 of file qdrawhelper_p.h.

Referenced by blend_color_generic_rgb64(), and getOperator().

◆ destFetchFP

DestFetchProcFP Operator::destFetchFP

Definition at line 207 of file qdrawhelper_p.h.

Referenced by blend_color_generic_fp(), and getOperator().

◆ destStore

◆ destStore64

DestStoreProc64 Operator::destStore64

Definition at line 202 of file qdrawhelper_p.h.

Referenced by blend_color_generic_rgb64(), and getOperator().

◆ destStoreFP

DestStoreProcFP Operator::destStoreFP

Definition at line 208 of file qdrawhelper_p.h.

Referenced by blend_color_generic_fp(), and getOperator().

◆ func

◆ func64

CompositionFunction64 Operator::func64

Definition at line 205 of file qdrawhelper_p.h.

Referenced by getOperator().

◆ funcFP

CompositionFunctionFP Operator::funcFP

Definition at line 211 of file qdrawhelper_p.h.

Referenced by getOperator().

◆ funcSolid

CompositionFunctionSolid Operator::funcSolid

Definition at line 198 of file qdrawhelper_p.h.

Referenced by blend_color_argb(), blend_color_generic(), and getOperator().

◆ funcSolid64

CompositionFunctionSolid64 Operator::funcSolid64

Definition at line 204 of file qdrawhelper_p.h.

Referenced by blend_color_generic_rgb64(), and getOperator().

◆ funcSolidFP

CompositionFunctionSolidFP Operator::funcSolidFP

Definition at line 210 of file qdrawhelper_p.h.

Referenced by blend_color_generic_fp(), and getOperator().

◆ linear

LinearGradientValues Operator::linear

Definition at line 214 of file qdrawhelper_p.h.

Referenced by getOperator(), and qt_fetch_linear_gradient_template().

◆ mode

◆ radial

◆ srcFetch

◆ srcFetch64

SourceFetchProc64 Operator::srcFetch64

Definition at line 203 of file qdrawhelper_p.h.

Referenced by getOperator().

◆ srcFetchFP

SourceFetchProcFP Operator::srcFetchFP

Definition at line 209 of file qdrawhelper_p.h.

Referenced by getOperator().


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