Searched refs:gdImageScatterColor (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/gd/libgd/ |
H A D | gd_filter.c | 40 int gdImageScatterColor(gdImagePtr im, int sub, int plus, int colors[], unsigned int num_colors) in gdImageScatterColor() function
|
H A D | gd.h | 733 int gdImageScatterColor(gdImagePtr im, int sub, int plus, int colors[], unsigned int num_colors);
|
/PHP-8.0/ext/gd/ |
H A D | gd.c | 3428 RETVAL_BOOL(gdImageScatterColor(im, (int)scatter_sub, (int)scatter_plus, colors, num_colors)); in php_image_filter_scatter()
|
Completed in 16 milliseconds