Searched refs:GetWidth (Results 1 – 12 of 12) sorted by relevance
/test/xts/dcts/distributedhardware/distributedscreentest/ |
D | test.cpp | 68 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/ |
D | rect_algorithm.cpp | 139 if (width * height <= out.GetWidth() * out.GetHeight()) { in FindMaxVisibleRegion() 189 return out.GetHeight() > 0 && out.GetWidth() > 0; in ComputeMaxVisibleRegion()
|
D | widget_operator.cpp | 164 float_t widthScale = (float_t)(rootBound.GetWidth()) / (float_t)(rectBound.GetWidth()); in PinchWidget()
|
D | ui_model.h | 101 FORCE_INLINE int32_t GetWidth() const in GetWidth() function
|
D | window_operator.cpp | 144 … (((direction == D_UP) || (direction == D_DOWN)) && width != window_.bounds_.GetWidth())) { in Resize()
|
D | ui_model.cpp | 309 if (!amendBounds || (newBounds.GetWidth() > 0 && newBounds.GetHeight() > 0)) { in ConstructFromDom()
|
/test/testfwk/arkxtest/uitest/test/ |
D | rect_algorithm_test.cpp | 174 ASSERT_EQ(expectedRegion.GetHeight() > 0 && expectedRegion.GetWidth() > 0, visible); in TEST()
|
D | ui_model_test.cpp | 35 ASSERT_EQ(rect.GetWidth(), 200 - 100); in TEST()
|
/test/ostest/wukong/common/src/ |
D | wukong_util.cpp | 50 auto width = static_cast<uint32_t>(pixelMap->GetWidth()); in TakeWuKongScreenCap() 305 screenWidth_ = display->GetWidth(); in GetScreenSize()
|
/test/testfwk/arkxtest/uitest/server/ |
D | system_ui_controller.cpp | 457 auto width = static_cast<uint32_t>(pixelMap->GetWidth()); in TakeScreenCap() 605 auto width = display->GetWidth(); in GetDisplaySize()
|
/test/xts/hats/hdf/camera/buffer_manager/ |
D | buffer_manager_utest.cpp | 171 EXPECT_EQ(true, buffer->GetWidth() == 2);
|
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/ |
D | ActsMediaCameraTest.cpp | 1529 EXPECT_EQ(1920, surface->GetWidth()); in HWTEST_F() 1546 EXPECT_EQ(480, surface->GetWidth()); in HWTEST_F()
|