Searched defs:PathKit (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/skia/site/docs/user/modules/ |
H A D | pathkit.md | 262 ### PathKit subsection 264 #### `FromSVGString(str)` 278 #### `FromCmds(cmds)` 300 #### `NewPath()` 313 #### `NewPath(pathToCopy)` 328 #### `MakeFromOp(pathOne, pathTwo, op)` 345 #### `cubicYFromX(cpx1, cpy1, cpx2, cpy2, X)` 360 #### `cubicPtFromT(cpx1, cpy1, cpx2, cpy2, T)`
|
/aosp_15_r20/external/skia/modules/pathkit/tests/ |
H A D | pathkitinit.js | 3 let PathKit = null; variable
|
/aosp_15_r20/external/skia/modules/pathkit/ |
H A D | helper.js | 3 (function(PathKit){ argument
|
H A D | chaining.js | 2 (function(PathKit){ argument
|
H A D | externs.js | 23 var PathKit = { variable
|