Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DOutputLayer.cpp197 Region activeTransparentRegion = layerTransform.transform(layerState.transparentRegionHint); in calculateOutputDisplayFrame() local
218 activeTransparentRegion.orSelf(topRegion); in calculateOutputDisplayFrame()
219 activeTransparentRegion.orSelf(bottomRegion); in calculateOutputDisplayFrame()
220 activeTransparentRegion.orSelf(leftRegion); in calculateOutputDisplayFrame()
221 activeTransparentRegion.orSelf(rightRegion); in calculateOutputDisplayFrame()
241 FloatRect frame = reduce(geomLayerBounds, activeTransparentRegion); in calculateOutputDisplayFrame()