Searched defs:canvasHandle (Results 1 – 8 of 8) sorted by relevance
| /frameworks/base/core/jni/ |
| D | android_graphics_Canvas.cpp | 36 static Canvas* get_canvas(jlong canvasHandle) { in get_canvas() 59 static void setBitmap(JNIEnv* env, jobject, jlong canvasHandle, jobject jbitmap) { in setBitmap() 67 static jboolean isOpaque(jlong canvasHandle) { in isOpaque() 71 static jint getWidth(jlong canvasHandle) { in getWidth() 75 static jint getHeight(jlong canvasHandle) { in getHeight() 79 static void setHighContrastText(jlong canvasHandle, jboolean highContrastText) { in setHighContrastText() 84 static jint save(jlong canvasHandle, jint flagsHandle) { in save() 89 static jint saveLayer(jlong canvasHandle, jfloat l, jfloat t, in saveLayer() 96 static jint saveLayerAlpha(jlong canvasHandle, jfloat l, jfloat t, in saveLayerAlpha() 102 static bool restore(jlong canvasHandle) { in restore() [all …]
|
| D | android_graphics_Picture.cpp | 50 static void android_graphics_Picture_draw(JNIEnv* env, jobject, jlong canvasHandle, in android_graphics_Picture_draw()
|
| /frameworks/base/graphics/java/android/graphics/ |
| D | Canvas.java | 1235 private static native void nSetBitmap(long canvasHandle, Bitmap bitmap); in nSetBitmap() 1243 private static native boolean nIsOpaque(long canvasHandle); in nIsOpaque() 1247 private static native int nGetWidth(long canvasHandle); in nGetWidth() 1249 private static native int nGetHeight(long canvasHandle); in nGetHeight() 1252 private static native int nSave(long canvasHandle, int saveFlags); in nSave() 1260 private static native boolean nRestore(long canvasHandle); in nRestore() 1262 private static native void nRestoreToCount(long canvasHandle, int saveCount); in nRestoreToCount() 1264 private static native int nGetSaveCount(long canvasHandle); in nGetSaveCount() 1267 private static native void nTranslate(long canvasHandle, float dx, float dy); in nTranslate() 1269 private static native void nScale(long canvasHandle, float sx, float sy); in nScale() [all …]
|
| D | BaseCanvas.java | 571 private static native void nDrawPoint(long canvasHandle, float x, float y, long paintHandle); in nDrawPoint() 573 private static native void nDrawPoints(long canvasHandle, float[] pts, int offset, int count, in nDrawPoints() 579 private static native void nDrawLines(long canvasHandle, float[] pts, int offset, int count, in nDrawLines()
|
| /frameworks/base/core/jni/android/graphics/ |
| D | Movie.cpp | 66 static void movie_draw(JNIEnv* env, jobject movie, jlong canvasHandle, in movie_draw()
|
| D | Camera.cpp | 98 static void Camera_applyToCanvas(JNIEnv* env, jobject obj, jlong canvasHandle) { in Camera_applyToCanvas()
|
| D | Graphics.cpp | 395 jlong canvasHandle = env->GetLongField(canvas, gCanvas_nativeInstanceID); in getNativeCanvas() local
|
| /frameworks/base/core/java/android/view/ |
| D | RecordingCanvas.java | 556 private static native void nDrawPoint(long canvasHandle, float x, float y, long paintHandle); in nDrawPoint() 559 private static native void nDrawPoints(long canvasHandle, float[] pts, int offset, int count, in nDrawPoints() 567 private static native void nDrawLines(long canvasHandle, float[] pts, int offset, int count, in nDrawLines()
|