Home
last modified time | relevance | path

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

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/jai/
H A DLCROIShape.java75 public Rectangle getOuterBounds() { in getOuterBounds() method in LCROIShape
76 return ShapedMask.getOuterBounds(region, transform); in getOuterBounds()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/jai/opimage/
H A DShapedMask.java31 public static Rectangle getOuterBounds(Region region, AffineTransform transform) { in getOuterBounds() method in ShapedMask
55 Rectangle regionBounds = getOuterBounds(region, transform); in createLayout()