Searched refs:toCmds (Results 1 – 17 of 17) sorted by relevance
70 const cmds = path.toCmds();93 const cmds = path.toCmds();141 let cmds = path.toCmds();155 cmds = path.toCmds();171 let cmds = path.toCmds();182 cmds = path.toCmds();215 let cmds = path.toCmds();228 cmds = path.toCmds();532 const evenOddCmds = evenOddPath.toCmds();549 const windingCmds = windingPath.toCmds();
50 let eCmds = expected.toCmds(), aCmds = actual.toCmds();
8 let cmds = path.toCmds();
162 ExpectCmdsToBeEqual(path.toCmds(), expectedCmds);
172 let cmds = path.toCmds();
154 ctx.path.toCmds();
89 `SkPath.toCmds`.
553 toCmds: function() {}, method
91 - `Path.toCmds()` returns a flattened Float32Array instead of a 2D Array.855 `SkPath.toCmds`.
243 - A 2D array of verbs and arguments `path.toCmds()`688 #### `toCmds()`
238 - A 2D array of verbs and arguments `path.toCmds()`637 #### `toCmds()` ####
496 const cmds = path.toCmds(); // $ExpectType Float32Array
2472 toCmds(): Float32Array; method