Example #1
0
 public GiSaveClipBox(GiGraphics gs, Box2d rectWorld) {
   this(
       touchvgJNI.new_GiSaveClipBox(
           GiGraphics.getCPtr(gs), gs, Box2d.getCPtr(rectWorld), rectWorld),
       true);
 }
Example #2
0
 public boolean hitTestBox(Box2d rect) {
   return touchvgJNI.MgGroup_hitTestBox(swigCPtr, this, Box2d.getCPtr(rect), rect);
 }