Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DOutputLayerCompositionState.h71 Region shadowRegion; member
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DOutput.cpp547 Region shadowRegion; in ensureOutputLayerIfVisible() local
564 shadowRegion = visibleRegion.subtract(visibleRect); in ensureOutputLayerIfVisible()
666 Region visibleNonShadowRegion = visibleRegion.subtract(shadowRegion); in ensureOutputLayerIfVisible()
680 outputLayerState.shadowRegion = shadowRegion; in ensureOutputLayerIfVisible()
1198 !layerState.visibleRegion.subtract(layerState.shadowRegion).isEmpty(); in generateClientCompositionRequests()
H A DOutputLayerCompositionState.cpp61 dumpVal(out, "shadowRegion", shadowRegion); in dump()
/aosp12/frameworks/av/media/libstagefright/renderfright/tests/
H A DRenderEngineTest.cpp212 const Region shadowRegion = Region(casterWithShadow).subtractSelf(casterRect); in expectShadowColor() local
220 Rect const* r = shadowRegion.getArray(&c); in expectShadowColor()
/aosp12/frameworks/native/libs/renderengine/tests/
H A DRenderEngineTest.cpp358 const Region shadowRegion = Region(casterWithShadow).subtractSelf(casterRect); in expectShadowColor() local
366 Rect const* r = shadowRegion.getArray(&c); in expectShadowColor()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DOutputTest.cpp1708 EXPECT_THAT(mLayer.outputLayerState.shadowRegion, RegionEq(kExpectedLayerShadowRegion)); in TEST_F()
1733 EXPECT_THAT(mLayer.outputLayerState.shadowRegion, RegionEq(kExpectedLayerShadowRegion)); in TEST_F()
4444 mLayers[2].mOutputLayerState.shadowRegion = kShadowRegion; in TEST_F()
4470 mLayers[2].mOutputLayerState.shadowRegion = kShadowRegion; in TEST_F()