Lines Matching defs:buffer
169 buffer[MagickPathExtent];
207 (void) FormatLocaleString(buffer,MagickPathExtent,"<Title>%s</Title>\n",value);
214 (void) FormatLocaleString(buffer,MagickPathExtent,"<Title>%s</Title>\n",
217 (void) WriteBlobString(image,buffer);
218 (void) FormatLocaleString(buffer,MagickPathExtent,
220 (void) WriteBlobString(image,buffer);
221 (void) FormatLocaleString(buffer,MagickPathExtent,
223 (void) WriteBlobString(image,buffer);
224 (void) FormatLocaleString(buffer,MagickPathExtent,"<Width>%.20g</Width>\n",
226 (void) WriteBlobString(image,buffer);
227 (void) FormatLocaleString(buffer,MagickPathExtent,"<Height>%.20g</Height>\n",
229 (void) WriteBlobString(image,buffer);
230 (void) FormatLocaleString(buffer,MagickPathExtent,"<Depth>2</Depth>\n");
231 (void) WriteBlobString(image,buffer);
246 (void) FormatLocaleString(buffer,MagickPathExtent,"%02x",byte);
247 (void) WriteBlobString(image,buffer);
258 (void) FormatLocaleString(buffer,MagickPathExtent,"%02x",~byte);
259 (void) WriteBlobString(image,buffer);