Searched refs:geomLayerBounds (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | LayerFECompositionState.h | 57 FloatRect geomLayerBounds; member
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | LayerCompositionState.cpp | 50 dumpVal(out, "geomLayerBounds", state.geomLayerBounds); in dumpFrontEnd()
|
D | OutputLayer.cpp | 104 reduce(layerState.geomLayerBounds, layerState.geomActiveTransparentRegion); in calculateInitialCrop() 243 layerTransform.transform(reduce(layerState.geomLayerBounds, activeTransparentRegion))}; in calculateOutputDisplayFrame()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | OutputLayerTest.cpp | 122 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/ |
D | Layer.cpp | 447 compositionState.geomLayerBounds = mBounds; in latchGeometry()
|