• Home
  • Raw
  • Download

Lines Matching refs:CopyMagickString

175   (void) CopyMagickString(image->magick,"MIFF",MagickPathExtent);  in AcquireImage()
221 (void) CopyMagickString(image->filename,image_info->filename, in AcquireImage()
223 (void) CopyMagickString(image->magick_filename,image_info->filename, in AcquireImage()
225 (void) CopyMagickString(image->magick,image_info->magick,MagickPathExtent); in AcquireImage()
397 (void) CopyMagickString(GetNextImageInList(image)->filename,image->filename, in AcquireNextImage()
400 (void) CopyMagickString(GetNextImageInList(image)->filename, in AcquireNextImage()
732 (void) CopyMagickString(image_info->filename,image->filename, in ClipImagePath()
866 (void) CopyMagickString(clone_image->magick_filename,image->magick_filename, in CloneImage()
868 (void) CopyMagickString(clone_image->magick,image->magick,MagickPathExtent); in CloneImage()
869 (void) CopyMagickString(clone_image->filename,image->filename, in CloneImage()
991 (void) CopyMagickString(clone_info->magick,image_info->magick, in CloneImageInfo()
993 (void) CopyMagickString(clone_info->unique,image_info->unique, in CloneImageInfo()
995 (void) CopyMagickString(clone_info->filename,image_info->filename, in CloneImageInfo()
1630 (void) CopyMagickString(filename,format,MagickPathExtent); in InterpretImageFilename()
1719 (void) CopyMagickString(filename+(p-format-length),option,(size_t) in InterpretImageFilename()
1737 (void) CopyMagickString(q,q+1,(size_t) (MagickPathExtent-(q-filename))); in InterpretImageFilename()
1741 (void) CopyMagickString(filename,format,MagickPathExtent); in InterpretImageFilename()
1926 (void) CopyMagickString(magick,image->magick,MagickPathExtent); in IsTaintImage()
1927 (void) CopyMagickString(filename,image->filename,MagickPathExtent); in IsTaintImage()
2587 (void) CopyMagickString(path,image_info->filename,MagickPathExtent); in SetImageInfo()
2599 (void) CopyMagickString(path,image_info->filename,MagickPathExtent); in SetImageInfo()
2639 (void) CopyMagickString(magic,component,MagickPathExtent); in SetImageInfo()
2659 (void) CopyMagickString(image_info->magick,magic,MagickPathExtent); in SetImageInfo()
2664 (void) CopyMagickString(image_info->magick,magic,MagickPathExtent); in SetImageInfo()
2676 (void) CopyMagickString(magic,image_info->magick,MagickPathExtent); in SetImageInfo()
2679 (void) CopyMagickString(image_info->filename,component,MagickPathExtent); in SetImageInfo()
2699 (void) CopyMagickString(image_info->magick,magic,MagickPathExtent); in SetImageInfo()
2701 (void) CopyMagickString(image_info->filename,component, in SetImageInfo()
2747 (void) CopyMagickString(image->filename,image_info->filename, in SetImageInfo()
2770 (void) CopyMagickString(image->filename,component,MagickPathExtent); in SetImageInfo()
2777 (void) CopyMagickString(image_info->filename,component, in SetImageInfo()
2809 (void) CopyMagickString(image_info->magick,magick_info->name, in SetImageInfo()
2813 (void) CopyMagickString(image_info->magick,GetMagicName( in SetImageInfo()