Home
last modified time | relevance | path

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

/third_party/skia/modules/canvaskit/
Dinterface.js318 CanvasKit.Path.prototype.rMoveTo = function(dx, dy) { method in CanvasKit.Path
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts2423 rMoveTo(x: number, y: number): Path; method
/third_party/skia/src/core/
DSkPath.cpp630 SkPath& SkPath::rMoveTo(SkScalar x, SkScalar y) { in rMoveTo() function in SkPath