Searched defs:transparentRegion (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/private/gui/
H A DLayerState.h101 Region transparentRegion; member in struct:android::layer_state_t
/frameworks/base/core/java/android/content/res/
H A DCompatibilityInfo.java317 public void translateRegionInWindowToScreen(Region transparentRegion) { argument
318 transparentRegion.scale(applicationScale);
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp153 const Region& transparentRegion);
337 const Region& transparentRegion) {
343 s->transparentRegion = transparentRegion;
696 const Region& transparentRegion) {
697 return getComposer().setTransparentRegionHint(this, id, transparentRegion);
335 setTransparentRegionHint( const sp<SurfaceComposerClient>& client, const sp<IBinder>& id, const Region& transparentRegion) argument
695 setTransparentRegionHint(const sp<IBinder>& id, const Region& transparentRegion) argument
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1835 * transparentRegion: area of a surface that is hinted to be completely
1842 Region transparentRegion; local
1856 transparentRegion = tr.transform(s.activeTransparentRegion);
1860 transparentRegion.clear();
1921 visibleRegion.subtract(transparentRegion));
2421 if (layer->setTransparentRegionHint(s.transparentRegion))
H A DSurfaceFlinger_hwc1.cpp1756 * transparentRegion: area of a surface that is hinted to be completely
1763 Region transparentRegion; local
1777 transparentRegion = tr.transform(s.activeTransparentRegion);
1781 transparentRegion.clear();
1842 visibleRegion.subtract(transparentRegion));
2337 if (layer->setTransparentRegionHint(s.transparentRegion))

Completed in 192 milliseconds