Searched refs:random_color (Results 1 – 12 of 12) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | cut_out_op.cc | 33 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()
|
D | cut_out_op.h | 49 …CutOutOp(int32_t box_height, int32_t box_width, int32_t num_patches, bool random_color = kDefRando…
|
D | image_utils.h | 289 … int32_t box_width, int32_t num_patches, bool bounded, bool random_color, std::mt19937 *rnd,
|
D | image_utils.cc | 1225 …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/ |
D | composite.c | 425 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()
|
D | stress-test.c | 619 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/ |
D | bindings.cc | 307 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/ |
D | py_transforms.py | 1482 return util.random_color(img, self.degrees)
|
D | py_transforms_util.py | 1432 def random_color(img, degrees): function
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngstest.c | 120 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/ |
D | pngstest.c | 120 random_color(png_colorp color) in random_color() function 3360 random_color(&background_color); in testimage()
|
/third_party/libpng/contrib/libtests/ |
D | pngstest.c | 120 random_color(png_colorp color) in random_color() function 3360 random_color(&background_color); in testimage()
|