Home
last modified time | relevance | path

Searched defs:PathKit (Results 1 – 5 of 5) sorted by relevance

/external/skia/site/docs/user/modules/
Dpathkit.md262 ### 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)`
/external/skia/modules/pathkit/tests/
Dpathkitinit.js3 let PathKit = null; variable
/external/skia/modules/pathkit/
Dhelper.js3 (function(PathKit){ argument
Dchaining.js2 (function(PathKit){ argument
Dexterns.js23 var PathKit = { variable