api-impl: stubs and fixes for Open Sudoku

This commit is contained in:
Kilian "CaféHaine" Guillaume
2024-11-19 18:00:38 +01:00
parent eba9c7037c
commit 44d922baea
7 changed files with 29 additions and 13 deletions

View File

@@ -282,6 +282,8 @@ public class Paint {
return new FontMetricsInt();
}
public void set(Paint paint) {}
private native long native_constructor();
private native void native_set_antialias(long skia_paint, boolean aa);
private native void native_set_color(long skia_paint, int color);