Exemplo n.º 1
0
 public static void testTextAt(GiCanvas canvas, int n) {
   touchvgJNI.TestCanvas_testTextAt(GiCanvas.getCPtr(canvas), canvas, n);
 }
Exemplo n.º 2
0
 public static void testDynCurves(GiCanvas canvas) {
   touchvgJNI.TestCanvas_testDynCurves(GiCanvas.getCPtr(canvas), canvas);
 }
Exemplo n.º 3
0
 public static void test(GiCanvas canvas, int bits) {
   touchvgJNI.TestCanvas_test__SWIG_2(GiCanvas.getCPtr(canvas), canvas, bits);
 }
Exemplo n.º 4
0
 public static void testCubicBezier(GiCanvas canvas, int n) {
   touchvgJNI.TestCanvas_testCubicBezier(GiCanvas.getCPtr(canvas), canvas, n);
 }
Exemplo n.º 5
0
 public static void test(GiCanvas canvas, int bits, int n, boolean randStyle) {
   touchvgJNI.TestCanvas_test__SWIG_0(GiCanvas.getCPtr(canvas), canvas, bits, n, randStyle);
 }