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
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 3289 of file qdrawhelper.cpp.

Member Typedef Documentation

◆ Type

Definition at line 3292 of file qdrawhelper.cpp.

Member Function Documentation

◆ fetchSingle() [1/2]

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

Definition at line 3299 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 3294 of file qdrawhelper.cpp.

References Q_ASSERT, and 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 3303 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 3293 of file qdrawhelper.cpp.


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