Searched refs:geomCrop (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | LayerFECompositionState.h | 153 Rect geomCrop; member
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | LayerFECompositionState.cpp | 61 dumpVal(out, "geomCrop", geomCrop); in dump()
|
D | OutputLayer.cpp | 194 Rect activeCrop = layerState.geomCrop; in calculateOutputDisplayFrame()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | OutputLayerTest.cpp | 273 mLayerFEState.geomCrop = Rect{0, 0, 1920, 1080}; in OutputLayerDisplayFrameTest() 299 mLayerFEState.geomCrop = Rect{100, 200, 300, 500}; in TEST_F() 305 mLayerFEState.geomCrop = Rect{100, 200, 300, 500}; in TEST_F() 312 mLayerFEState.geomCrop = Rect{}; in TEST_F()
|
/frameworks/native/services/surfaceflinger/FrontEnd/ |
D | LayerSnapshot.cpp | 408 geomCrop = requested.crop; in merge()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | LayerSnapshotTest.cpp | 157 EXPECT_EQ(getSnapshot(11)->geomCrop, layerCrop); in TEST_F()
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.cpp | 607 snapshot->geomCrop = getCrop(drawingState); in prepareGeometryCompositionState()
|