Home
last modified time | relevance | path

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

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