Home | History | Annotate | Download | only in coders

Lines Matching refs:MagickPathExtent

173     buffer[MagickPathExtent],
174 colorspace[MagickPathExtent],
175 tuple[MagickPathExtent];
211 MagickColorspaceOptions,(ssize_t) image->colorspace),MagickPathExtent);
215 (void) ConcatenateMagickString(colorspace,"a",MagickPathExtent);
216 (void) FormatLocaleString(buffer,MagickPathExtent,
229 (void) FormatLocaleString(buffer,MagickPathExtent,"%.20g,%.20g: ",(double)
233 (void) FormatLocaleString(tuple,MagickPathExtent,"%.20g,%.20g,%.20g ",
238 black[MagickPathExtent];
240 (void) FormatLocaleString(black,MagickPathExtent,",%.20g ",
242 (void) ConcatenateMagickString(tuple,black,MagickPathExtent);
247 alpha[MagickPathExtent];
249 (void) FormatLocaleString(alpha,MagickPathExtent,",%.20g ",
251 (void) ConcatenateMagickString(tuple,alpha,MagickPathExtent);