Searched refs:sans_exception (Results 1 - 9 of 9) sorted by relevance
/external/ImageMagick/MagickCore/ |
H A D | constitute.c | 380 *sans_exception; 429 sans_exception=AcquireExceptionInfo(); 430 magick_info=GetMagickInfo(read_info->magick,sans_exception); 431 sans_exception=DestroyExceptionInfo(sans_exception); 982 *sans_exception; 1008 sans_exception=AcquireExceptionInfo(); 1012 (void) SetImageInfo(write_info,1,sans_exception); 1022 sans_exception=DestroyExceptionInfo(sans_exception); 375 *sans_exception; local 974 *sans_exception; local 1240 *sans_exception; local 1280 sans_exception); local [all...] |
H A D | type.c | 1172 *sans_exception; 1183 sans_exception=AcquireExceptionInfo(); 1184 xml=FileToString(path,~0UL,sans_exception); 1185 sans_exception=DestroyExceptionInfo(sans_exception); 1159 *sans_exception; local
|
H A D | image.c | 2542 *sans_exception; 2638 sans_exception=AcquireExceptionInfo(); 2678 magick_info=GetMagickInfo(magic,sans_exception); 2710 magick_info=GetMagickInfo(magic,sans_exception); 2723 magick_info=GetMagickInfo(magic,sans_exception); 2724 delegate_info=GetDelegateInfo(magic,"*",sans_exception); 2726 delegate_info=GetDelegateInfo("*",magic,sans_exception); 2738 sans_exception=DestroyExceptionInfo(sans_exception); 2829 sans_exception 2509 *sans_exception; local [all...] |
H A D | layer.c | 929 *sans_exception; 1330 sans_exception=AcquireExceptionInfo(); 1350 bgnd_image=CropImage(prev_image,&bounds[i],sans_exception); 1364 sans_exception=DestroyExceptionInfo(sans_exception); 920 *sans_exception; local
|
H A D | blob.c | 2652 *sans_exception; 2657 sans_exception=AcquireExceptionInfo(); 2658 magick_info=GetMagickInfo(image_info->magick,sans_exception); 2659 sans_exception=DestroyExceptionInfo(sans_exception); 2618 *sans_exception; local
|
/external/ImageMagick/coders/ |
H A D | dng.c | 97 *sans_exception; 137 sans_exception=AcquireExceptionInfo(); 138 image=ReadImage(read_info,sans_exception); 139 sans_exception=DestroyExceptionInfo(sans_exception); 96 *sans_exception; local
|
H A D | msl.c | 214 *sans_exception; 223 sans_exception=AcquireExceptionInfo(); 224 image=(Image *) GetImageRegistry(ImageRegistryType,key,sans_exception); 225 sans_exception=DestroyExceptionInfo(sans_exception); 208 *sans_exception; local
|
/external/ImageMagick/MagickWand/ |
H A D | operation.c | 147 *sans_exception; 156 sans_exception=AcquireExceptionInfo(); 157 image=(Image *) GetImageRegistry(ImageRegistryType,key,sans_exception); 158 sans_exception=DestroyExceptionInfo(sans_exception); 143 *sans_exception; local
|
H A D | mogrify.c | 375 *sans_exception; 388 sans_exception=AcquireExceptionInfo(); 389 image=(Image *) GetImageRegistry(ImageRegistryType,key,sans_exception); 390 sans_exception=DestroyExceptionInfo(sans_exception); 370 *sans_exception; local
|
Completed in 385 milliseconds