Lines Matching refs:MagickPathExtent
168 buffer[MagickPathExtent], in WriteDEBUGImage()
169 colorspace[MagickPathExtent], in WriteDEBUGImage()
170 tuple[MagickPathExtent]; in WriteDEBUGImage()
210 MagickColorspaceOptions,(ssize_t) image->colorspace),MagickPathExtent); in WriteDEBUGImage()
214 (void) ConcatenateMagickString(colorspace,"a",MagickPathExtent); in WriteDEBUGImage()
215 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteDEBUGImage()
228 (void) FormatLocaleString(buffer,MagickPathExtent,"%.20g,%.20g: ",(double) in WriteDEBUGImage()
232 (void) FormatLocaleString(tuple,MagickPathExtent,"%.20g,%.20g,%.20g ", in WriteDEBUGImage()
237 black[MagickPathExtent]; in WriteDEBUGImage()
239 (void) FormatLocaleString(black,MagickPathExtent,",%.20g ", in WriteDEBUGImage()
241 (void) ConcatenateMagickString(tuple,black,MagickPathExtent); in WriteDEBUGImage()
246 alpha[MagickPathExtent]; in WriteDEBUGImage()
248 (void) FormatLocaleString(alpha,MagickPathExtent,",%.20g ", in WriteDEBUGImage()
250 (void) ConcatenateMagickString(tuple,alpha,MagickPathExtent); in WriteDEBUGImage()