Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/canvaskit/htmlcanvas/
H A Dpath2d.js3 function arc(skpath, x, y, radius, startAngle, endAngle, ccw) { argument
9 function arcTo(skpath, x1, y1, x2, y2, radius) { argument
22 function bezierCurveTo(skpath, cp1x, cp1y, cp2x, cp2y, x, y) { argument
32 function closePath(skpath) { argument
43 function _ellipseHelper(skpath, x, y, radiusX, radiusY, startAngle, endAngle) { argument
60 function ellipse(skpath, x, y, radiusX, radiusY, rotation, argument
108 function lineTo(skpath, x, y) { argument
119 function moveTo(skpath, x, y) { argument
126 function quadraticCurveTo(skpath, cpx, cpy, x, y) { argument
136 function rect(skpath, x, y, width, height) { argument