Home | History | Annotate | Download | only in coders

Lines Matching refs:MagickPathExtent

216     basename[MagickPathExtent],
217 buffer[MagickPathExtent],
218 filename[MagickPathExtent],
219 mapname[MagickPathExtent],
220 url[MagickPathExtent];
265 (void) CopyMagickString(url,image_info->magick,MagickPathExtent);
266 (void) ConcatenateMagickString(url,":",MagickPathExtent);
270 (void) CopyMagickString(image->filename,p,MagickPathExtent);
276 (void) CopyMagickString(filename,image->filename,MagickPathExtent);
279 (void) CopyMagickString(mapname,basename,MagickPathExtent);
280 (void) CopyMagickString(image->filename,image_info->filename,MagickPathExtent);
281 (void) CopyMagickString(filename,image->filename,MagickPathExtent);
310 (void) FormatLocaleString(buffer,MagickPathExtent,"<title>%s</title>\n",
315 (void) FormatLocaleString(buffer,MagickPathExtent,
321 (void) FormatLocaleString(buffer,MagickPathExtent,"<h1>%s</h1>\n",
325 (void) CopyMagickString(filename,image->filename,MagickPathExtent);
327 (void) FormatLocaleString(buffer,MagickPathExtent,"<img usemap=\"#%s\" "
340 (void) FormatLocaleString(buffer,MagickPathExtent,
343 (void) FormatLocaleString(buffer,MagickPathExtent," <area href=\"%s",url);
347 (void) FormatLocaleString(buffer,MagickPathExtent,
359 (void) FormatLocaleString(buffer,MagickPathExtent,"\" shape="
366 (void) FormatLocaleString(buffer,MagickPathExtent,
378 (void) CopyMagickString(filename,image->filename,MagickPathExtent);
386 (void) CopyMagickString(image->filename,filename,MagickPathExtent);
390 (void) CopyMagickString(image->magick,"PNG",MagickPathExtent);
397 (void) ConcatenateMagickString(filename,"_map.shtml",MagickPathExtent);
398 (void) CopyMagickString(image->filename,filename,MagickPathExtent);
416 (void) FormatLocaleString(buffer,MagickPathExtent,
419 (void) FormatLocaleString(buffer,MagickPathExtent," <area href=\"%s",url);
423 (void) FormatLocaleString(buffer,MagickPathExtent,
434 (void) FormatLocaleString(buffer,MagickPathExtent,"\" shape=\"rect\""
441 (void) FormatLocaleString(buffer,MagickPathExtent,
454 (void) CopyMagickString(image->filename,filename,MagickPathExtent);