Home | History | Annotate | Download | only in surfaceflinger

Lines Matching defs:dirtyRegion

1153             const Region dirtyRegion(hw->getDirtyRegion(repaintEverything));
1154 if (!dirtyRegion.isEmpty()) {
1161 engine.fillRegionWithColor(dirtyRegion, height, 1, 0, 1, 1);
1358 Region dirtyRegion;
1364 computeVisibleRegions(hw, dirtyRegion, opaqueRegion);
1380 hw->dirtyRegion.orSelf(dirtyRegion);
1500 const Region dirtyRegion(hw->getDirtyRegion(repaintEverything));
1503 doDisplayComposition(hw, dirtyRegion);
1505 hw->dirtyRegion.clear();
2062 hw->dirtyRegion.orSelf(dirty);
2070 Region dirtyRegion;
2135 Region dirtyRegion(inDirtyRegion);
2138 hw->swapRegion.orSelf(dirtyRegion);
2145 dirtyRegion.set(hw->swapRegion.bounds());
2152 dirtyRegion.set(hw->swapRegion.bounds());
2155 dirtyRegion.set(hw->bounds());
2156 hw->swapRegion = dirtyRegion;
2161 if (!doComposeSurfaces(hw, dirtyRegion)) return;
2169 doComposeSurfaces(hw, dirtyRegion);
2174 hw->swapRegion.orSelf(dirtyRegion);