Lines Matching refs:random_info
94 static inline void PlasmaPixel(Image *image,RandomInfo *random_info,double x, in PlasmaPixel() argument
105 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()
176 *random_info; in ReadPlasmaImage() local
182 random_info=AcquireRandomInfo(); in ReadPlasmaImage()
183 PlasmaPixel(image,random_info,segment_info.x1,segment_info.y1,exception); in ReadPlasmaImage()
184 PlasmaPixel(image,random_info,segment_info.x1,(segment_info.y1+ in ReadPlasmaImage()
186 PlasmaPixel(image,random_info,segment_info.x1,segment_info.y2,exception); in ReadPlasmaImage()
187 PlasmaPixel(image,random_info,(segment_info.x1+segment_info.x2)/2, in ReadPlasmaImage()
189 PlasmaPixel(image,random_info,(segment_info.x1+segment_info.x2)/2, in ReadPlasmaImage()
191 PlasmaPixel(image,random_info,(segment_info.x1+segment_info.x2)/2, in ReadPlasmaImage()
193 PlasmaPixel(image,random_info,segment_info.x2,segment_info.y1,exception); in ReadPlasmaImage()
194 PlasmaPixel(image,random_info,segment_info.x2,(segment_info.y1+ in ReadPlasmaImage()
196 PlasmaPixel(image,random_info,segment_info.x2,segment_info.y2,exception); in ReadPlasmaImage()
197 random_info=DestroyRandomInfo(random_info); in ReadPlasmaImage()