Home
last modified time | relevance | path

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

/third_party/skia/modules/canvaskit/
Dpathops.js4 CanvasKit.Path.prototype.op = function(otherPath, op) { argument
/third_party/skia/modules/pathkit/
Dchaining.js112 PathKit.SkPath.prototype.op = function(otherPath, op) { argument
Dexterns.js52 _op: function(otherPath, op) {}, argument
101 PathKit.SkPath.prototype.op = function(otherPath, op) {}; argument
/third_party/skia/src/core/
DSkStrokerPriv.cpp32 const SkPoint& stop, SkPath* otherPath) { in SquareCapper()