Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DLayerFECompositionState.h150 Rect geomContentCrop; member
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DLayerFECompositionState.cpp60 dumpVal(out, "geomContentCrop", geomContentCrop); in dump()
H A DOutputLayer.cpp114 FloatRect crop = layerState.geomContentCrop.toFloatRect(); in calculateOutputSourceCrop()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DOutputLayerTest.cpp154 mLayerFEState.geomContentCrop = Rect{0, 0, 1920, 1080}; in OutputLayerSourceCropTest()
239 mLayerFEState.geomContentCrop = Rect{0, 0, 960, 540}; in TEST_F()
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.cpp446 compositionState->geomContentCrop = getBufferCrop(); in prepareGeometryCompositionState()