![]() |
Qt 6.x
The Qt SDK
|
#include <qdrawhelper_p.h>
Definition at line 192 of file qdrawhelper_p.h.
union { ... } Operator |
DestFetchProc Operator::destFetch |
Definition at line 195 of file qdrawhelper_p.h.
Referenced by blend_color_generic(), blend_tiled_generic(), blend_untransformed_generic(), BlendSrcGeneric::fetch(), and getOperator().
DestFetchProc64 Operator::destFetch64 |
Definition at line 201 of file qdrawhelper_p.h.
Referenced by blend_color_generic_rgb64(), and getOperator().
DestFetchProcFP Operator::destFetchFP |
Definition at line 207 of file qdrawhelper_p.h.
Referenced by blend_color_generic_fp(), and getOperator().
DestStoreProc Operator::destStore |
Definition at line 196 of file qdrawhelper_p.h.
Referenced by blend_color_generic(), blend_tiled_generic(), blend_untransformed_generic(), getOperator(), and BlendSrcGeneric::store().
DestStoreProc64 Operator::destStore64 |
Definition at line 202 of file qdrawhelper_p.h.
Referenced by blend_color_generic_rgb64(), and getOperator().
DestStoreProcFP Operator::destStoreFP |
Definition at line 208 of file qdrawhelper_p.h.
Referenced by blend_color_generic_fp(), and getOperator().
CompositionFunction Operator::func |
Definition at line 199 of file qdrawhelper_p.h.
Referenced by blend_tiled_argb(), blend_tiled_generic(), blend_untransformed_argb(), blend_untransformed_generic(), getOperator(), and BlendSrcGeneric::process().
CompositionFunction64 Operator::func64 |
Definition at line 205 of file qdrawhelper_p.h.
Referenced by getOperator().
CompositionFunctionFP Operator::funcFP |
Definition at line 211 of file qdrawhelper_p.h.
Referenced by getOperator().
CompositionFunctionSolid Operator::funcSolid |
Definition at line 198 of file qdrawhelper_p.h.
Referenced by blend_color_argb(), blend_color_generic(), and getOperator().
CompositionFunctionSolid64 Operator::funcSolid64 |
Definition at line 204 of file qdrawhelper_p.h.
Referenced by blend_color_generic_rgb64(), and getOperator().
CompositionFunctionSolidFP Operator::funcSolidFP |
Definition at line 210 of file qdrawhelper_p.h.
Referenced by blend_color_generic_fp(), and getOperator().
LinearGradientValues Operator::linear |
Definition at line 214 of file qdrawhelper_p.h.
Referenced by getOperator(), and qt_fetch_linear_gradient_template().
QPainter::CompositionMode Operator::mode |
Definition at line 194 of file qdrawhelper_p.h.
Referenced by blend_color_argb(), blend_color_generic(), blend_color_generic_fp(), blend_color_generic_rgb64(), blend_untransformed_generic(), getOperator(), and handleSpans().
RadialGradientValues Operator::radial |
Definition at line 215 of file qdrawhelper_p.h.
Referenced by RadialFetchPlain< GradientBase >::fetch(), QRadialFetchSimd< Simd >::fetch(), getOperator(), and qt_fetch_radial_gradient_template().
SourceFetchProc Operator::srcFetch |
Definition at line 197 of file qdrawhelper_p.h.
Referenced by blend_tiled_generic(), blend_untransformed_generic(), BlendSrcGeneric::fetch(), and getOperator().
SourceFetchProc64 Operator::srcFetch64 |
Definition at line 203 of file qdrawhelper_p.h.
Referenced by getOperator().
SourceFetchProcFP Operator::srcFetchFP |
Definition at line 209 of file qdrawhelper_p.h.
Referenced by getOperator().