(long ptr, int value)
| 734 | public static native void _nSetStrokeMiter(long ptr, float value); |
| 735 | public static native int _nGetStrokeCap(long ptr); |
| 736 | public static native void _nSetStrokeCap(long ptr, int value); |
| 737 | public static native int _nGetStrokeJoin(long ptr); |
| 738 | public static native void _nSetStrokeJoin(long ptr, int value); |
| 739 | public static native long _nGetFillPath(long ptr, long path, float resScale); |