Home | History | Annotate | Download | only in coders

Lines Matching refs:segment_info

137     segment_info;
171 segment_info.x1=0;
172 segment_info.y1=0;
173 segment_info.x2=(double) image->columns-1;
174 segment_info.y2=(double) image->rows-1;
185 PlasmaPixel(image,random_info,segment_info.x1,segment_info.y1,exception);
186 PlasmaPixel(image,random_info,segment_info.x1,(segment_info.y1+
187 segment_info.y2)/2,exception);
188 PlasmaPixel(image,random_info,segment_info.x1,segment_info.y2,exception);
189 PlasmaPixel(image,random_info,(segment_info.x1+segment_info.x2)/2,
190 segment_info.y1,exception);
191 PlasmaPixel(image,random_info,(segment_info.x1+segment_info.x2)/2,
192 (segment_info.y1+segment_info.y2)/2,exception);
193 PlasmaPixel(image,random_info,(segment_info.x1+segment_info.x2)/2,
194 segment_info.y2,exception);
195 PlasmaPixel(image,random_info,segment_info.x2,segment_info.y1,exception);
196 PlasmaPixel(image,random_info,segment_info.x2,(segment_info.y1+
197 segment_info.y2)/2,exception);
198 PlasmaPixel(image,random_info,segment_info.x2,segment_info.y2,exception);
206 if (PlasmaImage(image,&segment_info,0,depth,exception) != MagickFalse)