• Home
  • Raw
  • Download

Lines Matching refs:MagickPathExtent

259         (void) FormatLocaleString(message,MagickPathExtent,  in InvokePostscriptDelegate()
419 command[MagickPathExtent], in ReadPSImage()
421 filename[MagickPathExtent], in ReadPSImage()
422 geometry[MagickPathExtent], in ReadPSImage()
423 input_filename[MagickPathExtent], in ReadPSImage()
424 message[MagickPathExtent], in ReadPSImage()
426 postscript_filename[MagickPathExtent]; in ReadPSImage()
599 ((size_t) (p-command) < (MagickPathExtent-1))) in ReadPSImage()
680 ((size_t) (p-command) < (MagickPathExtent-1))) in ReadPSImage()
713 property[MagickPathExtent], in ReadPSImage()
722 (void) FormatLocaleString(property,MagickPathExtent,"ps:SpotColor-%.20g", in ReadPSImage()
787 (void) FormatLocaleString(geometry,MagickPathExtent,"%gx%g%+.15g%+.15g", in ReadPSImage()
836 "<</UseCIEColor true>>setpagedevice\n",MagickPathExtent); in ReadPSImage()
841 translate_geometry[MagickPathExtent]; in ReadPSImage()
843 (void) FormatLocaleString(translate_geometry,MagickPathExtent, in ReadPSImage()
867 (void) FormatLocaleString(density,MagickPathExtent,"%gx%g",resolution.x, in ReadPSImage()
869 (void) FormatLocaleString(options,MagickPathExtent,"-g%.20gx%.20g ",(double) in ReadPSImage()
876 pages[MagickPathExtent]; in ReadPSImage()
878 (void) FormatLocaleString(pages,MagickPathExtent,"-dFirstPage=%.20g " in ReadPSImage()
881 (void) ConcatenateMagickString(options,pages,MagickPathExtent); in ReadPSImage()
891 (void) ConcatenateMagickString(options,"-dEPSCrop ",MagickPathExtent); in ReadPSImage()
893 (void) ConcatenateMagickString(options,"-dEPSFitPage ",MagickPathExtent); in ReadPSImage()
895 (void) CopyMagickString(filename,read_info->filename,MagickPathExtent); in ReadPSImage()
898 (void) ConcatenateMagickString(filename,"%d",MagickPathExtent); in ReadPSImage()
899 (void) FormatLocaleString(command,MagickPathExtent, in ReadPSImage()
913 (void) ConcatenateMagickString(command," -c showpage",MagickPathExtent); in ReadPSImage()
983 (void) CopyMagickString(postscript_image->filename,filename,MagickPathExtent); in ReadPSImage()
985 MagickPathExtent); in ReadPSImage()
1460 buffer[MagickPathExtent], in WritePSImage()
1461 date[MagickPathExtent], in WritePSImage()
1463 page_geometry[MagickPathExtent]; in WritePSImage()
1588 (void) FormatLocaleString(page_geometry,MagickPathExtent,"%.20gx%.20g", in WritePSImage()
1591 (void) CopyMagickString(page_geometry,image_info->page,MagickPathExtent); in WritePSImage()
1594 (void) FormatLocaleString(page_geometry,MagickPathExtent, in WritePSImage()
1600 (void) CopyMagickString(page_geometry,PSPageGeometry,MagickPathExtent); in WritePSImage()
1601 (void) ConcatenateMagickString(page_geometry,">",MagickPathExtent); in WritePSImage()
1628 (void) CopyMagickString(buffer,"%!PS-Adobe-3.0\n",MagickPathExtent); in WritePSImage()
1631 MagickPathExtent); in WritePSImage()
1634 (void) FormatLocaleString(buffer,MagickPathExtent,"%%%%Title: (%s)\n", in WritePSImage()
1638 (void) FormatMagickTime(timer,MagickPathExtent,date); in WritePSImage()
1639 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePSImage()
1649 MagickPathExtent); in WritePSImage()
1652 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePSImage()
1656 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePSImage()
1667 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePSImage()
1674 (void) FormatLocaleString(buffer,MagickPathExtent,"%02X", in WritePSImage()
1689 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePSImage()
1712 (void) FormatLocaleString(buffer,MagickPathExtent,"%%%%Pages: %.20g\n", in WritePSImage()
1745 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePSImage()
1807 (void) FormatLocaleString(buffer,MagickPathExtent,"%s\n",*s); in WritePSImage()
1816 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePSImage()
1822 (void) FormatLocaleString(buffer,MagickPathExtent,"%s\n",*s); in WritePSImage()
1830 (void) FormatLocaleString(buffer,MagickPathExtent,"%%%%Page: 1 %.20g\n", in WritePSImage()
1833 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePSImage()
1855 (void) FormatLocaleString(buffer,MagickPathExtent,"%.20g %.20g\n%g %g\n%g\n", in WritePSImage()
1866 (void) FormatLocaleString(buffer,MagickPathExtent,"%s \n", in WritePSImage()
1888 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePSImage()
1936 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePSImage()
2002 (void) FormatLocaleString(buffer,MagickPathExtent,"%.20g %.20g\n0\n%d\n", in WritePSImage()
2129 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePSImage()
2137 (void) FormatLocaleString(buffer,MagickPathExtent,"%.20g\n",(double) in WritePSImage()
2142 (void) FormatLocaleString(buffer,MagickPathExtent,"%02X%02X%02X\n", in WritePSImage()
2265 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePSImage()
2269 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePSImage()