Flutter Engine
The Flutter Engine
Path_rArcTo.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_rArcTo, 256, 108, false, 0) {
5void draw(SkCanvas* canvas) {
8 const SkPoint starts[] = {{20, 20}, {120, 20}, {70, 60}};
9 for (auto start : starts) {
10 path.moveTo(start.fX, start.fY);
11 path.rArcTo(20, 20, 0, SkPath::kSmall_ArcSize, SkPathDirection::kCCW, 60, 0);
12 }
13 canvas->drawPath(path, paint);
14}
15} // END FIDDLE
REG_FIDDLE(Path_rArcTo, 256, 108, false, 0)
Definition: Path_rArcTo.cpp:4
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
Definition: aaclip.cpp:27
void drawPath(const SkPath &path, const SkPaint &paint)
Definition: SkCanvas.cpp:1747
Definition: SkPath.h:59
@ kSmall_ArcSize
smaller of arc pair
Definition: SkPath.h:924
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