add some methods needed for NewPipe release 0.27.0

This commit is contained in:
Julian Winkler
2024-05-23 22:14:30 +02:00
parent 54dd61da3d
commit 34c03c59c3
3 changed files with 10 additions and 0 deletions

View File

@@ -266,6 +266,10 @@ public class Paint {
public void clearShadowLayer() {}
public FontMetrics getFontMetrics() {
return new FontMetrics();
}
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);