Home
last modified time | relevance | path

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

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