Home
last modified time | relevance | path

Searched refs:GetWidth (Results 1 – 12 of 12) sorted by relevance

/test/xts/dcts/distributedhardware/distributedscreentest/
Dtest.cpp68 if (!screen->IsReal() && screen->GetWidth() > 0) { in QueryRemoteScreenInfo()
81 DHLOGE("width: : %d", screen->GetWidth()); in QueryRemoteScreenInfo()
196 …on> options = {{defaultDisplay->GetScreenId(), 0, 0}, {g_screenId, defaultDisplay->GetWidth(), 0}}; in StartExpand()
/test/testfwk/arkxtest/uitest/core/
Drect_algorithm.cpp139 if (width * height <= out.GetWidth() * out.GetHeight()) { in FindMaxVisibleRegion()
189 return out.GetHeight() > 0 && out.GetWidth() > 0; in ComputeMaxVisibleRegion()
Dwidget_operator.cpp164 float_t widthScale = (float_t)(rootBound.GetWidth()) / (float_t)(rectBound.GetWidth()); in PinchWidget()
Dui_model.h101 FORCE_INLINE int32_t GetWidth() const in GetWidth() function
Dwindow_operator.cpp144 … (((direction == D_UP) || (direction == D_DOWN)) && width != window_.bounds_.GetWidth())) { in Resize()
Dui_model.cpp309 if (!amendBounds || (newBounds.GetWidth() > 0 && newBounds.GetHeight() > 0)) { in ConstructFromDom()
/test/testfwk/arkxtest/uitest/test/
Drect_algorithm_test.cpp174 ASSERT_EQ(expectedRegion.GetHeight() > 0 && expectedRegion.GetWidth() > 0, visible); in TEST()
Dui_model_test.cpp35 ASSERT_EQ(rect.GetWidth(), 200 - 100); in TEST()
/test/ostest/wukong/common/src/
Dwukong_util.cpp50 auto width = static_cast<uint32_t>(pixelMap->GetWidth()); in TakeWuKongScreenCap()
305 screenWidth_ = display->GetWidth(); in GetScreenSize()
/test/testfwk/arkxtest/uitest/server/
Dsystem_ui_controller.cpp457 auto width = static_cast<uint32_t>(pixelMap->GetWidth()); in TakeScreenCap()
605 auto width = display->GetWidth(); in GetDisplaySize()
/test/xts/hats/hdf/camera/buffer_manager/
Dbuffer_manager_utest.cpp171 EXPECT_EQ(true, buffer->GetWidth() == 2);
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/
DActsMediaCameraTest.cpp1529 EXPECT_EQ(1920, surface->GetWidth()); in HWTEST_F()
1546 EXPECT_EQ(480, surface->GetWidth()); in HWTEST_F()