Lines Matching refs:dirtyRegion
1093 const Region dirtyRegion(hw->getDirtyRegion(repaintEverything));
1094 if (!dirtyRegion.isEmpty()) {
1101 engine.fillRegionWithColor(dirtyRegion, height, 1, 0, 1, 1);
1228 Region dirtyRegion;
1235 displayDevice->getLayerStack(), dirtyRegion,
1261 displayDevice->dirtyRegion.orSelf(dirtyRegion);
1373 const Region dirtyRegion(hw->getDirtyRegion(repaintEverything));
1376 doDisplayComposition(hw, dirtyRegion);
1378 hw->dirtyRegion.clear();
1932 hw->dirtyRegion.orSelf(dirty);
1941 Region dirtyRegion;
2010 Region dirtyRegion(inDirtyRegion);
2013 hw->swapRegion.orSelf(dirtyRegion);
2020 dirtyRegion.set(hw->swapRegion.bounds());
2027 dirtyRegion.set(hw->swapRegion.bounds());
2030 dirtyRegion.set(hw->bounds());
2031 hw->swapRegion = dirtyRegion;
2035 if (!doComposeSurfaces(hw, dirtyRegion)) return;
2038 hw->swapRegion.orSelf(dirtyRegion);