Home
last modified time | relevance | path

Searched refs:random_color (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dcut_out_op.cc33 CutOutOp::CutOutOp(int32_t box_height, int32_t box_width, int32_t num_patches, bool random_color, u… in CutOutOp() argument
39 random_color_(random_color), in CutOutOp()
Dcut_out_op.h49 …CutOutOp(int32_t box_height, int32_t box_width, int32_t num_patches, bool random_color = kDefRando…
Dimage_utils.h289 … int32_t box_width, int32_t num_patches, bool bounded, bool random_color, std::mt19937 *rnd,
Dimage_utils.cc1225 …int32_t box_width, int32_t num_patches, bool bounded, bool random_color, std::mt19937 *rnd, uint8_… in Erase() argument
1273 if (random_color) { in Erase()
/third_party/pixman/test/
Dcomposite.c425 random_color (void) in random_color() function
446 image_init (&dst, random_color(), random_format(), 1); in run_test()
447 image_init (&src, random_color(), random_format(), random_size()); in run_test()
448 image_init (&mask, random_color(), random_format(), random_size()); in run_test()
Dstress-test.c619 random_color (void) in random_color() function
636 pixman_color_t color = random_color(); in create_random_solid_image()
660 stops[i].color = random_color(); in create_random_stops()
666 stops[*n_stops - 1].color = random_color(); in create_random_stops()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/kernels/ir/image/
Dbindings.cc307 auto random_color = std::make_shared<vision::RandomColorOperation>(t_lb, t_ub); in __anon682838b22a02() local
308 THROW_IF_ERROR(random_color->ValidateParams()); in __anon682838b22a02()
309 return random_color; in __anon682838b22a02()
/third_party/mindspore/mindspore/dataset/vision/
Dpy_transforms.py1482 return util.random_color(img, self.degrees)
Dpy_transforms_util.py1432 def random_color(img, degrees): function
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c120 random_color(png_colorp color) in random_color() function
3360 random_color(&background_color); in testimage()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c120 random_color(png_colorp color) in random_color() function
3360 random_color(&background_color); in testimage()
/third_party/libpng/contrib/libtests/
Dpngstest.c120 random_color(png_colorp color) in random_color() function
3360 random_color(&background_color); in testimage()