Searched refs:combineShapes (Results 1 – 2 of 2) sorted by relevance
79 public static Area combineShapes(Shape shape1, Shape shape2, int regionOp) { in combineShapes() method in Region_Delegate377 region.mArea = combineShapes(region.mArea, in nativeOp()395 region.mArea = combineShapes(region.mArea, in nativeOp()424 dstRegion.mArea = combineShapes(region1.mArea, region2.mArea, op); in nativeOp()
502 area = Region_Delegate.combineShapes(getClip(), shape, regionOp); in clip()