Lines Matching refs:NewPath
136 let path = PathKit.NewPath();
175 let path = drawStar(PathKit.NewPath());
233 - From `PathKit.NewPath()` (It will be blank)
235 `PathKit.NewPath(path)`
297 // let path = PathKit.NewPath().moveTo(0, 10).lineTo(30, 40).quadTo(20, 50, 45, 60);
300 #### `NewPath()`
306 let path = PathKit.NewPath();
313 #### `NewPath(pathToCopy)`
322 let clone = PathKit.NewPath(otherPath);
338 let pathOne = PathKit.NewPath().moveTo(0, 20).lineTo(10, 10).lineTo(20, 20).close();
339 let pathTwo = PathKit.NewPath().moveTo(10, 20).lineTo(20, 10).lineTo(30, 20).close();
408 let box = PathKit.NewPath().rect(0, 0, 100, 100);
409 let moreBoxes = PathKit.NewPath();
435 let box = PathKit.NewPath().rect(0, 0, 100, 100);
436 let moreBoxes = PathKit.NewPath();
464 let path = PathKit.NewPath();
529 let box = PathKit.NewPath().rect(0, 0, 100, 100);
611 let pathOne = PathKit.NewPath().moveTo(0, 20).lineTo(10, 10).lineTo(20, 20).close();
612 let pathTwo = PathKit.NewPath().moveTo(10, 20).lineTo(20, 10).lineTo(30, 20).close();
661 let box = PathKit.NewPath().rect(0, 0, 100, 100);
681 let box = PathKit.NewPath().rect(0, 0, 100, 100);
699 let box = PathKit.NewPath().rect(0, 0, 100, 100);
711 let box = PathKit.NewPath().rect(0, 0, 100, 100);
739 let path = PathKit.NewPath().rect(0, 0, 100, 100);
761 let box = PathKit.NewPath().rect(0, 0, 100, 100);