Lines Matching refs:NewPath
130 let path = PathKit.NewPath();
169 let path = drawStar(PathKit.NewPath());
230 - From `PathKit.NewPath()` (It will be blank)
231 - As a copy of an existing `SkPath` with `path.copy()` or `PathKit.NewPath(path)`
282 // let path = PathKit.NewPath().moveTo(0, 10).lineTo(30, 40).quadTo(20, 50, 45, 60);
285 #### `NewPath()` ####
291 let path = PathKit.NewPath();
298 #### `NewPath(pathToCopy)` ####
306 let clone = PathKit.NewPath(otherPath);
322 let pathOne = PathKit.NewPath().moveTo(0, 20).lineTo(10, 10).lineTo(20, 20).close();
323 let pathTwo = PathKit.NewPath().moveTo(10, 20).lineTo(20, 10).lineTo(30, 20).close();
384 let box = PathKit.NewPath().rect(0, 0, 100, 100);
385 let moreBoxes = PathKit.NewPath();
410 let box = PathKit.NewPath().rect(0, 0, 100, 100);
411 let moreBoxes = PathKit.NewPath();
439 let path = PathKit.NewPath();
493 let box = PathKit.NewPath().rect(0, 0, 100, 100);
568 let pathOne = PathKit.NewPath().moveTo(0, 20).lineTo(10, 10).lineTo(20, 20).close();
569 let pathTwo = PathKit.NewPath().moveTo(10, 20).lineTo(20, 10).lineTo(30, 20).close();
611 let box = PathKit.NewPath().rect(0, 0, 100, 100);
630 let box = PathKit.NewPath().rect(0, 0, 100, 100);
649 let box = PathKit.NewPath().rect(0, 0, 100, 100);
660 let box = PathKit.NewPath().rect(0, 0, 100, 100);
683 let path = PathKit.NewPath().rect(0, 0, 100, 100);
704 let box = PathKit.NewPath().rect(0, 0, 100, 100);