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

/frameworks/base/graphics/java/android/graphics/
H A DPath.java574 native_addRoundRect(mNativePath, rect, rx, ry, dir.nativeInt);
594 native_addRoundRect(mNativePath, rect, radii, dir.nativeInt);
739 private static native void native_addRoundRect(int nPath, RectF rect, method in class:Path
741 private static native void native_addRoundRect(int nPath, RectF r, float[] radii, int dir); method in class:Path
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java372 /*package*/ static void native_addRoundRect( method in class:Path_Delegate
385 /*package*/ static void native_addRoundRect(int nPath, RectF rect, float[] radii, int dir) { method in class:Path_Delegate
388 native_addRoundRect(nPath, rect, radii[0], radii[1], dir);

Completed in 90 milliseconds