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

/frameworks/native/include/private/gui/
H A DLayerState.h92 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.cpp151 const Region& transparentRegion);
327 const Region& transparentRegion) {
333 s->transparentRegion = transparentRegion;
596 const Region& transparentRegion) {
597 return getComposer().setTransparentRegionHint(this, id, transparentRegion);
325 setTransparentRegionHint( const sp<SurfaceComposerClient>& client, const sp<IBinder>& id, const Region& transparentRegion) argument
595 setTransparentRegionHint(const sp<IBinder>& id, const Region& transparentRegion) argument
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1593 * transparentRegion: area of a surface that is hinted to be completely
1600 Region transparentRegion; local
1615 transparentRegion = tr.transform(s.activeTransparentRegion);
1619 transparentRegion.clear();
1622 transparentRegion = s.activeTransparentRegion;
1683 visibleRegion.subtract(transparentRegion));
2150 if (layer->setTransparentRegionHint(s.transparentRegion))

Completed in 171 milliseconds