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.c610 MagickExport double GetPseudoRandomValue(RandomInfo *random_info) in GetPseudoRandomValue() function
Dmethods.h519 #define GetPseudoRandomValue PrependMagickMethod(GetPseudoRandomValue) macro
Dfx.c2842 alpha=GetPseudoRandomValue(fx_info->random_info); in FxEvaluateSubexpression()
3740 plasma=ClampToQuantum(pixel+noise*GetPseudoRandomValue(random_info)- in PlasmaPixel()
4587 value=GetPseudoRandomValue(random_info[id]); in SketchImage()
Deffect.c3850 point.x=GetPseudoRandomValue(random_info[id]); in SpreadImage()
3851 point.y=GetPseudoRandomValue(random_info[id]); in SpreadImage()
Dthreshold.c2101 GetPseudoRandomValue(random_info[id])); in RandomThresholdImage()
Dcache.c2687 return((ssize_t) (columns*GetPseudoRandomValue(random_info))); in RandomX()
2692 return((ssize_t) (rows*GetPseudoRandomValue(random_info))); in RandomY()
Daccelerate.c519 (void) GetPseudoRandomValue(randomInfo); in ComputeAddNoiseImage()
/external/ImageMagick/MagickWand/
Doperation.c2930 angle=22.5*(GetPseudoRandomValue(random_info)-0.5); in CLISimpleOperatorImage()
Dmogrify.c2386 angle=22.5*(GetPseudoRandomValue(random_info)-0.5); in MogrifyImage()