Flutter Engine
The Flutter Engine
pathmeasure.cpp
Go to the documentation of this file.
1// Copyright 2020 Google LLC.
2// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
4REG_FIDDLE(pathmeasure, 256, 256, true, 0) {
5void draw(SkCanvas* canvas) {
7 path.moveTo(0, 0);
8 path.lineTo(1, 0);
9 path.moveTo(0, 1);
10 path.lineTo(1, 1);
11 SkPathMeasure measure(path, false);
13 measure.getSegment(.5, 1.5, &result, true);
14 result.dump();
15}
16} // END FIDDLE
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
Definition: aaclip.cpp:27
bool getSegment(SkScalar startD, SkScalar stopD, SkPath *dst, bool startWithMoveTo)
Definition: SkPath.h:59
REG_FIDDLE(pathmeasure, 256, 256, true, 0)
Definition: pathmeasure.cpp:4
GAsyncResult * result
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