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

  /external/ImageMagick/MagickCore/
method-attribute.h 87 #if !defined(MagickPathExtent)
88 # define MagickPathExtent 4096 /* always >= 4096 */
90 #define MaxTextExtent MagickPathExtent
delegate.c 401 (void) ConcatenateMagickString(sanitize_command,"&",MagickPathExtent);
555 value[MagickPathExtent];
582 (void) FormatMagickSize(image->extent,MagickFalse,"B",MagickPathExtent,
586 MagickPathExtent,value);
610 (void) FormatLocaleString(value,MagickPathExtent,
618 (void) FormatLocaleString(value,MagickPathExtent,"%.20g",(double)
637 (void) FormatLocaleString(value,MagickPathExtent,"%.20g",(double)
650 (void) FormatLocaleString(value,MagickPathExtent,"%.20g",(double)
657 (void) FormatLocaleString(value,MagickPathExtent,"%.20g",(double)
670 (void) FormatLocaleString(value,MagickPathExtent,"%s %s %s"
    [all...]
image.c 179 (void) CopyMagickString(image->magick,"MIFF",MagickPathExtent);
226 MagickPathExtent);
228 MagickPathExtent);
229 (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/
method-attribute.h 77 #if !defined(MagickPathExtent)
78 # define MagickPathExtent 4096
  /external/ImageMagick/MagickWand/tests/
script-token-test.c 61 #define MagickPathExtent 4096
  /external/ImageMagick/coders/
json.c 245 if (~length >= (MagickPathExtent-1))
246 escaped_json=(char *) AcquireQuantumMemory(length+MagickPathExtent,
864 if (~length >= (MagickPathExtent-1))
865 attribute=(char *) AcquireQuantumMemory(length+MagickPathExtent,
922 color[MagickPathExtent],
923 format[MagickPathExtent],
924 key[MagickPathExtent];
995 filename[MagickPathExtent];
    [all...]
pdf.c 275 (void) FormatLocaleString(message,MagickPathExtent,
394 command[MagickPathExtent],
396 filename[MagickPathExtent],
397 geometry[MagickPathExtent],
398 input_filename[MagickPathExtent],
399 message[MagickPathExtent],
401 postscript_filename[MagickPathExtent];
540 ((size_t) (p-command) < (MagickPathExtent-1)))
558 name[MagickPathExtent],
559 property[MagickPathExtent],
    [all...]

Completed in 338 milliseconds