Searched refs:height1 (Results 1 - 8 of 8) sorted by relevance
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkbitmap_fuzzer/ |
H A D | bitmap_fuzzer.cpp | 115 int32_t height1 = GetObject<int32_t>() % height; 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 D | rssurfaceframeohosgl_fuzzer.cpp | 71 int32_t height1 = 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 D | rssurfaceohosraster_fuzzer.cpp | 123 int32_t height1 = 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 D | rssurfaceframeohosraster_fuzzer.cpp | 123 int32_t height1 = GetData<int32_t>();
in DoSetDamageRegion() local 124 rsSurfaceFrameOhosRaster->SetDamageRegion(left, top, width1, height1);
in DoSetDamageRegion()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosvulkan_fuzzer/ |
H A D | rssurfaceframeohosvulkan_fuzzer.cpp | 111 int32_t height1 = GetData<int32_t>();
in DoSetDamageRegion() local 112 rsSurfaceFrameOhosVulkan->SetDamageRegion(left, top, width1, height1);
in DoSetDamageRegion()
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | display_group_info_test.cpp | 72 int32_t height1 = 0; in AddTestDisplayInfo() local 77 displayInfo1->SetHeight(height1); in AddTestDisplayInfo()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/ |
H A D | container_modal_test_ng.cpp | 569 const int32_t height1 = -1; in HWTEST_F() local 573 pattern_->SetContainerModalTitleHeight(height1); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_uni_render_visitor_test.cpp | 3281 uint32_t height1 = 600; in HWTEST_F() local 3282 RectI rect1{left1, top1, width1, height1}; in HWTEST_F() 3322 uint32_t height1 = 300; in HWTEST_F() local 3323 RectI rect{left1, top1, width1, height1}; in HWTEST_F()
|
Completed in 11 milliseconds