Searched refs:geomContentCrop (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | LayerFECompositionState.h | 152 Rect geomContentCrop; member
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | LayerFECompositionState.cpp | 60 dumpVal(out, "geomContentCrop", geomContentCrop); in dump()
|
D | OutputLayer.cpp | 117 FloatRect crop = layerState.geomContentCrop.toFloatRect(); in calculateOutputSourceCrop()
|
/frameworks/native/services/surfaceflinger/ |
D | LayerFE.cpp | 254 getDrawingTransformMatrix(layerSettings.source.buffer.buffer, mSnapshot->geomContentCrop, in prepareBufferStateClientComposition()
|
D | Layer.cpp | 608 snapshot->geomContentCrop = getBufferCrop(); in prepareGeometryCompositionState()
|
/frameworks/native/services/surfaceflinger/FrontEnd/ |
D | LayerSnapshot.cpp | 360 geomContentCrop = requested.getBufferCrop(); in merge()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | OutputLayerTest.cpp | 162 mLayerFEState.geomContentCrop = Rect{0, 0, 1920, 1080}; in OutputLayerSourceCropTest() 247 mLayerFEState.geomContentCrop = Rect{0, 0, 960, 540}; in TEST_F()
|