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

/frameworks/native/include/private/gui/
H A DLayerState.h88 Region transparentRegion; member in struct:android::layer_state_t
/frameworks/native/services/surfaceflinger/
H A DLayerBase.h88 Region transparentRegion; member in struct:android::LayerBase::State
H A DSurfaceFlinger.cpp1304 * transparentRegion: area of a surface that is hinted to be completely
1311 Region transparentRegion; local
1326 transparentRegion = tr.transform(s.transparentRegion);
1330 transparentRegion.clear();
1333 transparentRegion = s.transparentRegion;
1394 visibleRegion.subtract(transparentRegion));
1830 if (layer->setTransparentRegionHint(s.transparentRegion))
/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.cpp147 const Region& transparentRegion);
293 const Region& transparentRegion) {
299 s->transparentRegion = transparentRegion;
533 const Region& transparentRegion) {
534 return getComposer().setTransparentRegionHint(this, id, transparentRegion);
291 setTransparentRegionHint( const sp<SurfaceComposerClient>& client, SurfaceID id, const Region& transparentRegion) argument
532 setTransparentRegionHint(SurfaceID id, const Region& transparentRegion) argument

Completed in 495 milliseconds