Beispiel #1
0
 private static void nativeDestructor(android.graphics.PathEffect.NativePathEffect
                                      native_patheffect)
 {
     native_patheffect.Dispose();
 }
Beispiel #2
0
 private static android.graphics.SumPathEffect.NativePathEffect nativeCreate(android.graphics.PathEffect.NativePathEffect
                                                                             first, android.graphics.PathEffect.NativePathEffect second)
 {
     return(libxobotos_SumPathEffect_create(first, second));
 }
 private static android.graphics.ComposePathEffect.NativePathEffect nativeCreate(android.graphics.PathEffect.NativePathEffect
                                                                                 outerpe, android.graphics.PathEffect.NativePathEffect innerpe)
 {
     return(libxobotos_ComposePathEffect_create(outerpe, innerpe));
 }
Beispiel #4
0
 private static extern android.graphics.SumPathEffect.NativePathEffect libxobotos_SumPathEffect_create
     (android.graphics.PathEffect.NativePathEffect first, android.graphics.PathEffect.NativePathEffect
     second);
 private static extern android.graphics.ComposePathEffect.NativePathEffect libxobotos_ComposePathEffect_create
     (android.graphics.PathEffect.NativePathEffect outerpe, android.graphics.PathEffect.NativePathEffect
     innerpe);