Home
last modified time | relevance | path

Searched refs:oldExposed (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutput.cpp753 const Region oldExposed = oldVisibleRegion - oldCoveredRegion; in ensureOutputLayerIfVisible() local
754 dirty = (visibleRegion & oldCoveredRegion) | (newExposed - oldExposed); in ensureOutputLayerIfVisible()