Searched refs:cubicTo (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/awt/java/awt/
H A DBasicStroke.java686 p.cubicTo(x1 + y10, y1 - x10, x3 + mx, y3 + my, x3, y3);
687 p.cubicTo(x3 - mx, y3 - my, x2 - y20, y2 + x20, x2, y2);
827 p.cubicTo(x1 - y10, y1 + x10, x2 + y20, y2 - x20, x2, y2);
841 p.cubicTo(x1 - y10, y1 + x10, x3 + y30, y3 - x30, x3, y3);
842 p.cubicTo(x3 - y30, y3 + x30, x2 + y20, y2 - x20, x2, y2);
1212 lp.cubicTo(px1 + mx1, py1 + my1, px1 + mx1, py1 + my1, px + mx1, py + my1);
1213 rp.cubicTo(px1 - mx1, py1 - my1, px1 - mx1, py1 - my1, px - mx1, py - my1);
1224 lp.cubicTo(x2 + mx1, y2 + my1, x3 + mx4, y3 + my4, x4 + mx4, y4 + my4);
1225 rp.cubicTo(x2 - mx1, y2 - my1, x3 - mx4, y3 - my4, x4 - mx4, y4 - my4);
1337 lp.cubicTo(x
2291 void cubicTo(double x1, double y1, double x2, double y2, double x3, double y3) { method in class:BasicStroke.BufferedPath
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath.java312 public void cubicTo(float x1, float y1, float x2, float y2, method in class:Path
318 * Same as cubicTo, but the coordinates are considered relative to the
/frameworks/base/graphics/java/android/graphics/
H A DPath.java272 public void cubicTo(float x1, float y1, float x2, float y2, method in class:Path
278 * Same as cubicTo, but the coordinates are considered relative to the
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp134 obj->cubicTo(x1_, y1_, x2_, y2_, x3_, y3_);
/frameworks/base/awt/com/android/internal/awt/
H A DAndroidGraphics2D.java207 path.cubicTo(coordinates[0], coordinates[1], coordinates[2],

Completed in 147 milliseconds