Searched refs:rCubicTo (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/animator/ |
D | SkPathParts.cpp | 188 fPath->fPath.rCubicTo(x1, y1, x2, y2, x3, y3); in add()
|
D | SkAnimateSchema.xsd | 2035 <!-- @element rCubicTo Extends the path with a cubic curve expressed with relative offsets. --> 2036 <xs:element ref="Sk:rCubicTo"/> 2188 <!-- /** rCubicTo 2192 <xs:element name="rCubicTo">
|
/external/skia/include/core/ |
D | SkPath.h | 461 void rCubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
|
/external/skia/samplecode/ |
D | SamplePathFuzz.cpp | 514 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/ |
D | SkPath.cpp | 795 void SkPath::rCubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, in rCubicTo() function in SkPath
|
/external/skia/tests/ |
D | PathTest.cpp | 229 path.rCubicTo(50, 50, 85, 85, 95, 95); in test_path_close_issue1474()
|
/external/robolectric/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |