Home
last modified time | relevance | path

Searched refs:transparentRegion (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/gui/
DLayerState.cpp41 output.write(transparentRegion); in write()
61 input.read(transparentRegion); in read()
DSurfaceComposerClient.cpp151 const Region& transparentRegion);
327 const Region& transparentRegion) { in setTransparentRegionHint() argument
333 s->transparentRegion = transparentRegion; in setTransparentRegionHint()
596 const Region& transparentRegion) { in setTransparentRegionHint() argument
597 return getComposer().setTransparentRegionHint(this, id, transparentRegion); in setTransparentRegionHint()
/frameworks/native/include/private/gui/
DLayerState.h92 Region transparentRegion; member
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java317 public void translateRegionInWindowToScreen(Region transparentRegion) { in translateRegionInWindowToScreen() argument
318 transparentRegion.scale(applicationScale); in translateRegionInWindowToScreen()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1571 Region transparentRegion; in computeVisibleRegions() local
1586 transparentRegion = tr.transform(s.activeTransparentRegion); in computeVisibleRegions()
1590 transparentRegion.clear(); in computeVisibleRegions()
1593 transparentRegion = s.activeTransparentRegion; in computeVisibleRegions()
1654 visibleRegion.subtract(transparentRegion)); in computeVisibleRegions()
2106 if (layer->setTransparentRegionHint(s.transparentRegion)) in setClientStateLocked()