Lines Matching refs:random_info
95 RandomInfo *magick_restrict random_info,const double x,const double y, in PlasmaPixel() argument
106 GetPseudoRandomValue(random_info)+0.5),q); in PlasmaPixel()
108 GetPseudoRandomValue(random_info)+0.5),q); in PlasmaPixel()
110 GetPseudoRandomValue(random_info)+0.5),q); in PlasmaPixel()
177 *random_info; in ReadPlasmaImage() local
183 random_info=AcquireRandomInfo(); in ReadPlasmaImage()
184 status=PlasmaPixel(image,random_info,segment_info.x1,segment_info.y1, in ReadPlasmaImage()
186 status&=PlasmaPixel(image,random_info,segment_info.x1,(segment_info.y1+ in ReadPlasmaImage()
188 status&=PlasmaPixel(image,random_info,segment_info.x1,segment_info.y2, in ReadPlasmaImage()
190 status&=PlasmaPixel(image,random_info,(segment_info.x1+segment_info.x2)/2, in ReadPlasmaImage()
192 status&=PlasmaPixel(image,random_info,(segment_info.x1+segment_info.x2)/2, in ReadPlasmaImage()
194 status&=PlasmaPixel(image,random_info,(segment_info.x1+segment_info.x2)/2, in ReadPlasmaImage()
196 status&=PlasmaPixel(image,random_info,segment_info.x2,segment_info.y1, in ReadPlasmaImage()
198 status&=PlasmaPixel(image,random_info,segment_info.x2,(segment_info.y1+ in ReadPlasmaImage()
200 status&=PlasmaPixel(image,random_info,segment_info.x2,segment_info.y2, in ReadPlasmaImage()
202 random_info=DestroyRandomInfo(random_info); in ReadPlasmaImage()