Home
last modified time | relevance | path

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 Dhyper_graphic_manager_test.cpp376 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 Ddisplay_group_info_test.cpp85 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 Dimage_painter_test_ng.cpp631 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 Drs_uni_render_visitor_test.cpp2196 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 Drs_border_test.cpp88 Vector4f width2(1, 2, 3, 4); variable
89 border->SetWidthFour(width2);