Searched refs:native_rCubicTo (Results 1 - 2 of 2) sorted by relevance

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

Completed in 23 milliseconds