Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
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()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DCachedSet.cpp78 Region boundingRegion; in addLayer() local
79 boundingRegion.orSelf(mBounds); in addLayer()
80 boundingRegion.orSelf(layer->getDisplayFrame()); in addLayer()
81 mBounds = boundingRegion.getBounds(); in addLayer()