Home
last modified time | relevance | path

Searched refs:rCubicTo (Results 1 – 25 of 25) sorted by relevance

/external/skia/include/core/
DSkPathBuilder.h86 SkPathBuilder& rCubicTo(SkPoint pt1, SkPoint pt2, SkPoint pt3);
87 …SkPathBuilder& rCubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar x3, SkScalar … in rCubicTo() function
88 return this->rCubicTo({x1, y1}, {x2, y2}, {x3, y3}); in rCubicTo()
DSkPath.h818 SkPath& rCubicTo(SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2,
/external/skia/docs/examples/
DPath_rCubicTo.cpp15 path.rCubicTo(40 * sx, 4 * sy, 4 * sx, 40 * sy, 40 * sx, 40 * sy); in draw()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPathParser.java288 path.rCubicTo(val[k + 0], val[k + 1], val[k + 2], val[k + 3], val[k + 4], val[k + 5]); in addCommand()
313 path.rCubicTo( in addCommand()
DShadowPath.java369 protected void rCubicTo(float x1, float y1, float x2, float y2, float x3, float y3) { in rCubicTo() method in ShadowPath
/external/setupdesign/main/src/com/google/android/setupdesign/
DGlifPatternDrawable.java195 p.rCubicTo(92.6f, -170.6f, 213f, -440.3f, 269.4f, -768f); in renderOnCanvas()
/external/skqp/fuzz/
DFuzzCommon.cpp97 path->rCubicTo(a, b, c, d, e, f); in FuzzNicePath()
/external/skia/fuzz/
DFuzzCommon.cpp97 path->rCubicTo(a, b, c, d, e, f); in FuzzNicePath()
/external/skia/modules/canvaskit/tests/
Dpath.spec.js371 .rCubicTo(70, -70, 140, 70, 170, -70); // 90, 10, 160, 150, 190, 10
/external/skia/modules/canvaskit/
Dexterns.js569 rCubicTo: function() {},
Dinterface.js308 CanvasKit.Path.prototype.rCubicTo = function(cp1x, cp1y, cp2x, cp2y, x, y) { method in CanvasKit.Path
DCHANGELOG.md611 - `SkPath.rArcTo`, `SkPath.rConicTo`, `SkPath.rCubicTo`, `SkPath.rLineTo`, `SkPath.rMoveTo`,
Dcanvaskit_bindings.cpp271 p.rCubicTo(dx1, dy1, dx2, dy2, dx3, dy3); in ApplyRCubicTo()
/external/skqp/include/core/
DSkPath.h805 SkPath& rCubicTo(SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2,
/external/skqp/samplecode/
DSamplePathFuzz.cpp514 path.rCubicTo(pt[0].fX, pt[0].fY, pt[1].fX, pt[1].fY, pt[2].fX, pt[2].fY); in makePath()
/external/skia/src/core/
DSkPathBuilder.cpp175 SkPathBuilder& SkPathBuilder::rCubicTo(SkPoint p1, SkPoint p2, SkPoint p3) { in rCubicTo() function in SkPathBuilder
DSkPath.cpp734 SkPath& SkPath::rCubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, in rCubicTo() function in SkPath
/external/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts473 path.rCubicTo(20, 30, 40, 50, 2, 1);
Dindex.d.ts2385 rCubicTo(cpx1: number, cpy1: number, cpx2: number, cpy2: number, x: number, y: number): Path; method
/external/skqp/docs/
DSkPath_Reference.bmh2289 #SeeAlso Contour moveTo rCubicTo quadTo
2313 #SeeAlso Contour moveTo rCubicTo quadTo
2319 #Method SkPath& rCubicTo(SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2,
2336 path.rCubicTo(40 * sx, 4 * sy, 4 * sx, 40 * sy, 40 * sx, 40 * sy);
/external/skqp/src/core/
DSkPath.cpp901 SkPath& SkPath::rCubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, in rCubicTo() function in SkPath
/external/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2745 SkPath& rCubicTo(SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2, SkScalar dx3, SkScalar dy3…
/external/skqp/site/user/api/
DSkPath_Reference.md92 …<a href='SkPath_Reference#SkPath'>SkPath</a>& <a href='#SkPath_rCubicTo'>rCubicTo</a>(<a href='und…
2668 …tour</a> <a href='#SkPath_moveTo'>moveTo</a> <a href='#SkPath_rCubicTo'>rCubicTo</a> <a href='#SkP…
2709 …tour</a> <a href='#SkPath_moveTo'>moveTo</a> <a href='#SkPath_rCubicTo'>rCubicTo</a> <a href='#SkP…
2716 <a href='SkPath_Reference#SkPath'>SkPath</a>& <a href='#SkPath_rCubicTo'>rCubicTo</a>(<a href='undo…
/external/skqp/tests/
DPathTest.cpp355 path.rCubicTo(50, 50, 85, 85, 95, 95); in test_path_close_issue1474()
/external/skia/tests/
DPathTest.cpp355 path.rCubicTo(50, 50, 85, 85, 95, 95); in test_path_close_issue1474()