Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:transparentRegion

1593          * transparentRegion: area of a surface that is hinted to be completely
1600 Region transparentRegion;
1615 transparentRegion = tr.transform(s.activeTransparentRegion);
1619 transparentRegion.clear();
1622 transparentRegion = s.activeTransparentRegion;
1683 visibleRegion.subtract(transparentRegion));
2150 if (layer->setTransparentRegionHint(s.transparentRegion))