Lines Matching refs:region
41 /** manages multiple rectangles which make up a region.
53 /** makes this region an empty region.
59 /** moves this region by the specified horizontal and vertical delta.
66 /** adds the specified rectangle to this region.
72 /** intersects the specified rectangle with the current region.
78 /** removes the area of the specified rectangle from this region.
85 to this region.
91 /** adds the specified region to this region.
97 /** intersects the specified region with the current region.
103 /** removes the area of the specified region from this region.
109 /** applies an exclusive-or operation with the specified region
110 to this region.
116 /** returns all rectangles which are making up this region.