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

/frameworks/native/services/surfaceflinger/
H A DLayer.cpp378 return computeBounds(s.activeTransparentRegion);
381 Rect Layer::computeBounds(const Region& activeTransparentRegion) const {
389 return reduce(win, activeTransparentRegion);
435 activeCrop = reduce(activeCrop, s.activeTransparentRegion);
548 Region activeTransparentRegion(s.activeTransparentRegion);
570 activeTransparentRegion.orSelf(Rect(0, 0, s.active.w, activeCrop.top));
571 activeTransparentRegion.orSelf(Rect(0, activeCrop.bottom,
573 activeTransparentRegion.orSelf(Rect(0, activeCrop.top,
575 activeTransparentRegion
[all...]
H A DLayer.h133 Region activeTransparentRegion; member in struct:android::Layer::State
176 Rect computeBounds(const Region& activeTransparentRegion) const;
H A DSurfaceFlinger.cpp1729 transparentRegion = tr.transform(s.activeTransparentRegion);
H A DSurfaceFlinger_hwc1.cpp1748 transparentRegion = tr.transform(s.activeTransparentRegion);

Completed in 81 milliseconds