Home
last modified time | relevance | path

Searched refs:width1 (Results 1 - 10 of 10) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkbitmap_fuzzer/
H A Dbitmap_fuzzer.cpp114 int32_t width1 = GetObject<int32_t>() % width; in BitmapFuzzTest002() local
128 OH_Drawing_BitmapReadPixels(nullptr, nullptr, nullptr, width * PATH_FOUR, width1, height1); in BitmapFuzzTest002()
129 OH_Drawing_BitmapReadPixels(bitmap, &imageInfo, pixels1, width * PATH_FOUR, width1, height1); in BitmapFuzzTest002()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosgl_fuzzer/
H A Drssurfaceframeohosgl_fuzzer.cpp70 int32_t width1 = GetData<int32_t>(); in DoSetDamageRegion() local
73 g_rsSurfaceFrameOhosGl->SetDamageRegion(left, top, width1, height1); in DoSetDamageRegion()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohosraster_fuzzer/
H A Drssurfaceohosraster_fuzzer.cpp122 int32_t width1 = GetData<int32_t>(); in DoSetDamageRegion() local
125 rsSurfaceFrameOhosRaster->SetDamageRegion(left, top, width1, height1); in DoSetDamageRegion()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosraster_fuzzer/
H A Drssurfaceframeohosraster_fuzzer.cpp122 int32_t width1 = GetData<int32_t>(); in DoSetDamageRegion() local
124 rsSurfaceFrameOhosRaster->SetDamageRegion(left, top, width1, height1); in DoSetDamageRegion()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_record_cmd_test.cpp72 int32_t width1 = OH_Drawing_CanvasGetWidth(canvas); in HWTEST_F() local
74 EXPECT_TRUE(width1 == width); in HWTEST_F()
H A Ddrawing_canvas_test.cpp1692 int32_t width1 = OH_Drawing_CanvasGetWidth(canvas); in HWTEST_F() local
1694 EXPECT_TRUE(width1 == width); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosvulkan_fuzzer/
H A Drssurfaceframeohosvulkan_fuzzer.cpp110 int32_t width1 = GetData<int32_t>(); in DoSetDamageRegion() local
112 rsSurfaceFrameOhosVulkan->SetDamageRegion(left, top, width1, height1); in DoSetDamageRegion()
/foundation/window/window_manager/wmserver/test/unittest/
H A Ddisplay_group_info_test.cpp73 int32_t width1 = 0; in AddTestDisplayInfo() local
78 displayInfo1->SetWidth(width1); in AddTestDisplayInfo()
/foundation/arkui/ace_engine/test/unittest/core/render/
H A Dimage_painter_test_ng.cpp629 * @tc.expected: expect width1 is -2. in HWTEST_F()
635 auto width1 = srcSize.Width() * (boxPaintSize_.Height() / srcSize.Height()); in HWTEST_F() local
636 EXPECT_EQ(width1, -2); in HWTEST_F()
640 * @tc.expected: expect width1 is 1. in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_visitor_test.cpp3280 uint32_t width1 = 260; in HWTEST_F() local
3282 RectI rect1{left1, top1, width1, height1}; in HWTEST_F()
3321 uint32_t width1 = 200; in HWTEST_F() local
3323 RectI rect{left1, top1, width1, height1}; in HWTEST_F()

Completed in 18 milliseconds