| 1580 | public static native void _nDrawRegion(long ptr, long nativeRegion, long paintPtr); |
| 1581 | public static native void _nDrawString(long ptr, String string, float x, float y, long font, long paint); |
| 1582 | public static native void _nDrawTextBlob(long ptr, long blob, float x, float y, long paint); |
| 1583 | public static native void _nDrawPicture(long ptr, long picturePtr, float[] matrix, long paintPtr); |
| 1584 | public static native void _nDrawVertices(long ptr, int verticesMode, float[] cubics, int[] colors, float[] texCoords, short[] indices, int blendMode, long paintPtr); |
| 1585 | public static native void _nDrawPatch(long ptr, float[] cubics, int[] colors, float[] texCoords, int blendMode, long paintPtr); |