Home
last modified time | relevance | path

Searched refs:rMoveTo (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/docs/examples/
DPath_rMoveTo.cpp10 path.rMoveTo(25, 2);
/third_party/flutter/skia/docs/examples/
DPath_rMoveTo.cpp10 path.rMoveTo(25, 2);
/third_party/flutter/engine/flutter/lib/ui/painting/
Dpath.cc78 path_.rMoveTo(x, y); in relativeMoveTo()
/third_party/skia/fuzz/
DFuzzCommon.cpp65 path->rMoveTo(a, b); in FuzzNicePath()
/third_party/flutter/skia/fuzz/
DFuzzCommon.cpp65 path->rMoveTo(a, b); in FuzzNicePath()
/third_party/flutter/skia/include/core/
DSkPath.h577 SkPath& rMoveTo(SkScalar dx, SkScalar dy);
/third_party/skia/modules/canvaskit/
Dexterns.js584 rMoveTo: function() {},
Dinterface.js318 CanvasKit.Path.prototype.rMoveTo = function(dx, dy) { method in CanvasKit.Path
DCHANGELOG.md718 - `SkPath.rArcTo`, `SkPath.rConicTo`, `SkPath.rCubicTo`, `SkPath.rLineTo`, `SkPath.rMoveTo`,
Dcanvaskit_bindings.cpp287 p.rMoveTo(dx, dy); in ApplyRMoveTo()
/third_party/skia/modules/canvaskit/tests/
Dpath.spec.js364 path.rMoveTo(20, 5)
/third_party/skia/include/core/
DSkPath.h580 SkPath& rMoveTo(SkScalar dx, SkScalar dy);
/third_party/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts482 path.rMoveTo(40, 80);
Dindex.d.ts2423 rMoveTo(x: number, y: number): Path; method
/third_party/skia/tests/
DPathTest.cpp3875 p.rMoveTo(30, 31); in test_rMoveTo()
3885 p.rMoveTo(30, 31); in test_rMoveTo()
3892 p.rMoveTo(30, 31); in test_rMoveTo()
4062 p.rMoveTo(10, 10); in test_get_point()
/third_party/skia/src/core/
DSkPath.cpp630 SkPath& SkPath::rMoveTo(SkScalar x, SkScalar y) { in rMoveTo() function in SkPath
/third_party/flutter/skia/src/core/
DSkPath.cpp809 SkPath& SkPath::rMoveTo(SkScalar x, SkScalar y) { in rMoveTo() function in SkPath
/third_party/flutter/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2790 SkPath& rMoveTo(SkScalar dx, SkScalar dy);
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2747 SkPath& rMoveTo(SkScalar dx, SkScalar dy);
/third_party/flutter/skia/site/user/api/
DSkPath_Reference.md77 …<a href='SkPath_Reference#SkPath'>SkPath</a>& <a href='#SkPath_rMoveTo'>rMoveTo</a>(<a href='undoc…
2046 …ontour</a> <a href='#SkPath_lineTo'>lineTo</a> <a href='#SkPath_rMoveTo'>rMoveTo</a> <a href='#SkP…
2075 …ontour</a> <a href='#SkPath_lineTo'>lineTo</a> <a href='#SkPath_rMoveTo'>rMoveTo</a> <a href='#SkP…
2082 <a href='SkPath_Reference#SkPath'>SkPath</a>& <a href='#SkPath_rMoveTo'>rMoveTo</a>(<a href='undocu…
/third_party/flutter/skia/tests/
DPathTest.cpp3996 p.rMoveTo(10, 10); in test_get_point()