Lines Matching refs:random_info
132 *random_info; member
199 fx_info->random_info=AcquireRandomInfo(); in AcquireFxInfo()
286 **magick_restrict random_info; in AddNoiseImage() local
323 random_info=AcquireRandomInfoThreadSet(); in AddNoiseImage()
327 key=GetRandomSecretKey(random_info[0]); in AddNoiseImage()
377 GenerateDifferentialNoise(random_info[id],p[i],noise_type,attenuate)), in AddNoiseImage()
402 random_info=DestroyRandomInfoThreadSet(random_info); in AddNoiseImage()
1069 fx_info->random_info=DestroyRandomInfo(fx_info->random_info); in DestroyFxInfo()
2842 alpha=GetPseudoRandomValue(fx_info->random_info); in FxEvaluateSubexpression()
3734 static inline Quantum PlasmaPixel(RandomInfo *random_info, in PlasmaPixel() argument
3740 plasma=ClampToQuantum(pixel+noise*GetPseudoRandomValue(random_info)- in PlasmaPixel()
3750 CacheView *u_view,CacheView *v_view,RandomInfo *random_info, in PlasmaImageProxy() argument
3794 (void) PlasmaImageProxy(image,image_view,u_view,v_view,random_info, in PlasmaImageProxy()
3799 (void) PlasmaImageProxy(image,image_view,u_view,v_view,random_info, in PlasmaImageProxy()
3804 (void) PlasmaImageProxy(image,image_view,u_view,v_view,random_info, in PlasmaImageProxy()
3809 status=PlasmaImageProxy(image,image_view,u_view,v_view,random_info, in PlasmaImageProxy()
3845 q[i]=PlasmaPixel(random_info,(u[i]+v[i])/2.0,plasma); in PlasmaImageProxy()
3868 q[i]=PlasmaPixel(random_info,(u[i]+v[i])/2.0,plasma); in PlasmaImageProxy()
3897 q[i]=PlasmaPixel(random_info,(u[i]+v[i])/2.0,plasma); in PlasmaImageProxy()
3921 q[i]=PlasmaPixel(random_info,(u[i]+v[i])/2.0,plasma); in PlasmaImageProxy()
3948 q[i]=PlasmaPixel(random_info,(u[i]+v[i])/2.0,plasma); in PlasmaImageProxy()
3971 *random_info; in PlasmaImage() local
3984 random_info=AcquireRandomInfo(); in PlasmaImage()
3985 status=PlasmaImageProxy(image,image_view,u_view,v_view,random_info,segment, in PlasmaImage()
3987 random_info=DestroyRandomInfo(random_info); in PlasmaImage()
4534 **magick_restrict random_info; in SketchImage() local
4552 random_info=AcquireRandomInfoThreadSet(); in SketchImage()
4555 key=GetRandomSecretKey(random_info[0]); in SketchImage()
4587 value=GetPseudoRandomValue(random_info[id]); in SketchImage()
4602 random_info=DestroyRandomInfoThreadSet(random_info); in SketchImage()