Home
last modified time | relevance | path

Searched refs:geomLayerBounds (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DLayerFECompositionState.h57 FloatRect geomLayerBounds; member
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DLayerCompositionState.cpp50 dumpVal(out, "geomLayerBounds", state.geomLayerBounds); in dumpFrontEnd()
DOutputLayer.cpp104 reduce(layerState.geomLayerBounds, layerState.geomActiveTransparentRegion); in calculateInitialCrop()
243 layerTransform.transform(reduce(layerState.geomLayerBounds, activeTransparentRegion))}; in calculateOutputDisplayFrame()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputLayerTest.cpp122 mLayerState.frontEnd.geomLayerBounds = FloatRect{0.f, 0.f, 1920.f, 1080.f}; in OutputLayerDisplayFrameTest()
167 mLayerState.frontEnd.geomLayerBounds = FloatRect{0.f, 0.f, 960.f, 540.f}; in TEST_F()
/frameworks/native/services/surfaceflinger/
DLayer.cpp447 compositionState.geomLayerBounds = mBounds; in latchGeometry()