Home
last modified time | relevance | path

Searched refs:cimg_rand (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/openfx-misc/openfx-misc-3ab0531/CImg/Plasma/
H A DCImgPlasma.cpp161 r*cimg_rand(seed, xc + x_1, yc + y_1, c,-1,1)); in draw_plasma()
174 r*cimg_rand(seed, xc + x_1, yc + y_1, c,-1,1)); in draw_plasma()
185 r*cimg_rand(seed, xc + x_1, yc + y_1, c,-1,1)); in draw_plasma()
197 r*cimg_rand(seed, xc + x_1, yc + y_1, c,-1,1)); in draw_plasma()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/CImg/Noise/
H A DCImgNoise.cpp180 … Tfloat val = (Tfloat)(img(x,y,0,c) + nsigma * cimg_rand(seed, x + x1, y + y1, c, -1,1)); in noise()
199 if (cimg_rand(seed, x + x1, y1 + img.height() - y, c, 100) < nsigma) { in noise()
200 img(x,y,0,c) = (T)(cimg_rand(seed, x + x1, y + y1, c)<0.5?M:m); in noise()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/CImg/
H A DCImgFilter.h1200 cimg_rand(unsigned int seed, int x, int y, int nComponents, const double val_min, const double val_… in cimg_rand() function
1210 cimg_rand(unsigned int seed, int x, int y, int nComponents, const double val_max = 1.)
1212 return cimg_rand(seed, x, y, nComponents, 0, val_max);
1250 s *= cimg_rand(seed+1, x, y, nComponents); in cimg_prand()