Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:newExposed

1903             const Region newExposed = visibleRegion - coveredRegion;
1907 dirty = (visibleRegion&oldCoveredRegion) | (newExposed-oldExposed);