• Home
  • Raw
  • Download

Lines Matching refs:MagickPathExtent

138     format[MagickPathExtent],  in ReadHDRImage()
139 keyword[MagickPathExtent], in ReadHDRImage()
140 tag[MagickPathExtent], in ReadHDRImage()
141 value[MagickPathExtent]; in ReadHDRImage()
220 length=MagickPathExtent; in ReadHDRImage()
232 MagickPathExtent,sizeof(*comment)); in ReadHDRImage()
260 if ((size_t) (p-keyword) < (MagickPathExtent-1)) in ReadHDRImage()
279 if ((size_t) (p-value) < (MagickPathExtent-1)) in ReadHDRImage()
294 (void) CopyMagickString(format,value,MagickPathExtent); in ReadHDRImage()
297 (void) FormatLocaleString(tag,MagickPathExtent,"hdr:%s",keyword); in ReadHDRImage()
309 (void) FormatLocaleString(tag,MagickPathExtent,"hdr:%s",keyword); in ReadHDRImage()
342 (void) FormatLocaleString(tag,MagickPathExtent,"hdr:%s",keyword); in ReadHDRImage()
365 (void) FormatLocaleString(tag,MagickPathExtent,"hdr:%s",keyword); in ReadHDRImage()
371 (void) FormatLocaleString(tag,MagickPathExtent,"hdr:%s",keyword); in ReadHDRImage()
662 header[MagickPathExtent]; in WriteHDRImage()
707 (void) ResetMagickMemory(header,' ',MagickPathExtent); in WriteHDRImage()
708 length=CopyMagickString(header,"#?RGBE\n",MagickPathExtent); in WriteHDRImage()
714 count=FormatLocaleString(header,MagickPathExtent,"#%s\n",property); in WriteHDRImage()
720 count=FormatLocaleString(header,MagickPathExtent,"EXPOSURE=%g\n", in WriteHDRImage()
726 count=FormatLocaleString(header,MagickPathExtent,"GAMMA=%g\n", in WriteHDRImage()
730 count=FormatLocaleString(header,MagickPathExtent, in WriteHDRImage()
737 length=CopyMagickString(header,"FORMAT=32-bit_rle_rgbe\n\n",MagickPathExtent); in WriteHDRImage()
739 count=FormatLocaleString(header,MagickPathExtent,"-Y %.20g +X %.20g\n", in WriteHDRImage()