You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
api-impl-jni: Canvas: fix 32bit compilation
This commit is contained in:
@@ -107,7 +107,7 @@ JNIEXPORT void JNICALL Java_android_graphics_Canvas_native_1rotate_1and_1transla
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
JNIEXPORT void JNICALL Java_android_graphics_Canvas_native_1drawPath(JNIEnv *env, jclass class, jlong skia_canvas, jlong path_ptr, long skia_paint)
|
JNIEXPORT void JNICALL Java_android_graphics_Canvas_native_1drawPath(JNIEnv *env, jclass class, jlong skia_canvas, jlong path_ptr, jlong skia_paint)
|
||||||
{
|
{
|
||||||
sk_canvas_t *canvas = (sk_canvas_t *)_PTR(skia_canvas);
|
sk_canvas_t *canvas = (sk_canvas_t *)_PTR(skia_canvas);
|
||||||
sk_path_t *path = (sk_path_t *)_PTR(path_ptr);
|
sk_path_t *path = (sk_path_t *)_PTR(path_ptr);
|
||||||
|
|||||||
Reference in New Issue
Block a user