Searched refs:dst1 (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/matrix_fuzzer/ |
H A D | matrix_fuzzer.cpp | 143 Point dst1[array_size]; in MatrixFuzzTest002() local 146 dst1[i].Set(xRad, yRad); in MatrixFuzzTest002() 149 matrix.SetPolyToPoly(src1, dst1, array_size); in MatrixFuzzTest002()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/ |
H A D | pixel_map_test.cpp | 985 uint8_t *dst1 = new uint8_t(0); in HWTEST_F() local 986 EXPECT_TRUE(dst1 != nullptr); in HWTEST_F() 987 auto ret = pixelMap1->ReadPixels(bufferSize1, dst1); in HWTEST_F() 989 delete dst1; in HWTEST_F() 1020 uint8_t *dst1 = new uint8_t(0); in HWTEST_F() local 1031 EXPECT_TRUE(dst1 != nullptr); in HWTEST_F() 1032 auto ret = pixelMap1->ReadPixels(bufferSize1, offset1, stride1, rect1, dst1); in HWTEST_F() 1034 delete dst1; in HWTEST_F() 1092 uint8_t *dst1 = new uint8_t(0); in HWTEST_F() local 1103 auto ret = pixelMap1->ReadPixels(bufferSize1, offset1, stride1, rect1, dst1); in HWTEST_F() 1152 uint8_t *dst1 = new uint8_t(0); HWTEST_F() local 1208 uint8_t *dst1 = new uint8_t(0); HWTEST_F() local 1434 uint8_t *dst1 = new uint8_t(0); HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_filter_cache_manager_test.cpp | 406 auto [src1, dst1] = rsFilterCacheManager->ValidateParams(filterCanvas, srcRect, dstRect); in HWTEST_F() 408 EXPECT_EQ(dst1, filterCanvas.GetRoundInDeviceClipBounds()); in HWTEST_F()
|
Completed in 5 milliseconds