Searched defs:rMoveTo (Results 1 – 6 of 6) sorted by relevance
278 protected void rMoveTo(float dx, float dy) { in rMoveTo() method in ShadowLegacyPath
334 protected void rMoveTo(float dx, float dy) { in rMoveTo() method in ShadowPath
318 CanvasKit.Path.prototype.rMoveTo = function(dx, dy) { method in CanvasKit.Path
517 def rMoveTo(self, point): member in T2OutlineExtractor
2422 rMoveTo(x: number, y: number): Path; method
630 SkPath& SkPath::rMoveTo(SkScalar x, SkScalar y) { in rMoveTo() function in SkPath