Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_Canvas.cpp60 static Canvas* get_canvas(jlong canvasHandle) { in get_canvas()
91 static jboolean isOpaque(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle) { in isOpaque()
95 static jint getWidth(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle) { in getWidth()
99 static jint getHeight(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle) { in getHeight()
103 static jint save(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle, jint flagsHandle) { in save()
128 static jboolean restore(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle) { in restore()
142 static jint getSaveCount(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle) { in getSaveCount()
191 static jboolean quickRejectRect(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle, in quickRejectRect()
279 static void drawPoint(JNIEnv*, jobject, jlong canvasHandle, jfloat x, jfloat y, in drawPoint()
395 static void drawVertices(JNIEnv* env, jobject, jlong canvasHandle, in drawVertices()
[all …]
H A Dandroid_graphics_Picture.cpp50 static void android_graphics_Picture_draw(JNIEnv* env, jobject, jlong canvasHandle, in android_graphics_Picture_draw()
H A DMovie.cpp64 static void movie_draw(JNIEnv* env, jobject movie, jlong canvasHandle, in movie_draw()
H A DCamera.cpp95 static void Camera_applyToCanvas(JNIEnv* env, jobject obj, jlong canvasHandle) { in Camera_applyToCanvas()
H A DGraphics.cpp473 jlong canvasHandle = env->GetLongField(canvas, gCanvas_nativeInstanceID); in getNativeCanvas() local
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DBaseRecordingCanvas.java653 private static native void nDrawPoint(long canvasHandle, float x, float y, long paintHandle); in nDrawPoint()
656 private static native void nDrawPoints(long canvasHandle, float[] pts, int offset, int count, in nDrawPoints()
664 private static native void nDrawLines(long canvasHandle, float[] pts, int offset, int count, in nDrawLines()
721 long canvasHandle, long nativeMesh, int mode, long nativePaint); in nDrawMesh()
H A DBaseCanvas.java772 private static native void nDrawPoint(long canvasHandle, float x, float y, long paintHandle); in nDrawPoint()
774 private static native void nDrawPoints(long canvasHandle, float[] pts, int offset, int count, in nDrawPoints()
780 private static native void nDrawLines(long canvasHandle, float[] pts, int offset, int count, in nDrawLines()