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
QGradientCache::CacheInfo Struct Reference
Collaboration diagram for QGradientCache::CacheInfo:

Public Member Functions

 CacheInfo (QGradientStops s, int op, QGradient::InterpolationMode mode)
 CacheInfo (QGradientStops s, int op, QGradient::InterpolationMode mode)

Public Attributes

QRgba64 buffer64 [GRADIENT_STOPTABLE_SIZE]
QRgb buffer32 [GRADIENT_STOPTABLE_SIZE]
QGradientStops stops
int opacity
QGradient::InterpolationMode interpolationMode

Detailed Description

Definition at line 4195 of file qpaintengine_raster.cpp.

Constructor & Destructor Documentation

◆ CacheInfo() [1/2]

QGradientCache::CacheInfo::CacheInfo ( QGradientStops s,
int op,
QGradient::InterpolationMode mode )
inline

Definition at line 4197 of file qpaintengine_raster.cpp.

References CacheInfo(), and opacity.

Referenced by CacheInfo().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CacheInfo() [2/2]

QGradientCache::CacheInfo::CacheInfo ( QGradientStops s,
int op,
QGradient::InterpolationMode mode )
inline

Definition at line 4197 of file qpaintengine_raster.cpp.

Member Data Documentation

◆ buffer32

QRgb QGradientCache::CacheInfo::buffer32

Definition at line 4200 of file qpaintengine_raster.cpp.

◆ buffer64

QRgba64 QGradientCache::CacheInfo::buffer64

Definition at line 4199 of file qpaintengine_raster.cpp.

◆ interpolationMode

QGradient::InterpolationMode QGradientCache::CacheInfo::interpolationMode

Definition at line 4203 of file qpaintengine_raster.cpp.

◆ opacity

int QGradientCache::CacheInfo::opacity

Definition at line 4202 of file qpaintengine_raster.cpp.

Referenced by CacheInfo().

◆ stops

QGradientStops QGradientCache::CacheInfo::stops

Definition at line 4201 of file qpaintengine_raster.cpp.


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