Files
android_translation_layer/src/api-impl-jni/generated_headers/android_graphics_GskCanvas.h
Julian Winkler ad266c7821 add support for custom Java Drawables
This is made possible, by adding a second Canvas implementation which
can be used to render directly to GdkSnapshot objects

For now the only implemented method is drawBitmap(), this is already
enough to make VectorDrawableCompat functional
2024-03-24 22:13:28 +01:00

22 lines
526 B
C

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class android_graphics_GskCanvas */
#ifndef _Included_android_graphics_GskCanvas
#define _Included_android_graphics_GskCanvas
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: android_graphics_GskCanvas
* Method: native_drawBitmap
* Signature: (JJIIII)V
*/
JNIEXPORT void JNICALL Java_android_graphics_GskCanvas_native_1drawBitmap
(JNIEnv *, jobject, jlong, jlong, jint, jint, jint, jint);
#ifdef __cplusplus
}
#endif
#endif