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

/frameworks/base/graphics/java/android/graphics/
H A DPath.java633 nAddRoundRect(mNativePath, left, top, right, bottom, rx, ry, dir.nativeInt);
666 nAddRoundRect(mNativePath, left, top, right, bottom, radii, dir.nativeInt);
847 private static native void nAddRoundRect(long nPath, float left, float top, method in class:Path
849 private static native void nAddRoundRect(long nPath, float left, float top, method in class:Path
/frameworks/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java378 /*package*/ static void nAddRoundRect(long nPath, float left, float top, float right, method in class:Path_Delegate
391 /*package*/ static void nAddRoundRect(long nPath, float left, float top, float right, method in class:Path_Delegate

Completed in 34 milliseconds