Home
last modified time | relevance | path

Searched refs:GetPseudoRandomValue (Results 1 – 14 of 14) sorted by relevance

/external/ImageMagick/coders/
Dplasma.c107 GetPseudoRandomValue(random_info)+0.5),q); in PlasmaPixel()
109 GetPseudoRandomValue(random_info)+0.5),q); in PlasmaPixel()
111 GetPseudoRandomValue(random_info)+0.5),q); in PlasmaPixel()
/external/ImageMagick/MagickCore/
Drandom_.h38 GetPseudoRandomValue(RandomInfo *magick_restrict);
Dgem.c1523 alpha=GetPseudoRandomValue(random_info); in GenerateDifferentialNoise()
1540 beta=GetPseudoRandomValue(random_info); in GenerateDifferentialNoise()
1582 beta=GetPseudoRandomValue(random_info); in GenerateDifferentialNoise()
1598 beta=GetPseudoRandomValue(random_info); in GenerateDifferentialNoise()
Drandom.c584 MagickExport double GetPseudoRandomValue( in GetPseudoRandomValue() function
Dmethods.h586 #define GetPseudoRandomValue PrependMagickMethod(GetPseudoRandomValue) macro
Dvisual-effects.c1398 plasma=pixel+noise*GetPseudoRandomValue(random_info)-noise/2.0; in PlasmaPixel()
2241 value=GetPseudoRandomValue(random_info[id]); in SketchImage()
Deffect.c4191 point.x=GetPseudoRandomValue(random_info[id]); in SpreadImage()
4192 point.y=GetPseudoRandomValue(random_info[id]); in SpreadImage()
Dthreshold.c2317 GetPseudoRandomValue(random_info[id])); in RandomThresholdImage()
Dcache.c2691 return((ssize_t) (columns*GetPseudoRandomValue(random_info))); in RandomX()
2696 return((ssize_t) (rows*GetPseudoRandomValue(random_info))); in RandomY()
Dfx.c2513 alpha=GetPseudoRandomValue(fx_info->random_info); in FxEvaluateSubexpression()
Dquantize.c2443 #define RandomColorComponent(info) (QuantumRange*GetPseudoRandomValue(info)) in KmeansImage()
Daccelerate.c519 (void) GetPseudoRandomValue(randomInfo); in ComputeAddNoiseImage()
/external/ImageMagick/MagickWand/
Doperation.c3009 angle=22.5*(GetPseudoRandomValue(random_info)-0.5); in CLISimpleOperatorImage()
Dmogrify.c2473 angle=22.5*(GetPseudoRandomValue(random_info)-0.5); in MogrifyImage()