Searched refs:boundingRegion (Results 1 – 2 of 2) sorted by relevance
106 Region boundingRegion; in append() local107 boundingRegion.orSelf(mBounds); in append()108 boundingRegion.orSelf(other.mBounds); in append()109 mBounds = boundingRegion.getBounds(); in append()
78 Region boundingRegion; in addLayer() local79 boundingRegion.orSelf(mBounds); in addLayer()80 boundingRegion.orSelf(layer->getDisplayFrame()); in addLayer()81 mBounds = boundingRegion.getBounds(); in addLayer()