Flutter Engine
The Flutter Engine
Path_conservativelyContainsRect.cpp
Go to the documentation of this file.
1// Copyright 2019 Google LLC.
2// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
4REG_FIDDLE(Path_conservativelyContainsRect, 256, 140, false, 0) {
5void draw(SkCanvas* canvas) {
7 path.addRoundRect({10, 20, 54, 120}, 10, 20);
8 SkRect tests[] = {
9 { 10, 40, 54, 80 },
10 { 25, 20, 39, 120 },
11 { 15, 25, 49, 115 },
12 { 13, 27, 51, 113 },
13 };
14 for (unsigned i = 0; i < std::size(tests); ++i) {
16 paint.setColor(SK_ColorRED);
17 canvas->drawPath(path, paint);
18 bool rectInPath = path.conservativelyContainsRect(tests[i]);
19 paint.setColor(rectInPath ? SK_ColorBLUE : SK_ColorBLACK);
20 canvas->drawRect(tests[i], paint);
21 canvas->translate(64, 0);
22 }
23}
24} // END FIDDLE
static BlurTest tests[]
Definition: BlurTest.cpp:84
REG_FIDDLE(Path_conservativelyContainsRect, 256, 140, false, 0)
constexpr SkColor SK_ColorBLUE
Definition: SkColor.h:135
constexpr SkColor SK_ColorRED
Definition: SkColor.h:126
constexpr SkColor SK_ColorBLACK
Definition: SkColor.h:103
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
Definition: aaclip.cpp:27
void drawRect(const SkRect &rect, const SkPaint &paint)
Definition: SkCanvas.cpp:1673
void translate(SkScalar dx, SkScalar dy)
Definition: SkCanvas.cpp:1278
void drawPath(const SkPath &path, const SkPaint &paint)
Definition: SkCanvas.cpp:1747
Definition: SkPath.h:59
const Paint & paint
Definition: color_source.cc:38
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
Definition: switches.h:57
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
Definition: switches.h:259