Searched refs:activeTransparentRegion (Results 1 – 3 of 3) sorted by relevance
188 Region activeTransparentRegion = layerState.transparentRegionHint; in calculateOutputDisplayFrame() local209 activeTransparentRegion.orSelf(Rect(0, 0, bufferSize.getWidth(), activeCrop.top)); in calculateOutputDisplayFrame()210 activeTransparentRegion.orSelf( in calculateOutputDisplayFrame()212 activeTransparentRegion.orSelf(Rect(0, activeCrop.top, activeCrop.left, activeCrop.bottom)); in calculateOutputDisplayFrame()213 activeTransparentRegion.orSelf( in calculateOutputDisplayFrame()230 Rect frame{layerTransform.transform(reduce(geomLayerBounds, activeTransparentRegion))}; in calculateOutputDisplayFrame()
648 FloatRect getBounds(const Region& activeTransparentRegion) const;
325 FloatRect Layer::getBounds(const Region& activeTransparentRegion) const { in getBounds()327 return reduce(mBounds, activeTransparentRegion); in getBounds()