HomeSort by relevance Sort by last modified time
    Searched refs:MagickPathExtent (Results 126 - 150 of 195) sorted by null

1 2 3 4 56 7 8

  /external/ImageMagick/MagickCore/
xwindow.c 630 image_geometry[MagickPathExtent];
635 (void) FormatLocaleString(image_geometry,MagickPathExtent,"%ux%u",
    [all...]
resource.c 412 (void) FormatLocaleString(path,MagickPathExtent,"magick-%.20gXXXXXXXXXXXX",
443 if (strlen(directory) > (MagickPathExtent-25))
455 (void) FormatLocaleString(path,MagickPathExtent,
458 (void) FormatLocaleString(path,MagickPathExtent,
    [all...]
cache.c 758 message[MagickPathExtent];
760 (void) FormatLocaleString(message,MagickPathExtent,"%s => %s",
    [all...]
fx.c 921 format[MagickPathExtent],
930 (void) FormatLocaleString(format,MagickPathExtent,"%.20g: ",(double) v);
934 (void) FormatLocaleString(format,MagickPathExtent,"%+f ",
    [all...]
token.c 296 (void) CopyMagickString(token,token+offset,MagickPathExtent);
366 (void) CopyMagickString(image_info->filename,pattern,MagickPathExtent);
resize.c     [all...]
option.c     [all...]
  /external/ImageMagick/coders/
mvg.c 164 primitive[MagickPathExtent];
plasma.c 151 (void) FormatLocaleString(read_info->filename,MagickPathExtent,
flif.c 308 version[MagickPathExtent];
318 (void) FormatLocaleString(version,MagickPathExtent,"libflif %d.%d.%d [%04X]",
jbig.c 310 version[MagickPathExtent];
317 (void) CopyMagickString(version,JBG_VERSION,MagickPathExtent);
jpeg.c 539 magick[MagickPathExtent];
645 name[MagickPathExtent];
686 (void) FormatLocaleString(name,MagickPathExtent,"APP%d",marker);
706 (void) CopyMagickString(name,"exif",MagickPathExtent);
724 (void) CopyMagickString(name,"xmp",MagickPathExtent);
938 sampling_factor[MagickPathExtent];
945 (void) FormatLocaleString(sampling_factor,MagickPathExtent,
960 (void) FormatLocaleString(sampling_factor,MagickPathExtent,"%dx%d",
968 (void) FormatLocaleString(sampling_factor,MagickPathExtent,
981 (void) FormatLocaleString(sampling_factor,MagickPathExtent,
    [all...]
png.c     [all...]
djvu.c 935 version[MagickPathExtent];
950 (void) ConcatenateMagickString(version,"libdjvu ",MagickPathExtent);
951 (void) ConcatenateMagickString(version,DJVU_LIBDJVU_VER_STRING,MagickPathExtent);
pango.c 496 version[MagickPathExtent];
503 (void) FormatLocaleString(version,MagickPathExtent,"Pangocairo %s",
vips.c 369 buffer[MagickPathExtent],
508 while ((n=ReadBlob(image,MagickPathExtent-1,(unsigned char *) buffer)) != 0)
pdb.c 576 length=MagickPathExtent;
580 if ((size_t) (p-comment+MagickPathExtent) >= length)
584 length+=MagickPathExtent;
585 comment=(char *) ResizeQuantumMemory(comment,length+MagickPathExtent,
uyvy.c 138 (void) CopyMagickString(image->filename,image_info->filename,MagickPathExtent);
psd.c 658 value[MagickPathExtent];
668 (void) FormatLocaleString(value,MagickPathExtent,"%g",image->resolution.x);
675 (void) FormatLocaleString(value,MagickPathExtent,"%g",image->resolution.y);
    [all...]
dcm.c     [all...]
  /external/ImageMagick/tests/
drawtest.c 413 filename[MagickPathExtent];
426 (void) CopyMagickString(filename,argv[1],MagickPathExtent);
  /external/ImageMagick/Magick++/lib/
Options.cpp 226 fileName_.copy(_imageInfo->filename,MagickPathExtent-1);
227 if (fileName_.length() > MagickPathExtent-1)
228 _imageInfo->filename[MagickPathExtent-1]=0;
393 FormatLocaleString(_imageInfo->filename,MagickPathExtent,"%.1024s:",
995 option[MagickPathExtent];
997 (void) FormatLocaleString(option,MagickPathExtent,"%.20g",value_);
Montage.cpp 195 _fileName.copy(montageInfo_.filename,MagickPathExtent-1);
  /external/ImageMagick/MagickWand/
import.c 455 MagickPathExtent);
464 (void) CopyMagickString(images->filename,filename,MagickPathExtent);
465 (void) CopyMagickString(images->magick,"PS",MagickPathExtent);
498 (void) CopyMagickString(argv[i]+1,"sans",MagickPathExtent);
807 (void) CopyMagickString(argv[i]+1,"sans0",MagickPathExtent);
    [all...]
stream.c 296 (void) CopyMagickString(image_info->filename,filename,MagickPathExtent);
585 (void) CopyMagickString(argv[i]+1,"san",MagickPathExtent);

Completed in 379 milliseconds

1 2 3 4 56 7 8