Qt 4.8
|
#include <qdrawhelper_p.h>
Definition at line 206 of file qdrawhelper_p.h.
union { ... } |
DestFetchProc Operator::dest_fetch |
Definition at line 209 of file qdrawhelper_p.h.
Referenced by blend_color_generic(), blend_tiled_generic(), blend_untransformed_generic(), and getOperator().
DestStoreProc Operator::dest_store |
Definition at line 210 of file qdrawhelper_p.h.
Referenced by blend_color_generic(), blend_tiled_generic(), blend_untransformed_generic(), and getOperator().
CompositionFunction Operator::func |
Definition at line 213 of file qdrawhelper_p.h.
Referenced by blend_tiled_argb(), blend_tiled_generic(), blend_untransformed_argb(), blend_untransformed_generic(), and getOperator().
CompositionFunctionSolid Operator::funcSolid |
Definition at line 212 of file qdrawhelper_p.h.
Referenced by blend_color_argb(), blend_color_generic(), and getOperator().
LinearGradientValues Operator::linear |
Definition at line 215 of file qdrawhelper_p.h.
Referenced by getOperator(), and qt_fetch_linear_gradient().
QPainter::CompositionMode Operator::mode |
Definition at line 208 of file qdrawhelper_p.h.
Referenced by blend_color_argb(), blendColor(), and getOperator().
RadialGradientValues Operator::radial |
Definition at line 216 of file qdrawhelper_p.h.
Referenced by QRadialFetchSimd< Simd >::fetch(), RadialFetchPlain::fetch(), getOperator(), and qt_fetch_radial_gradient_template().
SourceFetchProc Operator::src_fetch |
Definition at line 211 of file qdrawhelper_p.h.
Referenced by blend_tiled_generic(), blend_untransformed_generic(), and getOperator().