Flutter Engine
The Flutter Engine
Functions
Quad_a.cpp File Reference
#include "tools/fiddle/examples.h"

Go to the source code of this file.

Functions

 REG_FIDDLE (Quad_a, 256, 110, false, 0)
 

Function Documentation

◆ REG_FIDDLE()

REG_FIDDLE ( Quad_a  ,
256  ,
110  ,
false  ,
 
)

Definition at line 4 of file Quad_a.cpp.

4 {
5void draw(SkCanvas* canvas) {
7 paint.setAntiAlias(true);
9 SkPoint quadPts[] = {{20, 90}, {120, 10}, {220, 90}};
10 canvas->drawLine(quadPts[0], quadPts[1], paint);
11 canvas->drawLine(quadPts[1], quadPts[2], paint);
13 path.moveTo(quadPts[0]);
14 path.quadTo(quadPts[1], quadPts[2]);
15 paint.setStrokeWidth(3);
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 drawLine(SkScalar x0, SkScalar y0, SkScalar x1, SkScalar y1, const SkPaint &paint)
Definition: SkCanvas.cpp:2700
void drawPath(const SkPath &path, const SkPaint &paint)
Definition: SkCanvas.cpp:1747
@ kStroke_Style
set to stroke geometry
Definition: SkPaint.h:194
Definition: SkPath.h:59
const Paint & paint
Definition: color_source.cc:38
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