Home
last modified time | relevance | path

Searched defs:canvasHandle (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/jni/
Dandroid_graphics_Canvas.cpp48 static Canvas* get_canvas(jlong canvasHandle) { in get_canvas()
71 static void setBitmap(JNIEnv* env, jobject, jlong canvasHandle, jlong bitmapHandle) { in setBitmap()
79 static jboolean isOpaque(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle) { in isOpaque()
83 static jint getWidth(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle) { in getWidth()
87 static jint getHeight(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle) { in getHeight()
91 static jint save(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle, jint flagsHandle) { in save()
96 static jint saveLayer(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle, jfloat l, jfloat t, in saveLayer()
102 static jint saveLayerAlpha(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle, jfloat l, jfloat t, in saveLayerAlpha()
107 static jint saveUnclippedLayer(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle, jint l, jint t, jint r… in saveUnclippedLayer()
111 static void restoreUnclippedLayer(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle, jint saveCount, jlo… in restoreUnclippedLayer()
[all …]
Dandroid_graphics_Picture.cpp50 static void android_graphics_Picture_draw(JNIEnv* env, jobject, jlong canvasHandle, in android_graphics_Picture_draw()
DMovie.cpp64 static void movie_draw(JNIEnv* env, jobject movie, jlong canvasHandle, in movie_draw()
DCamera.cpp95 static void Camera_applyToCanvas(JNIEnv* env, jobject obj, jlong canvasHandle) { in Camera_applyToCanvas()
DGraphics.cpp466 jlong canvasHandle = env->GetLongField(canvas, gCanvas_nativeInstanceID); in getNativeCanvas() local
/frameworks/base/graphics/java/android/graphics/
DBaseRecordingCanvas.java647 private static native void nDrawPoint(long canvasHandle, float x, float y, long paintHandle); in nDrawPoint()
650 private static native void nDrawPoints(long canvasHandle, float[] pts, int offset, int count, in nDrawPoints()
658 private static native void nDrawLines(long canvasHandle, float[] pts, int offset, int count, in nDrawLines()
DBaseCanvas.java752 private static native void nDrawPoint(long canvasHandle, float x, float y, long paintHandle); in nDrawPoint()
754 private static native void nDrawPoints(long canvasHandle, float[] pts, int offset, int count, in nDrawPoints()
760 private static native void nDrawLines(long canvasHandle, float[] pts, int offset, int count, in nDrawLines()