Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
H A DCachedSet.h106 Region boundingRegion; in append() local
107 boundingRegion.orSelf(mBounds); in append()
108 boundingRegion.orSelf(other.mBounds); in append()
109 mBounds = boundingRegion.getBounds(); in append()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
H A DCachedSet.cpp77 Region boundingRegion; in addLayer() local
78 boundingRegion.orSelf(mBounds); in addLayer()
79 boundingRegion.orSelf(layer->getDisplayFrame()); in addLayer()
80 mBounds = boundingRegion.getBounds(); in addLayer()