Lines Matching refs:NewPath
131 let path = PathKit.NewPath();
170 let path = drawStar(PathKit.NewPath());
231 - From `PathKit.NewPath()` (It will be blank)
232 - As a copy of an existing `SkPath` with `path.copy()` or `PathKit.NewPath(path)`
283 // let path = PathKit.NewPath().moveTo(0, 10).lineTo(30, 40).quadTo(20, 50, 45, 60);
286 #### `NewPath()` ####
292 let path = PathKit.NewPath();
299 #### `NewPath(pathToCopy)` ####
307 let clone = PathKit.NewPath(otherPath);
323 let pathOne = PathKit.NewPath().moveTo(0, 20).lineTo(10, 10).lineTo(20, 20).close();
324 let pathTwo = PathKit.NewPath().moveTo(10, 20).lineTo(20, 10).lineTo(30, 20).close();
385 let box = PathKit.NewPath().rect(0, 0, 100, 100);
386 let moreBoxes = PathKit.NewPath();
411 let box = PathKit.NewPath().rect(0, 0, 100, 100);
412 let moreBoxes = PathKit.NewPath();
440 let path = PathKit.NewPath();
494 let box = PathKit.NewPath().rect(0, 0, 100, 100);
569 let pathOne = PathKit.NewPath().moveTo(0, 20).lineTo(10, 10).lineTo(20, 20).close();
570 let pathTwo = PathKit.NewPath().moveTo(10, 20).lineTo(20, 10).lineTo(30, 20).close();
612 let box = PathKit.NewPath().rect(0, 0, 100, 100);
631 let box = PathKit.NewPath().rect(0, 0, 100, 100);
650 let box = PathKit.NewPath().rect(0, 0, 100, 100);
661 let box = PathKit.NewPath().rect(0, 0, 100, 100);
684 let path = PathKit.NewPath().rect(0, 0, 100, 100);
705 let box = PathKit.NewPath().rect(0, 0, 100, 100);