Searched defs:native_cubicTo (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java283 /*package*/ static void native_cubicTo(long nPath, float x1, float y1, method in class:Path_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DPath.java424 native_cubicTo(mNativePath, x1, y1, x2, y2, x3, y3);
824 private static native void native_cubicTo(long nPath, float x1, float y1, method in class:Path

Completed in 9 milliseconds