(long ptr)
| 1615 | public static native void _nConicTo(long ptr, float x1, float y1, float x2, float y2, float w); |
| 1616 | public static native void _nCubicTo(long ptr, float x1, float y1, float x2, float y2, float x3, float y3); |
| 1617 | public static native void _nClosePath(long ptr); |
| 1618 | public static native void _nPolylineTo(long ptr, float[] coords); |
| 1619 | public static native void _nRMoveTo(long ptr, float dx, float dy); |
| 1620 | public static native void _nRLineTo(long ptr, float dx, float dy); |