| 1247 | public static native void _nDrawVertices(long ptr, int verticesMode, float[] cubics, int[] colors, float[] texCoords, short[] indices, int blendMode, long paintPtr); |
| 1248 | public static native void _nDrawPatch(long ptr, float[] cubics, int[] colors, float[] texCoords, int blendMode, long paintPtr); |
| 1249 | public static native void _nDrawDrawable(long ptr, long drawablePrt, float[] matrix); |
| 1250 | public static native void _nClear(long ptr, int color); |
| 1251 | public static native void _nDrawPaint(long ptr, long paintPtr); |
| 1252 | public static native void _nSetMatrix(long ptr, float[] matrix); |