Home | History | Annotate | Download | only in coders

Lines Matching refs:MagickPathExtent

169     buffer[MagickPathExtent];
207 (void) FormatLocaleString(buffer,MagickPathExtent,"<Title>%s</Title>\n",value);
211 basename[MagickPathExtent];
214 (void) FormatLocaleString(buffer,MagickPathExtent,"<Title>%s</Title>\n",
218 (void) FormatLocaleString(buffer,MagickPathExtent,
221 (void) FormatLocaleString(buffer,MagickPathExtent,
224 (void) FormatLocaleString(buffer,MagickPathExtent,"<Width>%.20g</Width>\n",
227 (void) FormatLocaleString(buffer,MagickPathExtent,"<Height>%.20g</Height>\n",
230 (void) FormatLocaleString(buffer,MagickPathExtent,"<Depth>2</Depth>\n");
246 (void) FormatLocaleString(buffer,MagickPathExtent,"%02x",byte);
258 (void) FormatLocaleString(buffer,MagickPathExtent,"%02x",~byte);