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

Go to the source code of this file.

Functions

 REG_FIDDLE (Path_rCubicTo, 256, 256, false, 0)
 

Function Documentation

◆ REG_FIDDLE()

REG_FIDDLE ( Path_rCubicTo  ,
256  ,
256  ,
false  ,
 
)

Definition at line 5 of file Path_rCubicTo.cpp.

5 {
6void draw(SkCanvas* canvas) {
8 paint.setAntiAlias(true);
11 path.moveTo(24, 108);
12 for (int i = 0; i < 16; i++) {
13 SkScalar sx = SkScalarSin(i * SK_ScalarPI / 8),
14 sy = SkScalarCos(i * SK_ScalarPI / 8);
15 path.rCubicTo(40 * sx, 4 * sy, 4 * sx, 40 * sy, 40 * sx, 40 * sy);
16 }
17 canvas->drawPath(path, paint);
18}
19} // END FIDDLE
#define SkScalarSin(radians)
Definition SkScalar.h:45
#define SkScalarCos(radians)
Definition SkScalar.h:46
#define SK_ScalarPI
Definition SkScalar.h:21
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
Definition aaclip.cpp:27
void drawPath(const SkPath &path, const SkPaint &paint)
@ kStroke_Style
set to stroke geometry
Definition SkPaint.h:194
const Paint & paint
float SkScalar
Definition extension.cpp:12
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