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

Go to the source code of this file.

Functions

 REG_FIDDLE (bezier_curves, 256, 256, false, 5)
 

Function Documentation

◆ REG_FIDDLE()

REG_FIDDLE ( bezier_curves  ,
256  ,
256  ,
false  ,
 
)

Definition at line 4 of file bezier_curves.cpp.

4 {
5void draw(SkCanvas* canvas) {
7
10 paint.setStrokeWidth(8);
11 paint.setColor(0xff4285F4);
12 paint.setAntiAlias(true);
13 paint.setStrokeCap(SkPaint::kRound_Cap);
14
16 path.moveTo(10, 10);
17 path.quadTo(256, 64, 128, 128);
18 path.quadTo(10, 192, 250, 250);
19 canvas->drawPath(path, paint);
20}
21} // END FIDDLE
constexpr SkColor SK_ColorWHITE
Definition SkColor.h:122
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
Definition aaclip.cpp:27
void drawColor(SkColor color, SkBlendMode mode=SkBlendMode::kSrcOver)
Definition SkCanvas.h:1182
void drawPath(const SkPath &path, const SkPaint &paint)
@ kRound_Cap
adds circle
Definition SkPaint.h:335
@ kStroke_Style
set to stroke geometry
Definition SkPaint.h:194
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