HomeSort by relevance Sort by last modified time
    Searched defs:MagickPathExtent (Results 1 - 10 of 10) sorted by null

  /external/ImageMagick/MagickWand/
method-attribute.h 98 #if !defined(MagickPathExtent)
99 # define MagickPathExtent 4096
  /external/ImageMagick/MagickCore/
method-attribute.h 105 #if !defined(MagickPathExtent)
106 # define MagickPathExtent 4096 /* always >= 4096 */
108 # define MaxTextExtent MagickPathExtent
delegate.c 386 (void) ConcatenateMagickString(sanitize_command,"&",MagickPathExtent);
540 value[MagickPathExtent];
567 (void) FormatMagickSize(image->extent,MagickFalse,"B",MagickPathExtent,
571 MagickPathExtent,value);
595 (void) FormatLocaleString(value,MagickPathExtent,
603 (void) FormatLocaleString(value,MagickPathExtent,"%.20g",(double)
622 (void) FormatLocaleString(value,MagickPathExtent,"%.20g",(double)
635 (void) FormatLocaleString(value,MagickPathExtent,"%.20g",(double)
642 (void) FormatLocaleString(value,MagickPathExtent,"%.20g",(double)
655 (void) FormatLocaleString(value,MagickPathExtent,"%s %s %s"
    [all...]
identify.c 434 color[MagickPathExtent],
435 format[MagickPathExtent],
436 key[MagickPathExtent];
608 MagickPathExtent,format);
627 MagickPathExtent,format);
649 filename[MagickPathExtent];
    [all...]
image.c 178 (void) CopyMagickString(image->magick,"MIFF",MagickPathExtent);
225 MagickPathExtent);
227 MagickPathExtent);
228 (void) CopyMagickString(image->magick,image_info->magick,MagickPathExtent);
403 MagickPathExtent);
406 image_info->filename,MagickPathExtent);
729 (void) FormatLocaleString(property,MagickPathExtent,"8BIM:1999,2998:%s",
741 MagickPathExtent);
743 MagickPathExtent);
756 (void) FormatLocaleString(clip_mask->magick_filename,MagickPathExtent,
    [all...]
property.c 149 MagickPathExtent);
151 MagickPathExtent);
239 key[MagickPathExtent],
240 value[MagickPathExtent];
247 (void) CopyMagickString(key,property,MagickPathExtent-1);
253 (void) CopyMagickString(value,p+1,MagickPathExtent);
364 value[MagickPathExtent];
379 n=FormatLocaleStringList(value,MagickPathExtent,format,operands);
591 format[MagickPathExtent],
592 name[MagickPathExtent],
    [all...]
resize.c     [all...]
  /external/ImageMagick/MagickWand/tests/
script-token-test.c 61 #define MagickPathExtent 4096
  /external/ImageMagick/coders/
json.c 221 if (~length >= (MagickPathExtent-1))
222 escaped_json=(char *) AcquireQuantumMemory(length+MagickPathExtent,
671 color[MagickPathExtent],
672 format[MagickPathExtent],
673 key[MagickPathExtent];
745 filename[MagickPathExtent];
    [all...]
pdf.c 273 (void) FormatLocaleString(message,MagickPathExtent,
392 command[MagickPathExtent],
394 filename[MagickPathExtent],
395 geometry[MagickPathExtent],
396 input_filename[MagickPathExtent],
397 message[MagickPathExtent],
399 postscript_filename[MagickPathExtent];
538 ((size_t) (p-command) < (MagickPathExtent-1)))
556 name[MagickPathExtent],
557 property[MagickPathExtent],
    [all...]

Completed in 347 milliseconds