MCPcopy Create free account
hub / github.com/JetBrains/skija / _nAddOval

Method _nAddOval

shared/java/Path.java:2010–2010  ·  view source on GitHub ↗
(long ptr, float l, float t, float r, float b, int dir, int start)

Source from the content-addressed store, hash-verified

2008 public static native Rect _nIsRect(long ptr);
2009 public static native void _nAddRect(long ptr, float l, float t, float r, float b, int dir, int start);
2010 public static native void _nAddOval(long ptr, float l, float t, float r, float b, int dir, int start);
2011 public static native void _nAddCircle(long ptr, float x, float y, float r, int dir);
2012 public static native void _nAddArc(long ptr, float l, float t, float r, float b, float startAngle, float sweepAngle);
2013 public static native void _nAddRRect(long ptr, float l, float t, float r, float b, float[] radii, int dir, int start);

Callers 1

addOvalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected