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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRegion_Delegate.java79 public static Area combineShapes(Shape shape1, Shape shape2, int regionOp) { method in class:Region_Delegate
377 region.mArea = combineShapes(region.mArea,
395 region.mArea = combineShapes(region.mArea,
424 dstRegion.mArea = combineShapes(region1.mArea, region2.mArea, op);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java502 area = Region_Delegate.combineShapes(getClip(), shape, regionOp);

Completed in 54 milliseconds