| 2013 | public static native void _nAddRRect(long ptr, float l, float t, float r, float b, float[] radii, int dir, int start); |
| 2014 | public static native void _nAddPoly(long ptr, float[] coords, boolean close); |
| 2015 | public static native void _nAddPath(long ptr, long srcPtr, boolean extend); |
| 2016 | public static native void _nAddPathOffset(long ptr, long srcPtr, float dx, float dy, boolean extend); |
| 2017 | public static native void _nAddPathTransform(long ptr, long srcPtr, float[] matrix, boolean extend); |
| 2018 | public static native void _nReverseAddPath(long ptr, long srcPtr); |