Searched refs:coveredRegion (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
D | OutputLayerCompositionState.h | 57 Region coveredRegion; member
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | OutputLayerCompositionState.cpp | 55 dumpVal(out, "coveredRegion", coveredRegion); in dump()
|
D | Output.cpp | 413 Region coveredRegion; in ensureOutputLayerIfVisible() local 476 coveredRegion = coverage.aboveCoveredLayers.intersect(visibleRegion); in ensureOutputLayerIfVisible() 500 prevOutputLayer ? prevOutputLayer->getState().coveredRegion : kEmptyRegion; in ensureOutputLayerIfVisible() 523 const Region newExposed = visibleRegion - coveredRegion; in ensureOutputLayerIfVisible() 558 outputLayerState.coveredRegion = coveredRegion; in ensureOutputLayerIfVisible()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | OutputTest.cpp | 1082 mLayer.outputLayerState.coveredRegion = Region(Rect(50, 0, 100, 200)); in OutputEnsureOutputLayerIfVisibleTest() 1175 EXPECT_THAT(mLayer.outputLayerState.coveredRegion, RegionEq(kEmptyRegion)); in TEST_F() 1197 EXPECT_THAT(mLayer.outputLayerState.coveredRegion, RegionEq(kEmptyRegion)); in TEST_F() 1220 EXPECT_THAT(mLayer.outputLayerState.coveredRegion, RegionEq(kEmptyRegion)); in TEST_F() 1242 EXPECT_THAT(mLayer.outputLayerState.coveredRegion, RegionEq(kEmptyRegion)); in TEST_F() 1265 EXPECT_THAT(mLayer.outputLayerState.coveredRegion, RegionEq(kEmptyRegion)); in TEST_F() 1287 EXPECT_THAT(mLayer.outputLayerState.coveredRegion, RegionEq(kEmptyRegion)); in TEST_F() 1298 mLayer.outputLayerState.coveredRegion = Region(Rect(100, 0, 200, 100)); in TEST_F() 1313 EXPECT_THAT(mLayer.outputLayerState.coveredRegion, RegionEq(kEmptyRegion)); in TEST_F() 1324 mLayer.outputLayerState.coveredRegion = Region(Rect(100, 0, 200, 100)); in TEST_F() [all …]
|