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()
77 Region boundingRegion; in addLayer() local78 boundingRegion.orSelf(mBounds); in addLayer()79 boundingRegion.orSelf(layer->getDisplayFrame()); in addLayer()80 mBounds = boundingRegion.getBounds(); in addLayer()