Home
last modified time | relevance | path

Searched refs:combineShapes (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/
DRegion_Delegate.java79 public static Area combineShapes(Shape shape1, Shape shape2, int regionOp) { in combineShapes() method in Region_Delegate
377 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()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DGcSnapshot.java502 area = Region_Delegate.combineShapes(getClip(), shape, regionOp); in clip()