![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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 |
Definition at line 4195 of file qpaintengine_raster.cpp.
|
inline |
Definition at line 4197 of file qpaintengine_raster.cpp.
References CacheInfo(), and opacity.
Referenced by CacheInfo().
|
inline |
Definition at line 4197 of file qpaintengine_raster.cpp.
| QRgb QGradientCache::CacheInfo::buffer32 |
Definition at line 4200 of file qpaintengine_raster.cpp.
| QRgba64 QGradientCache::CacheInfo::buffer64 |
Definition at line 4199 of file qpaintengine_raster.cpp.
| QGradient::InterpolationMode QGradientCache::CacheInfo::interpolationMode |
Definition at line 4203 of file qpaintengine_raster.cpp.
| int QGradientCache::CacheInfo::opacity |
Definition at line 4202 of file qpaintengine_raster.cpp.
Referenced by CacheInfo().
| QGradientStops QGradientCache::CacheInfo::stops |
Definition at line 4201 of file qpaintengine_raster.cpp.