Searched refs:testRect (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | gtx_input_event_sender_test.cpp | 62 Rect testRect{}; variable 66 GtxInputEventSender::GetInstance().SetTouchEvent(testRect, pointerEvent);
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_typography_properties.h | 83 …TextRect(TestingRect testRect, TextDirection testDirection) : direction(testDirection), rect(testR… in TextRect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/ |
H A D | rs_occlusion_region_test.cpp | 336 Rect testRect{65, 64, 82, 95}; variable 337 Region testRegion(testRect); 342 ASSERT_TRUE(region5.IntersectArea(testRect) == region6.Area());
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | frame_node_test_ng_coverage.cpp | 351 …NG::RectF testRect = { 10.0f, 10.0f, 10.0f, 10.0f }; // 10.0f is the x, y, width and height of rect variable 365 layoutProperty->SetLayoutRect(testRect); 1400 …NG::RectF testRect = { 10.0f, 10.0f, 10.0f, 10.0f }; // 10.0f is the x, y, width and height of rect variable 1402 layoutProperty->SetLayoutRect(testRect); 1429 …NG::RectF testRect = { 10.0f, 10.0f, 10.0f, 10.0f }; // 10.0f is the x, y, width and height of rect variable 1431 layoutProperty->SetLayoutRect(testRect); 1457 …NG::RectF testRect = { 10.0f, 10.0f, 10.0f, 10.0f }; // 10.0f is the x, y, width and height of rect variable 1459 layoutProperty->SetLayoutRect(testRect);
|
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_node_test.cpp | 682 Rect testRect = { 10, 10, 150, 150 }; variable 683 windowNode->SetOriginRect(testRect); 685 ASSERT_EQ(testRect, resultRect);
|