Flutter Engine
The Flutter Engine
Path_addRect_2.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_addRect_2, 256, 128, false, 0) {
5void draw(SkCanvas* canvas) {
6 const SkPoint arrow[] = { {5, -5}, {15, -5}, {20, 0}, {15, 5}, {5, 5}, {10, 0} };
7 const SkRect rect = {10, 10, 54, 54};
8 SkPaint rectPaint;
9 rectPaint.setAntiAlias(true);
11 SkPaint arrowPaint(rectPaint);
12 SkPath arrowPath;
13 arrowPath.addPoly(arrow, std::size(arrow), true);
14 arrowPaint.setPathEffect(SkPath1DPathEffect::Make(arrowPath, 176, 0,
16 for (auto direction : { SkPathDirection::kCW, SkPathDirection::kCCW } ) {
17 for (unsigned start : { 0, 1, 2, 3 } ) {
19 path.addRect(rect, direction, start);
20 canvas->drawPath(path, rectPaint);
21 canvas->drawPath(path, arrowPaint);
22 canvas->translate(64, 0);
23 }
24 canvas->translate(-256, 64);
25 }
26}
27} // END FIDDLE
REG_FIDDLE(Path_addRect_2, 256, 128, false, 0)
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
Definition: aaclip.cpp:27
void translate(SkScalar dx, SkScalar dy)
Definition: SkCanvas.cpp:1278
void drawPath(const SkPath &path, const SkPaint &paint)
Definition: SkCanvas.cpp:1747
void setStyle(Style style)
Definition: SkPaint.cpp:105
void setAntiAlias(bool aa)
Definition: SkPaint.h:170
@ kStroke_Style
set to stroke geometry
Definition: SkPaint.h:194
void setPathEffect(sk_sp< SkPathEffect > pathEffect)
static sk_sp< SkPathEffect > Make(const SkPath &path, SkScalar advance, SkScalar phase, Style)
Definition: SkPath.h:59
SkPath & addPoly(const SkPoint pts[], int count, bool close)
Definition: SkPath.cpp:890
sk_sp< SkBlender > blender SkRect rect
Definition: SkRecords.h:350
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