| 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); |
| 1586 | public static native void _nDrawDrawable(long ptr, long drawablePrt, float[] matrix); |
| 1587 | public static native void _nDrawColor(long ptr, int color, int blendMode); |
| 1588 | public static native void _nDrawColor4f(long ptr, float r, float g, float b, float a, int blendMode); |