26 NestedGM(
bool doAA,
bool flipped) : fDoAA(doAA), fFlipped(flipped) {
34 name.append(
"_flipY");
88 for (
int y = 0;
y < kImageHeight;
y += 10) {
89 for (
int x = 0;
x < kImageWidth;
x += 10) {
94 p.setColor(rand.
nextU() | 0xFF000000);
100 for (
int outerShape = 0; outerShape <
kShapeCount; ++outerShape) {
101 for (
int innerShape = 0; innerShape <
kShapeCount; ++innerShape) {
102 for (
size_t innerRect = 0; innerRect <
std::size(innerRects); ++innerRect) {
111 canvas->
scale(1.0f, -1.0f);
131 inline static constexpr int kImageWidth = 269;
132 inline static constexpr int kImageHeight = 134;
137 using INHERITED =
GM;
142DEF_GM(
return new NestedGM(
true,
false); )
143DEF_GM(
return new NestedGM(
false,
false); )
144DEF_GM(
return new NestedGM(
true,
true); )
145DEF_GM(
return new NestedGM(
false,
true); )
150 auto drawEllipses = [&]() {
161 canvas->scale(16.f / 24.f, 16.f / 24.f);
165 paint.setAntiAlias(
true);
170 canvas->translate(10.f, 0.f);
172 canvas->translate(10.f, 0.f);
179 canvas->translate(0.5f, 16.f);
static constexpr SkColor SkColorSetARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b)
constexpr SkColor SK_ColorBLACK
void drawRect(const SkRect &rect, const SkPaint &paint)
void translate(SkScalar dx, SkScalar dy)
void drawPath(const SkPath &path, const SkPaint &paint)
void scale(SkScalar sx, SkScalar sy)
void setColor(SkColor color)
void setAntiAlias(bool aa)
void setRectXY(const SkRect &rect, SkScalar xRad, SkScalar yRad)
GM(SkColor backgroundColor=SK_ColorWHITE)
NestedGM(bool doAA, bool flipped)
static void AddShape(SkPathBuilder *b, const SkRect &rect, Shapes shape, SkPathDirection dir)
SkString getName() const override
SkISize getISize() override
void onDraw(SkCanvas *canvas) override
sk_sp< SkBlender > blender SkRect rect
DEF_SWITCHES_START aot vmservice shared library name
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 Enable an endless trace buffer The default is a ring buffer This is useful when very old events need to viewed For during application launch Memory usage will continue to grow indefinitely however Start app with an specific route defined on the framework flutter assets dir
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
DEF_GM(return F(C(clipbox), 0.0f, 0.0f, {})) DEF_GM(return F(C(clipbox)
DEF_SIMPLE_GM(hugebitmapshader, canvas, 100, 100)
static constexpr SkISize Make(int32_t w, int32_t h)
static constexpr SkRect MakeXYWH(float x, float y, float w, float h)
static constexpr SkRect MakeWH(float w, float h)
static constexpr SkRect MakeLTRB(float l, float t, float r, float b)