Lines Matching refs:MagickPathExtent
164 buffer[MagickPathExtent]; in WriteCIPImage()
202 (void) FormatLocaleString(buffer,MagickPathExtent,"<Title>%s</Title>\n",value); in WriteCIPImage()
206 basename[MagickPathExtent]; in WriteCIPImage()
209 (void) FormatLocaleString(buffer,MagickPathExtent,"<Title>%s</Title>\n", in WriteCIPImage()
213 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteCIPImage()
216 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteCIPImage()
219 (void) FormatLocaleString(buffer,MagickPathExtent,"<Width>%.20g</Width>\n", in WriteCIPImage()
222 (void) FormatLocaleString(buffer,MagickPathExtent,"<Height>%.20g</Height>\n", in WriteCIPImage()
225 (void) FormatLocaleString(buffer,MagickPathExtent,"<Depth>2</Depth>\n"); in WriteCIPImage()
241 (void) FormatLocaleString(buffer,MagickPathExtent,"%02x",byte); in WriteCIPImage()
253 (void) FormatLocaleString(buffer,MagickPathExtent,"%02x",~byte); in WriteCIPImage()