Searched refs:width2 (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/ |
H A D | hyper_graphic_manager_test.cpp | 376 int32_t width2 = 640; variable 400 EXPECT_EQ(screen2->SetRateAndResolution(screenId2, rate5, width2, height2), -1); 402 EXPECT_EQ(screen2->SetRateAndResolution(screenId2, rate5, width2, height), -1); 403 EXPECT_EQ(screen2->SetRateAndResolution(screenId2, rate, width2, height2), -1); 405 EXPECT_EQ(screen2->SetRateAndResolution(screenId2, rate, width2, height), -1);
|
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | display_group_info_test.cpp | 85 int32_t width2 = 2; in AddTestDisplayInfo() local 90 displayInfo2->SetWidth(width2); in AddTestDisplayInfo()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/ |
H A D | image_painter_test_ng.cpp | 631 auto width2 = boxPaintSize_.Width(); variable 632 EXPECT_EQ(width2, -1);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_uni_render_visitor_test.cpp | 2196 uint32_t width2 = 200; variable 2198 RectI rect2{left2, top2, width2, height2}; 2253 uint32_t width2 = 200; variable 2255 RectI rect2{left2, top2, width2, height2}; 2291 uint32_t width2 = 260; variable 2293 RectI rect1{left2, top2, width2, height2};
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_border_test.cpp | 88 Vector4f width2(1, 2, 3, 4); variable 89 border->SetWidthFour(width2);
|