Searched refs:native_rCubicTo (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 420 native_rCubicTo(mNativePath, x1, y1, x2, y2, x3, y3); in rCubicTo() 802 private static native void native_rCubicTo(long nPath, float x1, float y1, in native_rCubicTo() method in Path
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 291 /*package*/ static void native_rCubicTo(long nPath, float x1, float y1, in native_rCubicTo() method in Path_Delegate
|