Searched defs:otherPath (Results 1 – 4 of 4) sorted by relevance
4 CanvasKit.Path.prototype.op = function(otherPath, op) { argument
112 PathKit.SkPath.prototype.op = function(otherPath, op) { argument
52 _op: function(otherPath, op) {}, argument101 PathKit.SkPath.prototype.op = function(otherPath, op) {}; argument
32 const SkPoint& stop, SkPath* otherPath) { in SquareCapper()