Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DLayerFECompositionState.h152 Rect geomContentCrop; member
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DLayerFECompositionState.cpp60 dumpVal(out, "geomContentCrop", geomContentCrop); in dump()
DOutputLayer.cpp117 FloatRect crop = layerState.geomContentCrop.toFloatRect(); in calculateOutputSourceCrop()
/frameworks/native/services/surfaceflinger/
DLayerFE.cpp254 getDrawingTransformMatrix(layerSettings.source.buffer.buffer, mSnapshot->geomContentCrop, in prepareBufferStateClientComposition()
DLayer.cpp608 snapshot->geomContentCrop = getBufferCrop(); in prepareGeometryCompositionState()
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshot.cpp360 geomContentCrop = requested.getBufferCrop(); in merge()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputLayerTest.cpp162 mLayerFEState.geomContentCrop = Rect{0, 0, 1920, 1080}; in OutputLayerSourceCropTest()
247 mLayerFEState.geomContentCrop = Rect{0, 0, 960, 540}; in TEST_F()