Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWC2.h53 MOCK_METHOD1(setSourceCrop, Error(const android::FloatRect&));
DOutputLayerTest.cpp279 EXPECT_CALL(*mHwcLayer, setSourceCrop(kSourceCrop)).WillOnce(Return(kError)); in expectGeometryCommonCalls()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h386 [[clang::warn_unused_result]] virtual Error setSourceCrop(const android::FloatRect& crop) = 0;
423 Error setSourceCrop(const android::FloatRect& crop) override;
DHWC2.cpp986 Error Layer::setSourceCrop(const FloatRect& crop) in setSourceCrop() function in HWC2::impl::Layer
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp330 if (auto error = hwcLayer->setSourceCrop(mState.sourceCrop); error != HWC2::Error::None) { in writeStateToHWC()
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2Test.cpp2064 void setSourceCrop(Hwc2Test* test, hwc2_display_t display, hwc2_layer_t layer, in setSourceCrop() function
3285 setSourceCrop, advanceSourceCrop)); in TEST_F()
3292 setSourceCrop, advanceSourceCrop)); in TEST_F()
3299 setSourceCrop)); in TEST_F()