Home
last modified time | relevance | path

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

/third_party/skia/include/core/
DSkPathBuilder.h77 SkPathBuilder& rLineTo(SkScalar x, SkScalar y) { return this->rLineTo({x, y}); } in rLineTo() function
/third_party/skia/src/core/
DSkPathBuilder.cpp162 SkPathBuilder& SkPathBuilder::rLineTo(SkPoint p1) { in rLineTo() function in SkPathBuilder
DSkPath.cpp668 SkPath& SkPath::rLineTo(SkScalar x, SkScalar y) { in rLineTo() function in SkPath
/third_party/skia/modules/canvaskit/
Dinterface.js313 CanvasKit.Path.prototype.rLineTo = function(dx, dy) { method in CanvasKit.Path
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts2416 rLineTo(x: number, y: number): Path; method
/third_party/flutter/skia/src/core/
DSkPath.cpp841 SkPath& SkPath::rLineTo(SkScalar x, SkScalar y) { in rLineTo() function in SkPath