Searched refs:geomCrop (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | OutputLayerTest.cpp | 121 mLayerState.frontEnd.geomCrop = Rect{0, 0, 1920, 1080}; in OutputLayerDisplayFrameTest() 148 mLayerState.frontEnd.geomCrop = Rect{100, 200, 300, 500}; in TEST_F() 154 mLayerState.frontEnd.geomCrop = Rect{100, 200, 300, 500}; in TEST_F() 161 mLayerState.frontEnd.geomCrop = Rect{}; in TEST_F()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | LayerFECompositionState.h | 55 Rect geomCrop; member
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | LayerCompositionState.cpp | 43 dumpVal(out, "geomCrop", state.geomCrop); in dumpFrontEnd()
|
D | OutputLayer.cpp | 215 Rect activeCrop = layerState.geomCrop; in calculateOutputDisplayFrame()
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.cpp | 443 compositionState.geomCrop = getCrop(drawingState); in latchGeometry()
|