Searched refs:activeTransparentRegion (Results 1 – 3 of 3) sorted by relevance
211 Region activeTransparentRegion = layerState.geomActiveTransparentRegion; in calculateOutputDisplayFrame() local232 activeTransparentRegion.orSelf(Rect(0, 0, bufferSize.getWidth(), activeCrop.top)); in calculateOutputDisplayFrame()233 activeTransparentRegion.orSelf( in calculateOutputDisplayFrame()235 activeTransparentRegion.orSelf(Rect(0, activeCrop.top, activeCrop.left, activeCrop.bottom)); in calculateOutputDisplayFrame()236 activeTransparentRegion.orSelf( in calculateOutputDisplayFrame()243 layerTransform.transform(reduce(layerState.geomLayerBounds, activeTransparentRegion))}; in calculateOutputDisplayFrame()
362 FloatRect getBounds(const Region& activeTransparentRegion) const;
310 FloatRect Layer::getBounds(const Region& activeTransparentRegion) const { in getBounds()312 return reduce(mBounds, activeTransparentRegion); in getBounds()