Searched defs:rLineTo (Results 1 – 8 of 8) sorted by relevance
77 SkPathBuilder& rLineTo(SkScalar x, SkScalar y) { return this->rLineTo({x, y}); } in rLineTo() function
341 protected void rLineTo(float dx, float dy) { in rLineTo() method in ShadowPath
158 SkPathBuilder& SkPathBuilder::rLineTo(SkPoint p1) { in rLineTo() function in SkPathBuilder
659 SkPath& SkPath::rLineTo(SkScalar x, SkScalar y) { in rLineTo() function in SkPath
313 CanvasKit.Path.prototype.rLineTo = function(dx, dy) { method in CanvasKit.Path
521 def rLineTo(self, point): member in T2OutlineExtractor
2408 rLineTo(x: number, y: number): Path; method
824 SkPath& SkPath::rLineTo(SkScalar x, SkScalar y) { in rLineTo() function in SkPath