Searched refs:MakeFromSVGString (Results 1 – 7 of 7) sorted by relevance
106 CanvasKit.Path.MakeFromSVGString(pathString),
148 this._path = CanvasKit.Path.MakeFromSVGString(path);
67 const path = CanvasKit.Path.MakeFromSVGString(
525 MakeFromSVGString: function() {}, method
172 - `CanvasKit.MakePathFromSVGString` was renamed to `CanvasKit.Path.MakeFromSVGString`
427 const p6 = CK.Path.MakeFromSVGString('M 205,5 L 795,5 z'); // $ExpectType Path | null
3231 MakeFromSVGString(str: string): Path | null; method