Home | History | Annotate | Download | only in coders

Lines Matching defs:random_info

96 static inline void PlasmaPixel(Image *image,RandomInfo *random_info,double x,
107 GetPseudoRandomValue(random_info)+0.5)),q);
109 GetPseudoRandomValue(random_info)+0.5)),q);
111 GetPseudoRandomValue(random_info)+0.5)),q);
178 *random_info;
184 random_info=AcquireRandomInfo();
185 PlasmaPixel(image,random_info,segment_info.x1,segment_info.y1,exception);
186 PlasmaPixel(image,random_info,segment_info.x1,(segment_info.y1+
188 PlasmaPixel(image,random_info,segment_info.x1,segment_info.y2,exception);
189 PlasmaPixel(image,random_info,(segment_info.x1+segment_info.x2)/2,
191 PlasmaPixel(image,random_info,(segment_info.x1+segment_info.x2)/2,
193 PlasmaPixel(image,random_info,(segment_info.x1+segment_info.x2)/2,
195 PlasmaPixel(image,random_info,segment_info.x2,segment_info.y1,exception);
196 PlasmaPixel(image,random_info,segment_info.x2,(segment_info.y1+
198 PlasmaPixel(image,random_info,segment_info.x2,segment_info.y2,exception);
199 random_info=DestroyRandomInfo(random_info);