Lines Matching refs:filename

310     (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",images->filename);
459 (void) CopyMagickString(read_info->filename,filelist[i],MagickPathExtent);
494 Window name is the base of the filename.
806 (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",images->filename);
846 "MemoryAllocationFailed",images->filename);
857 images->filename);
874 images->filename);
911 "MemoryAllocationFailed",images->filename);
948 images->filename);
962 image_list[0]->filename);
979 images->filename);
985 "Image: %s[%.20g] %.20gx%.20g ",image_list[0]->filename,(double)
1029 "MemoryAllocationFailed",images->filename);
1050 images->filename);
1074 images->filename);
1099 image_list[scene]->filename);
1104 images->filename);
1109 image_list[scene]->filename,(double) columns,(double) rows);
1123 images->filename);
1418 (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",images->filename);
1458 images->filename);
1499 images->filename);
1536 images->filename);
1561 "Image: %s[%.20g] %.20gx%.20g ",display_image->filename,(double)
1601 images->filename);
1609 images->filename);
1620 images->filename);
1651 images->filename);
1675 filename[MagickPathExtent];
1678 Window name is the base of the filename.
1680 GetPathComponent(display_image->magick_filename,TailPath,filename);
1682 "%s: %s[scene: %.20g frames: %.20g]",MagickPackageName,filename,(double)
1684 (void) CopyMagickString(windows->image.icon_name,filename,MagickPathExtent);
1924 images->filename);
1951 image_list[scene]->filename);
1956 images->filename);
1961 image_list[scene]->filename,(double) columns,(double) rows);
1969 Window name is the base of the filename.
2102 p=image_list[scene]->filename+
2103 strlen(image_list[scene]->filename)-1;
2104 while ((p > image_list[scene]->filename) && (*(p-1) != '/'))
2352 (void) CopyMagickString(resource_info->image_info->filename,
2365 (void) CopyMagickString(resource_info->image_info->filename,
2623 if (LocaleCompare(display_image->filename,"LOGO") == 0)
2710 (void) CopyMagickString(resource_info->image_info->filename,
2906 filename[MagickPathExtent];
2918 (void) CopyMagickString(filename,resource_info->write_filename,
2928 GetPathComponent(image->filename,HeadPath,path);
2929 GetPathComponent(image->filename,TailPath,filename);
2937 XFileBrowserWidget(display,windows,"Save",filename);
2938 if (*filename == '\0')
2940 if (IsPathAccessible(filename) != MagickFalse)
2948 status=XConfirmWidget(display,windows,"Overwrite",filename);
2953 (void) CopyMagickString(image_info->filename,filename,MagickPathExtent);
3002 status=WriteImages(image_info,image,filename,exception);
3050 (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",image->filename);
3052 "DelegateLibrarySupportNotBuiltIn","'%s' (X11)",image->filename);