Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h330 [[clang::warn_unused_result]] Error setSourceCrop(
DHWC2.cpp926 Error Layer::setSourceCrop(const FloatRect& crop) in setSourceCrop() function in HWC2::Layer
/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()
/frameworks/native/services/surfaceflinger/
DLayer.cpp565 error = hwcLayer->setSourceCrop(sourceCrop); in setGeometry()