Searched refs:testRect (Results 1 - 5 of 5) sorted by relevance
/foundation/window/window_manager/wm/test/unittest/ |
H A D | gtx_input_event_sender_test.cpp | 62 Rect testRect{}; in HWTEST_F() 66 GtxInputEventSender::GetInstance().SetTouchEvent(testRect, pointerEvent); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_typography_properties.h | 83 TextRect(TestingRect testRect, TextDirection testDirection) : direction(testDirection), rect(testRect) {} in TextRect()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/ |
H A D | rs_occlusion_region_test.cpp | 333 Rect testRect{65, 64, 82, 95}; in HWTEST_F() 334 Region testRegion(testRect); in HWTEST_F() 339 ASSERT_TRUE(region5.IntersectArea(testRect) == region6.Area()); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | frame_node_test_ng_coverage.cpp | 358 NG::RectF testRect = { 10.0f, 10.0f, 10.0f, 10.0f }; // 10.0f is the x, y, width and height of rect in HWTEST_F() local 372 layoutProperty->SetLayoutRect(testRect); in HWTEST_F() 1437 NG::RectF testRect = { 10.0f, 10.0f, 10.0f, 10.0f }; // 10.0f is the x, y, width and height of rect in HWTEST_F() local 1439 layoutProperty->SetLayoutRect(testRect); in HWTEST_F() 1468 NG::RectF testRect = { 10.0f, 10.0f, 10.0f, 10.0f }; // 10.0f is the x, y, width and height of rect in HWTEST_F() local 1470 layoutProperty->SetLayoutRect(testRect); in HWTEST_F() 1499 NG::RectF testRect = { 10.0f, 10.0f, 10.0f, 10.0f }; // 10.0f is the x, y, width and height of rect in HWTEST_F() local 1501 layoutProperty->SetLayoutRect(testRect); in HWTEST_F()
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_node_test.cpp | 682 Rect testRect = { 10, 10, 150, 150 }; in HWTEST_F() local 683 windowNode->SetOriginRect(testRect); in HWTEST_F() 685 ASSERT_EQ(testRect, resultRect); in HWTEST_F()
|
Completed in 7 milliseconds