Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp80 reduce(layerState.geomLayerBounds, layerState.transparentRegionHint); in calculateInitialCrop()
219 FloatRect geomLayerBounds = layerState.geomLayerBounds; in calculateOutputDisplayFrame() local
225 geomLayerBounds.left -= outset; in calculateOutputDisplayFrame()
226 geomLayerBounds.top -= outset; in calculateOutputDisplayFrame()
227 geomLayerBounds.right += outset; in calculateOutputDisplayFrame()
228 geomLayerBounds.bottom += outset; in calculateOutputDisplayFrame()
230 Rect frame{layerTransform.transform(reduce(geomLayerBounds, activeTransparentRegion))}; in calculateOutputDisplayFrame()
DLayerFECompositionState.cpp68 dumpVal(out, "geomLayerBounds", geomLayerBounds); in dump()
DOutput.cpp548 const Rect visibleRect(tr.transform(layerFEState->geomLayerBounds)); in ensureOutputLayerIfVisible()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DLayerFECompositionState.h131 FloatRect geomLayerBounds; member
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputLayerTest.cpp156 mLayerFEState.geomLayerBounds = FloatRect{0.f, 0.f, 1920.f, 1080.f}; in OutputLayerSourceCropTest()
184 mLayerFEState.geomLayerBounds = FloatRect{-2000.f, -2000.f, 2000.f, 2000.f}; in TEST_F()
191 mLayerFEState.geomLayerBounds = FloatRect{-2000.f, -2000.f, 2000.f, 2000.f}; in TEST_F()
266 mLayerFEState.geomLayerBounds = FloatRect{0.f, 0.f, 1920.f, 1080.f}; in OutputLayerDisplayFrameTest()
310 mLayerFEState.geomLayerBounds = FloatRect{0.f, 0.f, 960.f, 540.f}; in TEST_F()
332 mLayerFEState.geomLayerBounds = FloatRect{100.f, 100.f, 200.f, 200.f}; in TEST_F()
333 Rect expected{mLayerFEState.geomLayerBounds}; in TEST_F()
343 mLayerFEState.geomLayerBounds = FloatRect{100.f, 100.f, 200.f, 200.f}; in TEST_F()
344 Rect expected{mLayerFEState.geomLayerBounds}; in TEST_F()
DOutputTest.cpp1291 mLayer.layerFEState.geomLayerBounds = FloatRect{0, 0, 100, 200}; in OutputEnsureOutputLayerIfVisibleTest()
1359 mLayer.layerFEState.geomLayerBounds = FloatRect{0, 0, 0, 0}; in TEST_F()
1509 mLayer.layerFEState.geomLayerBounds = FloatRect{0, 0, 200, 100}; in TEST_F()
1535 mLayer.layerFEState.geomLayerBounds = FloatRect{0, 0, 200, 100}; in TEST_F()
1615 mLayer.layerFEState.geomLayerBounds = FloatRect{0, 0, 100, 200}; in TEST_F()
/frameworks/native/services/surfaceflinger/
DLayer.cpp416 compositionState->geomLayerBounds = mBounds; in prepareBasicGeometryCompositionState()