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

Go to the source code of this file.

Functions

 REG_FIDDLE (Path_moveTo, 140, 100, false, 0)
 

Function Documentation

◆ REG_FIDDLE()

REG_FIDDLE ( Path_moveTo  ,
140  ,
100  ,
false  ,
 
)

Definition at line 5 of file Path_moveTo.cpp.

5 {
6void draw(SkCanvas* canvas) {
7 SkRect rect = { 20, 20, 120, 80 };
9 path.addRect(rect);
10 path.moveTo(rect.fLeft, rect.fTop);
11 path.lineTo(rect.fRight, rect.fBottom);
12 path.moveTo(rect.fLeft, rect.fBottom);
13 path.lineTo(rect.fRight, rect.fTop);
16 canvas->drawPath(path, paint);
17}
18} // 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)
@ kStroke_Style
set to stroke geometry
Definition SkPaint.h:194
const Paint & paint
sk_sp< SkBlender > blender SkRect rect
Definition SkRecords.h:350
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