Searched refs:geomLayerBounds (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | LayerFECompositionState.h | 116 FloatRect geomLayerBounds; member
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | LayerFECompositionState.cpp | 68 dumpVal(out, "geomLayerBounds", geomLayerBounds); in dump()
|
D | OutputLayer.cpp | 78 reduce(layerState.geomLayerBounds, layerState.transparentRegionHint); in calculateInitialCrop() 217 layerTransform.transform(reduce(layerState.geomLayerBounds, activeTransparentRegion))}; in calculateOutputDisplayFrame()
|
D | Output.cpp | 435 const Rect visibleRect(tr.transform(layerFEState->geomLayerBounds)); in ensureOutputLayerIfVisible()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | OutputLayerTest.cpp | 136 mLayerFEState.geomLayerBounds = FloatRect{0.f, 0.f, 1920.f, 1080.f}; in OutputLayerSourceCropTest() 164 mLayerFEState.geomLayerBounds = FloatRect{-2000.f, -2000.f, 2000.f, 2000.f}; in TEST_F() 171 mLayerFEState.geomLayerBounds = FloatRect{-2000.f, -2000.f, 2000.f, 2000.f}; in TEST_F() 246 mLayerFEState.geomLayerBounds = FloatRect{0.f, 0.f, 1920.f, 1080.f}; in OutputLayerDisplayFrameTest() 290 mLayerFEState.geomLayerBounds = FloatRect{0.f, 0.f, 960.f, 540.f}; in TEST_F()
|
D | OutputTest.cpp | 1077 mLayer.layerFEState.geomLayerBounds = FloatRect{0, 0, 100, 200}; in OutputEnsureOutputLayerIfVisibleTest() 1145 mLayer.layerFEState.geomLayerBounds = FloatRect{0, 0, 0, 0}; in TEST_F() 1295 mLayer.layerFEState.geomLayerBounds = FloatRect{0, 0, 200, 100}; in TEST_F() 1321 mLayer.layerFEState.geomLayerBounds = FloatRect{0, 0, 200, 100}; in TEST_F() 1401 mLayer.layerFEState.geomLayerBounds = FloatRect{0, 0, 100, 200}; in TEST_F()
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.cpp | 459 compositionState->geomLayerBounds = mBounds; in prepareBasicGeometryCompositionState()
|