Home | History | Annotate | Download | only in coders

Lines Matching refs:MagickPathExtent

110     colorspace[MagickPathExtent];
167 filename[MagickPathExtent],
168 geometry[MagickPathExtent],
170 text[MagickPathExtent];
259 MagickPathExtent);
269 (void) FormatLocaleString(geometry,MagickPathExtent,"%gx%g%+g%+g",(double)
276 (void) FormatLocaleString(geometry,MagickPathExtent,"%gx%g%+g%+g",(double)
279 (void) CopyMagickString(filename,image_info->filename,MagickPathExtent);
329 (void) CopyMagickString(image->filename,filename,MagickPathExtent);
384 colorspace[MagickPathExtent],
385 text[MagickPathExtent];
701 buffer[MagickPathExtent],
702 colorspace[MagickPathExtent],
703 tuple[MagickPathExtent];
745 MagickColorspaceOptions,(ssize_t) image->colorspace),MagickPathExtent);
749 (void) ConcatenateMagickString(colorspace,"a",MagickPathExtent);
762 (void) FormatLocaleString(buffer,MagickPathExtent,
790 (void) FormatLocaleString(buffer,MagickPathExtent,
799 (void) FormatLocaleString(buffer,MagickPathExtent,"%.20g,%.20g: ",
802 (void) CopyMagickString(tuple,"(",MagickPathExtent);
809 (void) ConcatenateMagickString(tuple,",",MagickPathExtent);
812 (void) ConcatenateMagickString(tuple,",",MagickPathExtent);
817 (void) ConcatenateMagickString(tuple,",",MagickPathExtent);
823 (void) ConcatenateMagickString(tuple,",",MagickPathExtent);
827 (void) ConcatenateMagickString(tuple,")",MagickPathExtent);
831 (void) FormatLocaleString(buffer,MagickPathExtent,"%s",tuple);