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

Go to the source code of this file.

Functions

 REG_FIDDLE (skpaint_path_1d_path_effect, 256, 256, false, 0)
 

Function Documentation

◆ REG_FIDDLE()

REG_FIDDLE ( skpaint_path_1d_path_effect  ,
256  ,
256  ,
false  ,
 
)

Definition at line 4 of file skpaint_path_1d_path_effect.cpp.

4 {
5void draw(SkCanvas* canvas) {
8 path.addOval(SkRect::MakeWH(16.0f, 6.0f));
9 paint.setPathEffect(
11 paint.setAntiAlias(true);
12 canvas->clear(SK_ColorWHITE);
13 canvas->drawCircle(128.0f, 128.0f, 122.0f, paint);
14}
15} // 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 clear(SkColor color)
Definition SkCanvas.h:1199
void drawCircle(SkScalar cx, SkScalar cy, SkScalar radius, const SkPaint &paint)
static sk_sp< SkPathEffect > Make(const SkPath &path, SkScalar advance, SkScalar phase, Style)
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
static constexpr SkRect MakeWH(float w, float h)
Definition SkRect.h:609