Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DCanvas.java958 native_drawOval(mNativeCanvas, oval, paint.mNativePaint); in drawOval()
1700 private static native void native_drawOval(int nativeCanvas, RectF oval, in native_drawOval() method in Canvas
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java692 /*package*/ static void native_drawOval(int nativeCanvas, final RectF oval, int paint) { in native_drawOval() method in Canvas_Delegate
719 native_drawOval(nativeCanvas, in native_drawCircle()