Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QRadialFetchSimd< Simd > Class Template Reference

#include <qdrawhelper_p.h>

Collaboration diagram for QRadialFetchSimd< Simd >:

Static Public Member Functions

static uint null ()
static uint fetchSingle (const QGradientData &gradient, qreal v)
static void memfill (uint *buffer, uint fill, int length)
static void fetch (uint *buffer, uint *end, const Operator *op, const QSpanData *data, qreal det, qreal delta_det, qreal delta_delta_det, qreal b, qreal delta_b)

Detailed Description

template<class Simd>
class QRadialFetchSimd< Simd >

Definition at line 484 of file qdrawhelper_p.h.

Member Function Documentation

◆ fetch()

template<class Simd>
void QRadialFetchSimd< Simd >::fetch ( uint * buffer,
uint * end,
const Operator * op,
const QSpanData * data,
qreal det,
qreal delta_det,
qreal delta_delta_det,
qreal b,
qreal delta_b )
inlinestatic

Definition at line 496 of file qdrawhelper_p.h.

◆ fetchSingle()

template<class Simd>
uint QRadialFetchSimd< Simd >::fetchSingle ( const QGradientData & gradient,
qreal v )
inlinestatic

Definition at line 488 of file qdrawhelper_p.h.

◆ memfill()

template<class Simd>
void QRadialFetchSimd< Simd >::memfill ( uint * buffer,
uint fill,
int length )
inlinestatic

Definition at line 492 of file qdrawhelper_p.h.

◆ null()

template<class Simd>
uint QRadialFetchSimd< Simd >::null ( )
inlinestatic

Definition at line 487 of file qdrawhelper_p.h.


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