Canvas: add drawLines

This commit is contained in:
Mis012
2025-02-15 21:36:03 +01:00
parent 453224cf31
commit 899805f23f
4 changed files with 39 additions and 0 deletions

View File

@@ -73,6 +73,14 @@ JNIEXPORT void JNICALL Java_android_graphics_GskCanvas_native_1restore
JNIEXPORT void JNICALL Java_android_graphics_GskCanvas_native_1drawLine
(JNIEnv *, jobject, jlong, jfloat, jfloat, jfloat, jfloat, jlong);
/*
* Class: android_graphics_GskCanvas
* Method: native_drawLines
* Signature: (J[FIIJ)V
*/
JNIEXPORT void JNICALL Java_android_graphics_GskCanvas_native_1drawLines
(JNIEnv *, jobject, jlong, jfloatArray, jint, jint, jlong);
/*
* Class: android_graphics_GskCanvas
* Method: native_drawText