| 2007 | public static native Point[] _nConvertConicToQuads(float x0, float y0, float x1, float y1, float x2, float y2, float w, int pow2); |
| 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); |