Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
GradientBase32 Class Reference
+ Collaboration diagram for GradientBase32:

Public Types

typedef uint Type
 

Static Public Member Functions

static Type null ()
 
static Type fetchSingle (const QGradientData &gradient, qreal v)
 
static Type fetchSingle (const QGradientData &gradient, int v)
 
static void memfill (Type *buffer, Type fill, int length)
 

Detailed Description

Definition at line 3252 of file qdrawhelper.cpp.

Member Typedef Documentation

◆ Type

Definition at line 3255 of file qdrawhelper.cpp.

Member Function Documentation

◆ fetchSingle() [1/2]

static Type GradientBase32::fetchSingle ( const QGradientData gradient,
int  v 
)
inlinestatic

Definition at line 3261 of file qdrawhelper.cpp.

References qt_gradient_pixel_fixed().

+ Here is the call graph for this function:

◆ fetchSingle() [2/2]

static Type GradientBase32::fetchSingle ( const QGradientData gradient,
qreal  v 
)
inlinestatic

Definition at line 3257 of file qdrawhelper.cpp.

References qt_gradient_pixel().

+ Here is the call graph for this function:

◆ memfill()

static void GradientBase32::memfill ( Type buffer,
Type  fill,
int  length 
)
inlinestatic

Definition at line 3265 of file qdrawhelper.cpp.

References fill(), and qt_memfill32().

+ Here is the call graph for this function:

◆ null()

static Type GradientBase32::null ( )
inlinestatic

Definition at line 3256 of file qdrawhelper.cpp.


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