/external/ImageMagick/MagickCore/ |
utility.h | 57 GetPathComponent(const char *,PathType,char *),
|
utility.c | 308 GetPathComponent(filename,ExtensionPath,extension); 315 GetPathComponent(filename,RootPath,root); 317 GetPathComponent(filename,RootPath,root); 322 GetPathComponent(filename,RootPath,root); 599 GetPathComponent(path,HeadPath,path); 818 GetPathComponent(option,TailPath,filename); 819 GetPathComponent(option,MagickPath,magick); 832 GetPathComponent(option,HeadPath,path); 833 GetPathComponent(option,SubimagePath,subimage); [all...] |
module.c | 444 GetPathComponent(module_path,HeadPath,path); 483 GetPathComponent(entry->d_name,BasePath,modules[i]); [all...] |
delegate.c | 592 GetPathComponent(image->magick_filename,HeadPath,value); 598 GetPathComponent(image->magick_filename,ExtensionPath,value); 604 GetPathComponent(image->magick_filename,TailPath,value); [all...] |
type.c | 813 GetPathComponent((const char *) file,ExtensionPath,extension); [all...] |
exception.c | [all...] |
xml-tree.c | 253 GetPathComponent(components[i],SubimagePath,subnode); 254 GetPathComponent(components[i],CanonicalPath,tag); [all...] |
configure.c | 207 GetPathComponent(path,HeadPath,head_path); [all...] |
image.c | [all...] |
magick.c | [all...] |
property.c | [all...] |
mime.c | 851 GetPathComponent(filename,HeadPath,path); [all...] |
policy.c | 860 GetPathComponent(filename,HeadPath,path); [all...] |
constitute.c | 665 GetPathComponent(magick_filename,MagickPath,magick_path); [all...] |
methods.h | 501 #define GetPathComponent PrependMagickMethod(GetPathComponent) [all...] |
animate.c | 501 GetPathComponent((*image)->magick_filename,BasePath,basename); [all...] |
/external/ImageMagick/coders/ |
html.c | 278 GetPathComponent(filename,BasePath,basename); 315 GetPathComponent(filename,BasePath,basename); 398 GetPathComponent(image->filename,BasePath,filename);
|
uil.c | 300 GetPathComponent(image->filename,BasePath,basename); 346 GetPathComponent(image->filename,BasePath,basename);
|
cip.c | 214 GetPathComponent(image->filename,BasePath,basename);
|
url.c | 245 GetPathComponent(image_info->filename,TailPath,image->filename);
|
mpeg.c | 607 GetPathComponent(image_info->filename,ExtensionPath,coalesce_image->magick);
|
xbm.c | 552 GetPathComponent(image->filename,BasePath,basename);
|
xpm.c | 795 GetPathComponent(picon->filename,BasePath,basename); [all...] |
/external/ImageMagick/utilities/ |
magick.c | 126 GetPathComponent(argv[0],TailPath,client_name);
|
/external/ImageMagick/MagickWand/ |
magick-cli.c | 718 GetPathComponent(argv[0],TailPath,cli_wand->wand.name); 734 GetPathComponent(argv[1],TailPath,cli_wand->wand.name); 796 GetPathComponent(argv[2],TailPath,cli_wand->wand.name);
|