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

/frameworks/native/services/surfaceflinger/
H A DLayer.cpp297 return computeBounds(s.activeTransparentRegion);
300 Rect Layer::computeBounds(const Region& activeTransparentRegion) const {
307 return reduce(win, activeTransparentRegion);
344 activeCrop = reduce(activeCrop, s.activeTransparentRegion);
433 Region activeTransparentRegion(s.activeTransparentRegion);
447 activeTransparentRegion.orSelf(Rect(0, 0, s.active.w, activeCrop.top));
448 activeTransparentRegion.orSelf(Rect(0, activeCrop.bottom,
450 activeTransparentRegion.orSelf(Rect(0, activeCrop.top,
452 activeTransparentRegion
[all...]
H A DLayer.h115 Region activeTransparentRegion; member in struct:android::Layer::State
145 Rect computeBounds(const Region& activeTransparentRegion) const;
H A DSurfaceFlinger.cpp1615 transparentRegion = tr.transform(s.activeTransparentRegion);
1622 transparentRegion = s.activeTransparentRegion;

Completed in 86 milliseconds