• Home
  • Raw
  • Download

Lines Matching refs:MagickPathExtent

240     key[MagickPathExtent],  in ReadXPMImage()
241 target[MagickPathExtent], in ReadXPMImage()
299 length=MagickPathExtent; in ReadXPMImage()
312 if ((size_t) (p-xpm_buffer+MagickPathExtent) < length) in ReadXPMImage()
315 xpm_buffer=(char *) ResizeQuantumMemory(xpm_buffer,length+MagickPathExtent, in ReadXPMImage()
381 (void) CopyXPMColor(key,p,MagickMin((size_t) width,MagickPathExtent-1)); in ReadXPMImage()
386 (void) CopyMagickString(target,"gray",MagickPathExtent); in ReadXPMImage()
396 MagickPathExtent-1)); in ReadXPMImage()
398 (void) CopyMagickString(target,q,MagickPathExtent); in ReadXPMImage()
444 ssize_t count=CopyXPMColor(key,p,MagickMin(width,MagickPathExtent-1)); in ReadXPMImage()
619 buffer[MagickPathExtent], in WritePICONImage()
620 basename[MagickPathExtent], in WritePICONImage()
621 name[MagickPathExtent], in WritePICONImage()
622 symbol[MagickPathExtent]; in WritePICONImage()
768 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePICONImage()
772 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePICONImage()
790 (void) CopyMagickString(name,"grey75",MagickPathExtent); in WritePICONImage()
803 (void) FormatLocaleString(buffer,MagickPathExtent,"\"%s c %s\",\n", in WritePICONImage()
827 (void) CopyMagickString(buffer,symbol,MagickPathExtent); in WritePICONImage()
831 (void) FormatLocaleString(buffer,MagickPathExtent,"\"%s\n", in WritePICONImage()
882 buffer[MagickPathExtent], in WriteXPMImage()
883 basename[MagickPathExtent], in WriteXPMImage()
884 name[MagickPathExtent], in WriteXPMImage()
885 symbol[MagickPathExtent]; in WriteXPMImage()
996 (void) FormatLocaleString(buffer,MagickPathExtent,"xpm_%s",basename); in WriteXPMImage()
997 (void) CopyMagickString(basename,buffer,MagickPathExtent); in WriteXPMImage()
1004 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteXPMImage()
1008 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteXPMImage()
1024 (void) CopyMagickString(name,"None",MagickPathExtent); in WriteXPMImage()
1036 (void) FormatLocaleString(buffer,MagickPathExtent,"\"%s c %s\",\n",symbol, in WriteXPMImage()
1060 (void) CopyMagickString(buffer,symbol,MagickPathExtent); in WriteXPMImage()
1064 (void) FormatLocaleString(buffer,MagickPathExtent,"\"%s\n", in WriteXPMImage()