Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPathBuilder.h77 SkPathBuilder& rLineTo(SkScalar x, SkScalar y) { return this->rLineTo({x, y}); } in rLineTo() function
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPath.java341 protected void rLineTo(float dx, float dy) { in rLineTo() method in ShadowPath
/external/skia/src/core/
DSkPathBuilder.cpp158 SkPathBuilder& SkPathBuilder::rLineTo(SkPoint p1) { in rLineTo() function in SkPathBuilder
DSkPath.cpp659 SkPath& SkPath::rLineTo(SkScalar x, SkScalar y) { in rLineTo() function in SkPath
/external/skia/modules/canvaskit/
Dinterface.js313 CanvasKit.Path.prototype.rLineTo = function(dx, dy) { method in CanvasKit.Path
/external/fonttools/Lib/fontTools/misc/
DpsCharStrings.py521 def rLineTo(self, point): member in T2OutlineExtractor
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts2408 rLineTo(x: number, y: number): Path; method
/external/skqp/src/core/
DSkPath.cpp824 SkPath& SkPath::rLineTo(SkScalar x, SkScalar y) { in rLineTo() function in SkPath