Searched refs:sans_exception (Results 1 – 9 of 9) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | constitute.c | 375 *sans_exception; in ReadImage() local 424 sans_exception=AcquireExceptionInfo(); in ReadImage() 425 magick_info=GetMagickInfo(read_info->magick,sans_exception); in ReadImage() 426 sans_exception=DestroyExceptionInfo(sans_exception); in ReadImage() 974 *sans_exception; in WriteImage() local 1000 sans_exception=AcquireExceptionInfo(); in WriteImage() 1004 (void) SetImageInfo(write_info,1,sans_exception); in WriteImage() 1014 sans_exception=DestroyExceptionInfo(sans_exception); in WriteImage() 1022 magick_info=GetMagickInfo(write_info->magick,sans_exception); in WriteImage() 1023 sans_exception=DestroyExceptionInfo(sans_exception); in WriteImage() [all …]
|
D | image.c | 2509 *sans_exception; in SetImageInfo() local 2605 sans_exception=AcquireExceptionInfo(); in SetImageInfo() 2645 magick_info=GetMagickInfo(magic,sans_exception); in SetImageInfo() 2677 magick_info=GetMagickInfo(magic,sans_exception); in SetImageInfo() 2690 magick_info=GetMagickInfo(magic,sans_exception); in SetImageInfo() 2691 delegate_info=GetDelegateInfo(magic,"*",sans_exception); in SetImageInfo() 2693 delegate_info=GetDelegateInfo("*",magic,sans_exception); in SetImageInfo() 2705 sans_exception=DestroyExceptionInfo(sans_exception); in SetImageInfo() 2796 sans_exception=AcquireExceptionInfo(); in SetImageInfo() 2797 magic_info=GetMagicInfo(magick,(size_t) count,sans_exception); in SetImageInfo() [all …]
|
D | type.c | 1159 *sans_exception; in LoadTypeCache() local 1170 sans_exception=AcquireExceptionInfo(); in LoadTypeCache() 1171 xml=FileToString(path,~0UL,sans_exception); in LoadTypeCache() 1172 sans_exception=DestroyExceptionInfo(sans_exception); in LoadTypeCache()
|
D | layer.c | 920 *sans_exception; in OptimizeLayerFrames() local 1321 sans_exception=AcquireExceptionInfo(); in OptimizeLayerFrames() 1341 bgnd_image=CropImage(prev_image,&bounds[i],sans_exception); in OptimizeLayerFrames() 1355 sans_exception=DestroyExceptionInfo(sans_exception); in OptimizeLayerFrames()
|
D | blob.c | 2618 *sans_exception; in OpenBlob() local 2623 sans_exception=AcquireExceptionInfo(); in OpenBlob() 2624 magick_info=GetMagickInfo(image_info->magick,sans_exception); in OpenBlob() 2625 sans_exception=DestroyExceptionInfo(sans_exception); in OpenBlob()
|
/external/ImageMagick/coders/ |
D | dng.c | 96 *sans_exception; in ReadDNGImage() local 136 sans_exception=AcquireExceptionInfo(); in ReadDNGImage() 137 image=ReadImage(read_info,sans_exception); in ReadDNGImage() 138 sans_exception=DestroyExceptionInfo(sans_exception); in ReadDNGImage()
|
D | msl.c | 208 *sans_exception; in GetImageCache() local 217 sans_exception=AcquireExceptionInfo(); in GetImageCache() 218 image=(Image *) GetImageRegistry(ImageRegistryType,key,sans_exception); in GetImageCache() 219 sans_exception=DestroyExceptionInfo(sans_exception); in GetImageCache()
|
/external/ImageMagick/MagickWand/ |
D | operation.c | 143 *sans_exception; in GetImageCache() local 152 sans_exception=AcquireExceptionInfo(); in GetImageCache() 153 image=(Image *) GetImageRegistry(ImageRegistryType,key,sans_exception); in GetImageCache() 154 sans_exception=DestroyExceptionInfo(sans_exception); in GetImageCache()
|
D | mogrify.c | 370 *sans_exception; in GetImageCache() local 383 sans_exception=AcquireExceptionInfo(); in GetImageCache() 384 image=(Image *) GetImageRegistry(ImageRegistryType,key,sans_exception); in GetImageCache() 385 sans_exception=DestroyExceptionInfo(sans_exception); in GetImageCache()
|