Lines Matching refs:nativeCanvas

581     private static native void nDrawBitmap(long nativeCanvas, Bitmap bitmap, float left, float top,
584 private static native void nDrawBitmap(long nativeCanvas, Bitmap bitmap, float srcLeft,
589 private static native void nDrawBitmap(long nativeCanvas, int[] colors, int offset, int stride,
592 private static native void nDrawColor(long nativeCanvas, int color, int mode);
594 private static native void nDrawPaint(long nativeCanvas, long nativePaint);
601 private static native void nDrawLine(long nativeCanvas, float startX, float startY, float stopX,
607 private static native void nDrawRect(long nativeCanvas, float left, float top, float right,
610 private static native void nDrawOval(long nativeCanvas, float left, float top, float right,
613 private static native void nDrawCircle(long nativeCanvas, float cx, float cy, float radius,
616 private static native void nDrawArc(long nativeCanvas, float left, float top, float right,
619 private static native void nDrawRoundRect(long nativeCanvas, float left, float top, float right,
622 private static native void nDrawPath(long nativeCanvas, long nativePath, long nativePaint);
624 private static native void nDrawRegion(long nativeCanvas, long nativeRegion, long nativePaint);
626 private static native void nDrawNinePatch(long nativeCanvas, long nativeBitmap, long ninePatch,
630 private static native void nDrawBitmapMatrix(long nativeCanvas, Bitmap bitmap,
633 private static native void nDrawBitmapMesh(long nativeCanvas, Bitmap bitmap, int meshWidth,
637 private static native void nDrawVertices(long nativeCanvas, int mode, int n, float[] verts,
641 private static native void nDrawText(long nativeCanvas, char[] text, int index, int count,
644 private static native void nDrawText(long nativeCanvas, String text, int start, int end,
647 private static native void nDrawTextRun(long nativeCanvas, String text, int start, int end,
650 private static native void nDrawTextRun(long nativeCanvas, char[] text, int start, int count,
654 private static native void nDrawTextOnPath(long nativeCanvas, char[] text, int index, int count,
657 private static native void nDrawTextOnPath(long nativeCanvas, String text, long nativePath,