(long ptr, float x, float y)
| 1990 | public static native boolean _nConservativelyContainsRect(long ptr, float l, float t, float r, float b); |
| 1991 | public static native void _nIncReserve(long ptr, int extraPtCount); |
| 1992 | public static native void _nMoveTo(long ptr, float x, float y); |
| 1993 | public static native void _nRMoveTo(long ptr, float dx, float dy); |
| 1994 | public static native void _nLineTo(long ptr, float x, float y); |
| 1995 | public static native void _nRLineTo(long ptr, float dx, float dy); |