#include <GrGradientBitmapCache.h>
|
| GrGradientBitmapCache (int maxEntries, int resolution) |
|
| ~GrGradientBitmapCache () |
|
void | getGradient (const SkPMColor4f *colors, const SkScalar *positions, int count, bool colorsAreOpaque, const SkGradientShader::Interpolation &interpolation, const SkColorSpace *intermediateColorSpace, const SkColorSpace *dstColorSpace, SkColorType colorType, SkAlphaType alphaType, SkBitmap *bitmap) |
|
Definition at line 20 of file GrGradientBitmapCache.h.
◆ GrGradientBitmapCache()
GrGradientBitmapCache::GrGradientBitmapCache |
( |
int |
maxEntries, |
|
|
int |
resolution |
|
) |
| |
Definition at line 47 of file GrGradientBitmapCache.cpp.
49 , fResolution(res) {
50 fEntryCount = 0;
51 fHead = fTail = nullptr;
52
53 this->validate();
54}
static float max(float r, float g, float b)
◆ ~GrGradientBitmapCache()
GrGradientBitmapCache::~GrGradientBitmapCache |
( |
| ) |
|
Definition at line 56 of file GrGradientBitmapCache.cpp.
56 {
57 this->validate();
58
60 while (entry) {
62 delete entry;
64 }
65}
static float next(float f)
◆ getGradient()
Definition at line 152 of file GrGradientBitmapCache.cpp.
161 {
162
163
164
165
166 static_assert(
sizeof(
SkPMColor4f) %
sizeof(int32_t) == 0,
"");
169 const int keyCount = 1 +
170 colorsAsIntCount +
172 1 +
173 1 +
174 3 +
175 (dstColorSpace ? 2 : 0);
176
178 int32_t*
buffer = storage.get();
179
182 buffer += colorsAsIntCount;
183 for (
int i = 1;
i <
count - 1;
i++) {
185 }
186 *
buffer++ =
static_cast<int32_t
>(alphaType);
191 if (dstColorSpace) {
194 }
196
197
198
199
201 size_t size = keyCount *
sizeof(int32_t);
202 if (!this->find(storage.get(),
size,
bitmap)) {
205 this->fillGradient(
colors,
206 positions,
208 colorsAreOpaque,
209 interpolation,
210 intermediateColorSpace,
211 dstColorSpace,
215 }
216}
static void info(const char *fmt,...) SK_PRINTF_LIKE(1
SkRGBA4f< kPremul_SkAlphaType > SkPMColor4f
static uint32_t SkFloat2Bits(float value)
static SkColorType colorType(AImageDecoder *decoder, const AImageDecoderHeaderInfo *headerInfo)
uint32_t toXYZD50Hash() const
uint32_t transferFnHash() const
PODArray< SkColor > colors
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir Path to the cache directory This is different from the persistent_cache_path in embedder which is used for Skia shader cache icu native lib Path to the library file that exports the ICU data vm service The hostname IP address on which the Dart VM Service should be served If not defaults to or::depending on whether ipv6 is specified vm service A custom Dart VM Service port The default is to pick a randomly available open port disable vm Disable the Dart VM Service The Dart VM Service is never available in release mode disable vm service Disable mDNS Dart VM Service publication Bind to the IPv6 localhost address for the Dart VM Service Ignored if vm service host is set endless trace buffer
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at)
The documentation for this class was generated from the following files: