Home
last modified time | relevance | path

Searched refs:curvedScreenBoundary_ (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/dmserver/src/
H A Ddisplay_cutout_controller.cpp54 curvedScreenBoundary_ = curvedScreenBoundary; in SetCurvedScreenBoundary()
153 if (curvedScreenBoundary_.empty()) { in CalcBuiltInDisplayWaterfallRects()
158 uint32_t left = static_cast<uint32_t>(curvedScreenBoundary_[0]); in CalcBuiltInDisplayWaterfallRects()
159 uint32_t top = static_cast<uint32_t>(curvedScreenBoundary_[1]); in CalcBuiltInDisplayWaterfallRects()
160 uint32_t right = static_cast<uint32_t>(curvedScreenBoundary_[2]); in CalcBuiltInDisplayWaterfallRects()
161 uint32_t bottom = static_cast<uint32_t>(curvedScreenBoundary_[3]); in CalcBuiltInDisplayWaterfallRects()
191 uint32_t left = static_cast<uint32_t>(curvedScreenBoundary_[0]); in CalcBuiltInDisplayWaterfallRectsByRotation()
192 uint32_t top = static_cast<uint32_t>(curvedScreenBoundary_[1]); in CalcBuiltInDisplayWaterfallRectsByRotation()
193 uint32_t right = static_cast<uint32_t>(curvedScreenBoundary_[2]); in CalcBuiltInDisplayWaterfallRectsByRotation()
194 uint32_t bottom = static_cast<uint32_t>(curvedScreenBoundary_[ in CalcBuiltInDisplayWaterfallRectsByRotation()
[all...]
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_cutout_controller.h70 std::vector<int> curvedScreenBoundary_; // Order: left top right bottom member in OHOS::Rosen::DisplayCutoutController
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_cutout_controller_test.cpp63 ASSERT_EQ(controller->curvedScreenBoundary_.size(), 4); in HWTEST_F()
H A Ddisplay_manager_service_test.cpp138 ASSERT_EQ(dms_->displayCutoutController_->curvedScreenBoundary_[0], in HWTEST_F()

Completed in 3 milliseconds