Searched refs:nCubicTo (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPath.java429 nCubicTo(mNativePath, x1, y1, x2, y2, x3, y3);
833 private static native void nCubicTo(long nPath, float x1, float y1, float x2, float y2, method in class:Path
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPathMeasure_Delegate.java203 Path_Delegate.nCubicTo(native_dst_path, points[0], points[1],
H A DPath_Delegate.java285 /*package*/ static void nCubicTo(long nPath, float x1, float y1, method in class:Path_Delegate

Completed in 98 milliseconds