Home
last modified time | relevance | path

Searched refs:testRect (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dgtx_input_event_sender_test.cpp62 Rect testRect{}; variable
66 GtxInputEventSender::GetInstance().SetTouchEvent(testRect, pointerEvent);
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_typography_properties.h83 …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 Drs_occlusion_region_test.cpp336 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 Dframe_node_test_ng_coverage.cpp351 …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 Dwindow_node_test.cpp682 Rect testRect = { 10, 10, 150, 150 }; variable
683 windowNode->SetOriginRect(testRect);
685 ASSERT_EQ(testRect, resultRect);