implement ColorFilter in GskCanvas

This is needed to make icons follow night mode setting
This commit is contained in:
Julian Winkler
2024-03-24 21:12:13 +01:00
parent ad266c7821
commit 8eb0c0a3c1
5 changed files with 34 additions and 6 deletions

View File

@@ -10,10 +10,10 @@ extern "C" {
/*
* Class: android_graphics_GskCanvas
* Method: native_drawBitmap
* Signature: (JJIIII)V
* Signature: (JJIIIII)V
*/
JNIEXPORT void JNICALL Java_android_graphics_GskCanvas_native_1drawBitmap
(JNIEnv *, jobject, jlong, jlong, jint, jint, jint, jint);
(JNIEnv *, jobject, jlong, jlong, jint, jint, jint, jint, jint);
#ifdef __cplusplus
}