Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_round_corner_display.cpp43 LoadImgsbyResolution(displayWidth_, displayHeight_); in Init()
123 hardInfo_.topLayer->layerHeight = displayHeight_; in SetHardwareLayerSize()
125 hardInfo_.bottomLayer->layerHeight = displayHeight_; in SetHardwareLayerSize()
214 if (width == displayWidth_ && height == displayHeight_) { in UpdateDisplayParameter()
219 "displayHeight_ updated from %{public}u -> %{public}u \n", __func__, in UpdateDisplayParameter()
220 displayWidth_, width, displayHeight_, height); in UpdateDisplayParameter()
224 displayHeight_ = height; in UpdateDisplayParameter()
413 canvas->DrawImage(*curBottom_, 0, displayHeight_ - curBottom_->GetHeight(), Drawing::SamplingOptions()); in DrawOneRoundCorner()
H A Drs_round_corner_display.h72 // update displayWidth_ and displayHeight_
154 uint32_t displayHeight_ = 0; member in OHOS::Rosen::RoundCornerDisplay
/foundation/window/window_manager/test/systemtest/dms/
H A Ddisplay_manager_test.cpp59 static inline int32_t displayHeight_; member in OHOS::Rosen::DisplayManagerTest
70 displayHeight_ = display->GetHeight(); in SetUpTestCase()
97 height = displayHeight_; in CreateWindow()
163 auto displayHeight = DisplayManagerTest::displayHeight_; in HWTEST_F()
246 auto displayHeight = DisplayManagerTest::displayHeight_; in HWTEST_F()
/foundation/window/window_manager/utils/test/unittest/
H A Dsurface_draw_test.cpp57 static inline int32_t displayHeight_; member in OHOS::Rosen::SurfaceDrawTest
69 displayHeight_ = display->GetHeight(); in SetUpTestCase()
172 screenRect.height_ = displayHeight_; in HWTEST_F()
174 transRect.height_ = displayHeight_; in HWTEST_F()

Completed in 5 milliseconds