Searched refs:activeTransparentRegion (Results 1 – 3 of 3) sorted by relevance
190 Region activeTransparentRegion = layerState.transparentRegionHint; in calculateOutputDisplayFrame() local211 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()
607 FloatRect getBounds(const Region& activeTransparentRegion) const;
387 FloatRect Layer::getBounds(const Region& activeTransparentRegion) const { in getBounds()389 return reduce(mBounds, activeTransparentRegion); in getBounds()