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

/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java961 native_drawCircle(mNativeCanvas, cx, cy, radius, paint.mNativePaint);
1686 private static native void native_drawCircle(int nativeCanvas, float cx, method in class:Canvas
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java727 /*package*/ static void native_drawCircle(int nativeCanvas, method in class:Canvas_Delegate

Completed in 50 milliseconds