• Home
  • Raw
  • Download

Lines Matching refs:random_info

131     *random_info;  member
201 fx_info->random_info=AcquireRandomInfo(); in AcquireFxInfo()
289 **magick_restrict random_info; in AddNoiseImage() local
326 random_info=AcquireRandomInfoThreadSet(); in AddNoiseImage()
330 key=GetRandomSecretKey(random_info[0]); in AddNoiseImage()
381 GenerateDifferentialNoise(random_info[id],p[i],noise_type,attenuate)), in AddNoiseImage()
406 random_info=DestroyRandomInfoThreadSet(random_info); in AddNoiseImage()
1072 fx_info->random_info=DestroyRandomInfo(fx_info->random_info); in DestroyFxInfo()
2799 alpha=GetPseudoRandomValue(fx_info->random_info); in FxEvaluateSubexpression()
3693 static inline Quantum PlasmaPixel(RandomInfo *random_info, in PlasmaPixel() argument
3699 plasma=ClampToQuantum(pixel+noise*GetPseudoRandomValue(random_info)- in PlasmaPixel()
3709 CacheView *u_view,CacheView *v_view,RandomInfo *random_info, in PlasmaImageProxy() argument
3753 (void) PlasmaImageProxy(image,image_view,u_view,v_view,random_info, in PlasmaImageProxy()
3758 (void) PlasmaImageProxy(image,image_view,u_view,v_view,random_info, in PlasmaImageProxy()
3763 (void) PlasmaImageProxy(image,image_view,u_view,v_view,random_info, in PlasmaImageProxy()
3768 status=PlasmaImageProxy(image,image_view,u_view,v_view,random_info, in PlasmaImageProxy()
3804 q[i]=PlasmaPixel(random_info,(u[i]+v[i])/2.0,plasma); in PlasmaImageProxy()
3827 q[i]=PlasmaPixel(random_info,(u[i]+v[i])/2.0,plasma); in PlasmaImageProxy()
3856 q[i]=PlasmaPixel(random_info,(u[i]+v[i])/2.0,plasma); in PlasmaImageProxy()
3880 q[i]=PlasmaPixel(random_info,(u[i]+v[i])/2.0,plasma); in PlasmaImageProxy()
3907 q[i]=PlasmaPixel(random_info,(u[i]+v[i])/2.0,plasma); in PlasmaImageProxy()
3930 *random_info; in PlasmaImage() local
3943 random_info=AcquireRandomInfo(); in PlasmaImage()
3944 status=PlasmaImageProxy(image,image_view,u_view,v_view,random_info,segment, in PlasmaImage()
3946 random_info=DestroyRandomInfo(random_info); in PlasmaImage()
4497 **magick_restrict random_info; in SketchImage() local
4515 random_info=AcquireRandomInfoThreadSet(); in SketchImage()
4518 key=GetRandomSecretKey(random_info[0]); in SketchImage()
4555 value=GetPseudoRandomValue(random_info[id]); in SketchImage()
4570 random_info=DestroyRandomInfoThreadSet(random_info); in SketchImage()