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
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 191 of file qdrawhelper_p.h.

Member Data Documentation

◆ [union]

union { ... } Operator

◆ destFetch

DestFetchProc Operator::destFetch

◆ destFetch64

DestFetchProc64 Operator::destFetch64

Definition at line 200 of file qdrawhelper_p.h.

Referenced by blend_color_generic_rgb64(), and getOperator().

◆ destFetchFP

DestFetchProcFP Operator::destFetchFP

Definition at line 206 of file qdrawhelper_p.h.

Referenced by blend_color_generic_fp(), and getOperator().

◆ destStore

DestStoreProc Operator::destStore

◆ destStore64

DestStoreProc64 Operator::destStore64

Definition at line 201 of file qdrawhelper_p.h.

Referenced by blend_color_generic_rgb64(), and getOperator().

◆ destStoreFP

DestStoreProcFP Operator::destStoreFP

Definition at line 207 of file qdrawhelper_p.h.

Referenced by blend_color_generic_fp(), and getOperator().

◆ func

◆ func64

CompositionFunction64 Operator::func64

Definition at line 204 of file qdrawhelper_p.h.

Referenced by getOperator().

◆ funcFP

CompositionFunctionFP Operator::funcFP

Definition at line 210 of file qdrawhelper_p.h.

Referenced by getOperator().

◆ funcSolid

CompositionFunctionSolid Operator::funcSolid

Definition at line 197 of file qdrawhelper_p.h.

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

◆ funcSolid64

CompositionFunctionSolid64 Operator::funcSolid64

Definition at line 203 of file qdrawhelper_p.h.

Referenced by blend_color_generic_rgb64(), and getOperator().

◆ funcSolidFP

CompositionFunctionSolidFP Operator::funcSolidFP

Definition at line 209 of file qdrawhelper_p.h.

Referenced by blend_color_generic_fp(), and getOperator().

◆ linear

LinearGradientValues Operator::linear

Definition at line 213 of file qdrawhelper_p.h.

Referenced by getOperator(), and qt_fetch_linear_gradient_template().

◆ mode

◆ radial

◆ srcFetch

SourceFetchProc Operator::srcFetch

Definition at line 196 of file qdrawhelper_p.h.

Referenced by blend_tiled_generic(), blend_untransformed_generic(), and getOperator().

◆ srcFetch64

SourceFetchProc64 Operator::srcFetch64

Definition at line 202 of file qdrawhelper_p.h.

Referenced by getOperator().

◆ srcFetchFP

SourceFetchProcFP Operator::srcFetchFP

Definition at line 208 of file qdrawhelper_p.h.

Referenced by getOperator().


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