Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Functions
Path_rArcTo.cpp File Reference
#include "tools/fiddle/examples.h"

Go to the source code of this file.

Functions

 REG_FIDDLE (Path_rArcTo, 256, 108, false, 0)
 

Function Documentation

◆ REG_FIDDLE()

REG_FIDDLE ( Path_rArcTo  ,
256  ,
108  ,
false  ,
 
)

Definition at line 5 of file Path_rArcTo.cpp.

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