Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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) {
6 SkPath path;
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)
#define REG_FIDDLE(NAME, W, H, TEXT, I)
Definition examples.h:60
GAsyncResult * result