Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:dirtyRegion

1016             const Region dirtyRegion(hw->getDirtyRegion(repaintEverything));
1017 if (!dirtyRegion.isEmpty()) {
1024 engine.fillRegionWithColor(dirtyRegion, height, 1, 0, 1, 1);
1138 Region dirtyRegion;
1145 hw->getLayerStack(), dirtyRegion, opaqueRegion);
1164 hw->dirtyRegion.orSelf(dirtyRegion);
1284 const Region dirtyRegion(hw->getDirtyRegion(repaintEverything));
1287 doDisplayComposition(hw, dirtyRegion);
1289 hw->dirtyRegion.clear();
1853 hw->dirtyRegion.orSelf(dirty);
1860 Region dirtyRegion;
1928 Region dirtyRegion(inDirtyRegion);
1931 hw->swapRegion.orSelf(dirtyRegion);
1938 dirtyRegion.set(hw->swapRegion.bounds());
1945 dirtyRegion.set(hw->swapRegion.bounds());
1948 dirtyRegion.set(hw->bounds());
1949 hw->swapRegion = dirtyRegion;
1954 if (!doComposeSurfaces(hw, dirtyRegion)) return;
1962 doComposeSurfaces(hw, dirtyRegion);
1967 hw->swapRegion.orSelf(dirtyRegion);