• Home
  • Raw
  • Download

Lines Matching refs:MagickPathExtent

255     key[MagickPathExtent],  in ReadXPMImage()
256 target[MagickPathExtent], in ReadXPMImage()
314 length=MagickPathExtent; in ReadXPMImage()
327 if ((size_t) (p-xpm_buffer+MagickPathExtent) < length) in ReadXPMImage()
330 xpm_buffer=(char *) ResizeQuantumMemory(xpm_buffer,length+MagickPathExtent, in ReadXPMImage()
401 symbolic[MagickPathExtent]; in ReadXPMImage()
407 length=MagickMin((size_t) width,MagickPathExtent-1); in ReadXPMImage()
415 (void) CopyMagickString(target,"gray",MagickPathExtent); in ReadXPMImage()
428 MagickPathExtent-1)); in ReadXPMImage()
431 MagickPathExtent-1)); in ReadXPMImage()
483 count=CopyXPMColor(key,p,MagickMin(width,MagickPathExtent-1)); in ReadXPMImage()
663 buffer[MagickPathExtent], in WritePICONImage()
664 basename[MagickPathExtent], in WritePICONImage()
665 name[MagickPathExtent], in WritePICONImage()
666 symbol[MagickPathExtent]; in WritePICONImage()
822 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePICONImage()
826 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePICONImage()
844 (void) CopyMagickString(name,"grey75",MagickPathExtent); in WritePICONImage()
857 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePICONImage()
881 (void) CopyMagickString(buffer,symbol,MagickPathExtent); in WritePICONImage()
885 (void) FormatLocaleString(buffer,MagickPathExtent,"\"%.1024s\n", in WritePICONImage()
936 buffer[MagickPathExtent], in WriteXPMImage()
937 basename[MagickPathExtent], in WriteXPMImage()
938 name[MagickPathExtent], in WriteXPMImage()
939 symbol[MagickPathExtent]; in WriteXPMImage()
1050 (void) FormatLocaleString(buffer,MagickPathExtent,"xpm_%.1024s",basename); in WriteXPMImage()
1051 (void) CopyMagickString(basename,buffer,MagickPathExtent); in WriteXPMImage()
1058 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteXPMImage()
1062 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteXPMImage()
1081 (void) CopyMagickString(name,"None",MagickPathExtent); in WriteXPMImage()
1095 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteXPMImage()
1098 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteXPMImage()
1122 (void) CopyMagickString(buffer,symbol,MagickPathExtent); in WriteXPMImage()
1126 (void) FormatLocaleString(buffer,MagickPathExtent,"\"%.1024s\n", in WriteXPMImage()