/api-impl-jni: remove remains of experimental ninepatch implementation, will use skia

This commit is contained in:
Mis012
2023-09-16 16:30:14 +02:00
parent 7e071fc6cc
commit 4628cfc66d
6 changed files with 0 additions and 415 deletions

View File

@@ -62,7 +62,6 @@ JNIEXPORT void JNICALL Java_android_graphics_Canvas_native_1drawText(JNIEnv *env
const char *text = _CSTRING(_text);
/* TODO: handle start/end (here or in java) */
sk_canvas_draw_simple_text(canvas, text + start, end - start, UTF8_SK_TEXT_ENCODING, x, y, font, paint);
}