Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp190 Region activeTransparentRegion = layerState.transparentRegionHint; in calculateOutputDisplayFrame() local
211 activeTransparentRegion.orSelf(Rect(0, 0, bufferSize.getWidth(), activeCrop.top)); in calculateOutputDisplayFrame()
212 activeTransparentRegion.orSelf( in calculateOutputDisplayFrame()
214 activeTransparentRegion.orSelf(Rect(0, activeCrop.top, activeCrop.left, activeCrop.bottom)); in calculateOutputDisplayFrame()
215 activeTransparentRegion.orSelf( in calculateOutputDisplayFrame()
232 Rect frame{layerTransform.transform(reduce(geomLayerBounds, activeTransparentRegion))}; in calculateOutputDisplayFrame()
/frameworks/native/services/surfaceflinger/
DLayer.h607 FloatRect getBounds(const Region& activeTransparentRegion) const;
DLayer.cpp387 FloatRect Layer::getBounds(const Region& activeTransparentRegion) const { in getBounds()
389 return reduce(mBounds, activeTransparentRegion); in getBounds()