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

/frameworks/base/graphics/java/android/graphics/
H A DPath.java628 native_addRoundRect(mNativePath, left, top, right, bottom, rx, ry, dir.nativeInt);
661 native_addRoundRect(mNativePath, left, top, right, bottom, radii, dir.nativeInt);
845 private static native void native_addRoundRect(long nPath, float left, float top, method in class:Path
848 private static native void native_addRoundRect(long nPath, float left, float top, method in class:Path
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java376 /*package*/ static void native_addRoundRect(long nPath, float left, float top, float right, method in class:Path_Delegate
389 /*package*/ static void native_addRoundRect(long nPath, float left, float top, float right, method in class:Path_Delegate

Completed in 73 milliseconds