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

1 2 3 4 5 67 8

  /external/ImageMagick/coders/
cut.c 401 (MagickPathExtent-i));
405 (MagickPathExtent-i));
webp.c 404 version[MagickPathExtent];
414 (void) FormatLocaleString(version,MagickPathExtent,"libwebp %d.%d.%d [%04X]",
yuv.c 430 MagickPathExtent);
834 MagickPathExtent);
cin.c 390 property[MagickPathExtent];
898 timestamp[MagickPathExtent];
1000 (void) strftime(timestamp,MagickPathExtent,"%Y:%m:%d:%H:%M:%S%Z",&local_time)
    [all...]
pcd.c 414 MagickPathExtent);
643 (void) FormatLocaleString(image->filename,MagickPathExtent,
645 (void) FormatLocaleString(image->magick_filename,MagickPathExtent,
    [all...]
sixel.c 1001 length=MagickPathExtent;
    [all...]
gif.c 1126 name[MagickPathExtent];
    [all...]
pict.c 815 geometry[MagickPathExtent],
    [all...]
emf.c 704 fileName[MagickPathExtent];
717 MultiByteToWideChar(CP_UTF8,0,image->filename,-1,fileName,MagickPathExtent);
fits.c 256 property[MagickPathExtent],
391 (void) FormatLocaleString(property,MagickPathExtent,"fits:%s",keyword);
jp2.c 542 version[MagickPathExtent];
549 (void) FormatLocaleString(version,MagickPathExtent,"%s",opj_version());
    [all...]
tga.c 298 if (~length >= (MagickPathExtent-1))
299 comment=(char *) AcquireQuantumMemory(length+MagickPathExtent,
    [all...]
dpx.c 649 (void) FormatLocaleString(code,MagickPathExtent-strlen(code),"%x",
663 value[MagickPathExtent];
824 property[MagickPathExtent];
840 (void) FormatLocaleString(property,MagickPathExtent,
    [all...]
icon.c 375 (void) CopyMagickString(read_info->magick,"PNG",MagickPathExtent);
    [all...]
  /external/ImageMagick/MagickCore/
threshold.c     [all...]
enhance.c 513 token[MagickPathExtent];
586 GetNextToken(p,&p,MagickPathExtent,token);
588 GetNextToken(p,&p,MagickPathExtent,token);
618 GetNextToken(p,&p,MagickPathExtent,token);
620 GetNextToken(p,&p,MagickPathExtent,token);
651 GetNextToken(p,&p,MagickPathExtent,token);
653 GetNextToken(p,&p,MagickPathExtent,token);
688 GetNextToken(p,&p,MagickPathExtent,token);
    [all...]
feature.c 252 geometry[MagickPathExtent];
287 (void) FormatLocaleString(geometry,MagickPathExtent,
    [all...]
morphology.c 223 token[MagickPathExtent];
304 GetNextToken(p,&p,MagickPathExtent,token);
306 GetNextToken(p,&p,MagickPathExtent,token);
326 GetNextToken(p,&p,MagickPathExtent,token);
328 GetNextToken(p,&p,MagickPathExtent,token);
344 GetNextToken(p,&p,MagickPathExtent,token);
380 token[MagickPathExtent];
399 GetNextToken(kernel_string,&p,MagickPathExtent,token);
498 token[MagickPathExtent];
515 while (GetNextToken(p,(const char **) NULL,MagickPathExtent,token), *token != '\0'
    [all...]
matrix.c 81 path[MagickPathExtent];
    [all...]
memory.c 135 filename[MagickPathExtent];
    [all...]
random.c 466 path[MagickPathExtent];
    [all...]
  /external/ImageMagick/MagickWand/
magick-image.c 106 (void) FormatLocaleString(clone_wand->name,MagickPathExtent,"%s-%.20g",
610 geometry[MagickPathExtent];
628 (void) FormatLocaleString(geometry,MagickPathExtent,"%+g%+g",x,y);
    [all...]
display.c 505 (void) CopyMagickString(image_info->filename,filename,MagickPathExtent);
593 resource_info.write_filename,MagickPathExtent);
    [all...]
magick-cli.c 715 ConcatenateMagickString(cli_wand->wand.name,"-CLI",MagickPathExtent);
  /external/ImageMagick/Magick++/lib/
Image.cpp 372 value[MagickPathExtent];
375 FormatLocaleString(value,MagickPathExtent,"%.20g",attenuate_);
1492 value[MagickPathExtent];
1496 FormatLocaleString(value,MagickPathExtent,"%.20g",strokeWidth_);
    [all...]

Completed in 658 milliseconds

1 2 3 4 5 67 8