Searched defs:cubicTo (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPath.java406 public void cubicTo(float x1, float y1, float x2, float y2, method in class:Path
413 * Same as cubicTo, but the coordinates are considered relative to the
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java285 pathDelegate.cubicTo(x1, y1, x2, y2, x3, y3);
687 private void cubicTo(float x1, float y1, float x2, float y2, method in class:Path_Delegate
693 * Same as cubicTo, but the coordinates are considered relative to the

Completed in 462 milliseconds