Home | History | Annotate | Download | only in coders

Lines Matching refs:MagickPathExtent

151     cache_filename[MagickPathExtent],
152 id[MagickPathExtent],
153 keyword[MagickPathExtent],
213 (void) CopyMagickString(cache_filename,image->filename,MagickPathExtent);
230 length=MagickPathExtent;
248 length=MagickPathExtent;
263 MagickPathExtent,sizeof(*comment));
283 length=MagickPathExtent;
289 if ((size_t) (p-keyword) < (MagickPathExtent-1))
310 MagickPathExtent,sizeof(*options));
524 (void) CopyMagickString(id,options,MagickPathExtent);
785 length=MagickPathExtent;
791 if ((strlen(image->directory)+MagickPathExtent) >= length)
798 length+MagickPathExtent,sizeof(*image->directory));
1068 buffer[MagickPathExtent],
1069 cache_filename[MagickPathExtent];
1102 (void) CopyMagickString(cache_filename,image->filename,MagickPathExtent);
1116 (void) FormatLocaleString(buffer,MagickPathExtent,"magick-signature=%u\n",
1119 (void) FormatLocaleString(buffer,MagickPathExtent,
1125 (void) FormatLocaleString(buffer,MagickPathExtent,
1131 (void) FormatLocaleString(buffer,MagickPathExtent,"type=%s\n",
1137 (void) FormatLocaleString(buffer,MagickPathExtent,"colorspace=%s\n",
1143 (void) FormatLocaleString(buffer,MagickPathExtent,
1150 (void) FormatLocaleString(buffer,MagickPathExtent,"endian=%s\n",
1156 (void) FormatLocaleString(buffer,MagickPathExtent,
1163 (void) FormatLocaleString(buffer,MagickPathExtent,"units=%s\n",
1169 (void) FormatLocaleString(buffer,MagickPathExtent,
1175 (void) FormatLocaleString(buffer,MagickPathExtent,
1183 (void) FormatLocaleString(buffer,MagickPathExtent,"page=%+ld%+ld\n",
1189 (void) FormatLocaleString(buffer,MagickPathExtent,
1198 (void) FormatLocaleString(buffer,MagickPathExtent,
1203 (void) FormatLocaleString(buffer,MagickPathExtent,"scene=%.20g "
1213 (void) FormatLocaleString(buffer,MagickPathExtent,"scene=%.20g\n",
1219 (void) FormatLocaleString(buffer,MagickPathExtent,
1225 (void) FormatLocaleString(buffer,MagickPathExtent,"delay=%.20g\n",
1231 (void) FormatLocaleString(buffer,MagickPathExtent,
1238 (void) FormatLocaleString(buffer,MagickPathExtent,"gravity=%s\n",
1244 (void) FormatLocaleString(buffer,MagickPathExtent,"dispose=%s\n",
1250 (void) FormatLocaleString(buffer,MagickPathExtent,
1257 (void) FormatLocaleString(buffer,MagickPathExtent,"gamma=%g\n",
1266 (void) FormatLocaleString(buffer,MagickPathExtent,"red-primary="
1274 (void) FormatLocaleString(buffer,MagickPathExtent,
1281 (void) FormatLocaleString(buffer,MagickPathExtent,
1303 (void) FormatLocaleString(buffer,MagickPathExtent,
1313 (void) FormatLocaleString(buffer,MagickPathExtent,"montage=%s\n",
1321 (void) FormatLocaleString(buffer,MagickPathExtent,"%s=",property);