Searched refs:sans_exception (Results 1 - 9 of 9) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dconstitute.c380 *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 Dtype.c1172 *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 Dimage.c2542 *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 Dlayer.c929 *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 Dblob.c2652 *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 Ddng.c97 *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 Dmsl.c214 *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 Doperation.c147 *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 Dmogrify.c375 *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 455 milliseconds