Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dplasma.c105 GetPseudoRandomValue(random_info)+0.5)),q); in PlasmaPixel()
107 GetPseudoRandomValue(random_info)+0.5)),q); in PlasmaPixel()
109 GetPseudoRandomValue(random_info)+0.5)),q); in PlasmaPixel()
/external/ImageMagick/MagickCore/
Drandom_.h38 GetPseudoRandomValue(RandomInfo *);
Dgem.c1473 alpha=GetPseudoRandomValue(random_info); in GenerateDifferentialNoise()
1490 beta=GetPseudoRandomValue(random_info); in GenerateDifferentialNoise()
1532 beta=GetPseudoRandomValue(random_info); in GenerateDifferentialNoise()
1548 beta=GetPseudoRandomValue(random_info); in GenerateDifferentialNoise()
Drandom.c615 MagickExport double GetPseudoRandomValue(RandomInfo *random_info) in GetPseudoRandomValue() function
Dmethods.h570 #define GetPseudoRandomValue PrependMagickMethod(GetPseudoRandomValue) macro
Dthreshold.c1717 GetPseudoRandomValue(random_info[id])); in RandomThresholdImage()
Dfx.c2799 alpha=GetPseudoRandomValue(fx_info->random_info); in FxEvaluateSubexpression()
3699 plasma=ClampToQuantum(pixel+noise*GetPseudoRandomValue(random_info)- in PlasmaPixel()
4555 value=GetPseudoRandomValue(random_info[id]); in SketchImage()
Deffect.c3820 point.x=GetPseudoRandomValue(random_info[id]); in SpreadImage()
3821 point.y=GetPseudoRandomValue(random_info[id]); in SpreadImage()
Dcache.c2540 return((ssize_t) (columns*GetPseudoRandomValue(random_info))); in RandomX()
2545 return((ssize_t) (rows*GetPseudoRandomValue(random_info))); in RandomY()
Daccelerate.c509 (void) GetPseudoRandomValue(randomInfo); in ComputeAddNoiseImage()
/external/ImageMagick/MagickWand/
Doperation.c2929 angle=22.5*(GetPseudoRandomValue(random_info)-0.5); in CLISimpleOperatorImage()
Dmogrify.c2402 angle=22.5*(GetPseudoRandomValue(random_info)-0.5); in MogrifyImage()