Home
last modified time | relevance | path

Searched refs:GetHeight (Results 1 – 14 of 14) sorted by relevance

/test/testfwk/arkxtest/uitest/addon/
Dscreen_copy.cpp189 const size_t newestFrameSize = newestFrame_->GetHeight() * newestFrame_->GetRowStride(); in UpdateFrameLocked()
199 const size_t lastFrameSize = lastFrame_->GetHeight() * lastFrame_->GetRowStride(); in UpdateFrameLocked()
237 auto origHeight = newestFrame_->GetHeight(); in ScaleNewsetFrameLocked()
268 AdaptJpegSize(jpeg, scaledPixels->GetWidth(), scaledPixels->GetHeight()); in WaitAndConsumeFrames()
281 for (int32_t rowIndex = 0; rowIndex < scaledPixels->GetHeight(); rowIndex++) { in WaitAndConsumeFrames()
/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()
Dselect_strategy.cpp69 … if (widget.IsVisible() && (visibleInParent.GetHeight() == 0 || visibleInParent.GetWidth() == 0)) { in CalcWidgetVisibleBounds()
139 if ((oriBounds.GetHeight() == 0 || oriBounds.GetWidth() == 0) && in RefreshWidgetBounds()
149 if (widgetVisibleBounds.GetHeight() <= 0 && widgetVisibleBounds.GetWidth() <= 0) { in RefreshWidgetBounds()
156 if (widgetVisibleBounds.GetHeight() <= 0 || widgetVisibleBounds.GetWidth() <= 0) { in RefreshWidgetBounds()
Dwidget_operator.cpp168 float_t heightScale = (float_t)(rootBound.GetHeight()) / (float_t)(rectBound.GetHeight()); in PinchWidget()
Dui_model.h138 FORCE_INLINE int32_t GetHeight() const in GetHeight() function
Dfrontend_api_handler.cpp1297 … if ((((direction == LEFT) || (direction == RIGHT)) && highth != window.bounds_.GetHeight()) || in RegisterUiWindowOperators()
/test/testfwk/arkxtest/uitest/test/
Dui_model_test.cpp34 ASSERT_EQ(rect.GetHeight(), 400 - 300); in TEST()
Drect_algorithm_test.cpp174 ASSERT_EQ(expectedRegion.GetHeight() > 0 && expectedRegion.GetWidth() > 0, visible); in TEST()
Dmock_element_node_iterator.h267 … nodeOriginRect.GetHeight() > 0 && nodeOriginRect.GetWidth() > 0 ? "true" : "false"); in WrapperNodeAttrToVec()
/test/xts/dcts/distributedhardware/distributedscreentest/
Dtest.cpp85 DHLOGE("height : %d", screen->GetHeight()); in QueryRemoteScreenInfo()
/test/ostest/wukong/common/src/
Dwukong_util.cpp54 auto height = static_cast<uint32_t>(pixelMap->GetHeight()); in TakeWuKongScreenCap()
410 screenHeight_ = display->GetHeight(); in GetScreenSize()
/test/testfwk/arkxtest/uitest/server/
Dsystem_ui_controller.cpp595 auto height = static_cast<uint32_t>(pixelMap->GetHeight()); in TakeScreenCap()
767 auto height = display->GetHeight(); in GetDisplaySize()
/test/xts/hats/hdf/camera/cameraHdi/buffer_manager/
Dbuffer_manager_utest.cpp174 EXPECT_EQ(true, buffer->GetHeight() == 1);
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/
DActsMediaCameraTest.cpp1530 EXPECT_EQ(1080, surface->GetHeight()); in HWTEST_F()
1547 EXPECT_EQ(360, surface->GetHeight()); in HWTEST_F()