Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWC2.h65 MOCK_METHOD1(setSourceCrop, Error(const android::FloatRect&));
DOutputLayerTest.cpp743 EXPECT_CALL(*mHwcLayer, setSourceCrop(kSourceCrop)).WillOnce(Return(kError)); in expectGeometryCommonCalls()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h377 [[clang::warn_unused_result]] virtual hal::Error setSourceCrop(
421 hal::Error setSourceCrop(const android::FloatRect& crop) override;
DHWC2.cpp938 Error Layer::setSourceCrop(const FloatRect& crop) in setSourceCrop() function in android::HWC2::impl::Layer
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp363 if (auto error = hwcLayer->setSourceCrop(outputDependentState.sourceCrop); in writeOutputDependentGeometryStateToHWC()