Home
last modified time | relevance | path

Searched refs:getSourceCrop (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestLayers.cpp196 hwc_frect_t Hwc2TestLayers::getSourceCrop(hwc2_layer_t layer) const in getSourceCrop() function in Hwc2TestLayers
201 return mTestLayers.at(layer).getSourceCrop(); in getSourceCrop()
DHwc2TestLayers.h70 hwc_frect_t getSourceCrop(hwc2_layer_t layer) const;
DHwc2TestLayer.h60 hwc_frect_t getSourceCrop() const;
DHwc2TestLayer.cpp164 hwc_frect_t Hwc2TestLayer::getSourceCrop() const in getSourceCrop() function in Hwc2TestLayer
DHwc2TestBuffer.cpp579 hwc_frect_t sc = testLayers->getSourceCrop(*layer); in compositeBufferFromLayers()
DHwc2Test.cpp1663 testLayers->getSourceCrop(layer))); in setLayerProperties()
2068 testLayer->getSourceCrop(), outErr)); in setSourceCrop()
/frameworks/native/services/surfaceflinger/
DRenderArea.h65 virtual Rect getSourceCrop() const = 0;
DDisplayDevice.h281 const Rect sourceCrop = getSourceCrop(); in needsFiltering()
290 Rect getSourceCrop() const override { in getSourceCrop() function
DSurfaceFlinger.cpp5787 Rect getSourceCrop() const override { in captureLayers() function in android::SurfaceFlinger::captureLayers::LayerRenderArea
5810 const Rect sourceCrop = getSourceCrop(); in captureLayers()
6022 const auto sourceCrop = renderArea.getSourceCrop(); in renderScreenImplLocked()