Canvas: add more Bitmap drawing methods

This commit is contained in:
Julian Winkler
2025-02-10 18:06:49 +01:00
parent f69cff7113
commit 652715ee00
6 changed files with 50 additions and 6 deletions

View File

@@ -97,6 +97,14 @@ JNIEXPORT void JNICALL Java_android_graphics_GskCanvas_native_1drawRoundRect
JNIEXPORT void JNICALL Java_android_graphics_GskCanvas_native_1scale
(JNIEnv *, jobject, jlong, jfloat, jfloat);
/*
* Class: android_graphics_GskCanvas
* Method: native_concat
* Signature: (JJ)V
*/
JNIEXPORT void JNICALL Java_android_graphics_GskCanvas_native_1concat
(JNIEnv *, jobject, jlong, jlong);
#ifdef __cplusplus
}
#endif