Home
last modified time | relevance | path

Searched refs:native_drawOval (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java602 /*package*/ static void native_drawOval(long nativeCanvas, final float left, in native_drawOval() method in Canvas_Delegate
631 native_drawOval(nativeCanvas, in native_drawCircle()
/frameworks/base/graphics/java/android/graphics/
DCanvas.java1155 native_drawOval(mNativeCanvasWrapper, left, top, right, bottom, paint.getNativeInstance()); in drawOval()
2052 private static native void native_drawOval(long nativeCanvas, float left, float top, in native_drawOval() method in Canvas