Home | History | Annotate | Download | only in coders

Lines Matching refs:MagickPathExtent

110     command[MagickPathExtent],
112 filename[MagickPathExtent],
113 geometry[MagickPathExtent],
115 input_filename[MagickPathExtent];
217 ((size_t) (p-command) < (MagickPathExtent-1)))
268 (void) FormatLocaleString(geometry,MagickPathExtent,"%.20gx%.20g",(double)
281 (void) FormatLocaleString(density,MagickPathExtent,"%gx%g",
289 (void) FormatLocaleString(options,MagickPathExtent,"-g%.20gx%.20g ",(double)
297 (void) FormatLocaleString(options,MagickPathExtent,"-dLastPage=%.20g",
300 (void) FormatLocaleString(options,MagickPathExtent,
307 (void) CopyMagickString(filename,read_info->filename,MagickPathExtent);
309 (void) FormatLocaleString(command,MagickPathExtent,
338 (void) CopyMagickString(image->filename,filename,MagickPathExtent);