Go to the source code of this file.
◆ make_blur()
Definition at line 64 of file coloremoji.cpp.
64 {
66}
static sk_sp< SkImageFilter > Blur(SkScalar sigmaX, SkScalar sigmaY, SkTileMode tileMode, sk_sp< SkImageFilter > input, const CropRect &cropRect={})
◆ make_color_filter()
Definition at line 68 of file coloremoji.cpp.
68 {
71}
#define SkColorSetRGB(r, g, b)
static sk_sp< SkColorFilter > Lighting(SkColor mul, SkColor add)
◆ make_grayscale()
Definition at line 53 of file coloremoji.cpp.
53 {
55 memset(
matrix, 0, 20 *
sizeof(
float));
62}
static sk_sp< SkColorFilter > Matrix(const SkColorMatrix &)
static sk_sp< SkImageFilter > ColorFilter(sk_sp< SkColorFilter > cf, sk_sp< SkImageFilter > input, const CropRect &cropRect={})
unsigned useCenter Optional< SkMatrix > matrix
◆ MakeLinear()
Definition at line 45 of file coloremoji.cpp.
45 {
46 constexpr SkPoint kPts[] = { { 0, 0 }, { 32, 32 } };
48 constexpr SkColor kColors[] = {0x80F00080, 0xF0F08000, 0x800080F0 };
51}
static sk_sp< SkShader > MakeLinear(const SkPoint pts[2], const SkColor colors[], const SkScalar pos[], int count, SkTileMode mode, uint32_t flags=0, const SkMatrix *localMatrix=nullptr)
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 constexpr SkPoint kPts[kPtsCount]