Lines Matching refs:MagickPathExtent
168 buffer[MagickPathExtent], in WriteDEBUGImage()
169 colorspace[MagickPathExtent], in WriteDEBUGImage()
170 tuple[MagickPathExtent]; in WriteDEBUGImage()
206 MagickColorspaceOptions,(ssize_t) image->colorspace),MagickPathExtent); in WriteDEBUGImage()
210 (void) ConcatenateMagickString(colorspace,"a",MagickPathExtent); in WriteDEBUGImage()
211 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteDEBUGImage()
224 (void) FormatLocaleString(buffer,MagickPathExtent,"%.20g,%.20g: ",(double) in WriteDEBUGImage()
228 (void) FormatLocaleString(tuple,MagickPathExtent,"%.20g,%.20g,%.20g ", in WriteDEBUGImage()
233 black[MagickPathExtent]; in WriteDEBUGImage()
235 (void) FormatLocaleString(black,MagickPathExtent,",%.20g ", in WriteDEBUGImage()
237 (void) ConcatenateMagickString(tuple,black,MagickPathExtent); in WriteDEBUGImage()
242 alpha[MagickPathExtent]; in WriteDEBUGImage()
244 (void) FormatLocaleString(alpha,MagickPathExtent,",%.20g ", in WriteDEBUGImage()
246 (void) ConcatenateMagickString(tuple,alpha,MagickPathExtent); in WriteDEBUGImage()