Home | History | Annotate | Download | only in coders

Lines Matching full:scene

679                 if (LocaleCompare(keyword,"scene") == 0)
681 image->scene=StringToUnsignedLong(options);
928 if (image->scene >= (image_info->scene+image_info->number_scenes-1))
1080 scene;
1104 scene=0;
1197 if (image->scene == 0)
1203 (void) FormatLocaleString(buffer,MagickPathExtent,"scene=%.20g "
1205 (double) image->scene,(double) image->iterations,(double)
1211 if (image->scene != 0)
1213 (void) FormatLocaleString(buffer,MagickPathExtent,"scene=%.20g\n",
1214 (double) image->scene);
1468 status=image->progress_monitor(SaveImagesTag,scene,
1473 scene++;