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

Go to the source code of this file.

Functions

 REG_FIDDLE (Path_interpolate, 256, 60, false, 0)
 

Function Documentation

◆ REG_FIDDLE()

REG_FIDDLE ( Path_interpolate  ,
256  ,
60  ,
false  ,
 
)

Definition at line 5 of file Path_interpolate.cpp.

5 {
6void draw(SkCanvas* canvas) {
8 paint.setAntiAlias(true);
11 path.moveTo(20, 20);
12 path.lineTo(40, 40);
13 path.lineTo(20, 40);
14 path.lineTo(40, 20);
15 path.close();
16 path2.addRect({20, 20, 40, 40});
17 for (SkScalar i = 0; i <= 1; i += 1.f / 6) {
19 path.interpolate(path2, i, &interp);
20 canvas->drawPath(interp, paint);
21 canvas->translate(30, 0);
22 }
23}
24} // END FIDDLE
static SkPath path2()
static float2 interp(const float2 &v0, const float2 &v1, const float2 &t)
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
Definition aaclip.cpp:27
void translate(SkScalar dx, SkScalar dy)
void drawPath(const SkPath &path, const SkPaint &paint)
@ kStroke_Style
set to stroke geometry
Definition SkPaint.h:194
SkPath & addRect(const SkRect &rect, SkPathDirection dir, unsigned start)
Definition SkPath.cpp:854
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