Home
last modified time | relevance | path

Searched refs:Path2D (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/modules/canvaskit/
H A Dexterns.js1127 var Path2D = {}; class
1128 Path2D.prototype.addPath = function() {};
1129 Path2D.prototype.arc = function() {};
1130 Path2D.prototype.arcTo = function() {};
1131 Path2D.prototype.bezierCurveTo = function() {};
1132 Path2D.prototype.closePath = function() {};
1133 Path2D.prototype.ellipse = function() {};
1134 Path2D.prototype.lineTo = function() {};
1135 Path2D.prototype.moveTo = function() {};
1136 Path2D
[all...]
/third_party/skia/modules/canvaskit/htmlcanvas/
H A Dhtmlcanvas.js35 var p2d = new Path2D(path);
H A Dpath2d.js145 function Path2D(path) { class
/third_party/skia/demos.skia.org/demos/path_performance/
H A Dshared.js77 this.data = svgData.map(([pathString, fillColor]) => [new Path2D(pathString), fillColor]);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 29 milliseconds