Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:exception

53 #include "MagickCore/exception.h"
54 #include "MagickCore/exception-private.h"
297 % MagickSizeType *length,ExceptionInfo *exception)
305 % o exception: return any errors or warnings in this structure.
309 MagickSizeType *length,ExceptionInfo *exception)
316 assert(exception != (ExceptionInfo *) NULL);
317 assert(exception->signature == MagickCoreSignature);
488 % CacheInfo *source_info,ExceptionInfo *exception)
496 % o exception: return any errors or warnings in this structure.
549 ExceptionInfo *exception)
575 assert(exception != (ExceptionInfo *) NULL);
648 cache_nexus[id],exception);
651 status=ReadPixelCachePixels(cache_info,cache_nexus[id],exception);
656 clone_nexus[id],exception);
701 status=WritePixelCachePixels(clone_info,clone_nexus[id],exception);
735 cache_nexus[id],exception);
738 status=ReadPixelCacheMetacontent(cache_info,cache_nexus[id],exception);
743 clone_nexus[id],exception);
750 status=WritePixelCacheMetacontent(clone_info,clone_nexus[id],exception);
1157 % MagickCLDevice device,ExceptionInfo *exception)
1165 % o exception: return any errors or warnings in this structure.
1169 MagickCLDevice device,ExceptionInfo *exception)
1181 SyncImagePixelCache((Image *) image,exception);
1221 % NexusInfo *nexus_info,ExceptionInfo *exception)
1232 % o exception: return any errors or warnings in this structure.
1238 ExceptionInfo *exception)
1252 nexus_info,exception);
1259 if (ReadPixelCachePixels(cache_info,nexus_info,exception) == MagickFalse)
1262 if (ReadPixelCacheMetacontent(cache_info,nexus_info,exception) == MagickFalse)
1387 % ExceptionInfo *exception)
1396 % o exception: return any errors or warnings in this structure.
1401 ExceptionInfo *exception)
1421 rows,exception);
1426 cache_info->nexus_info[id],exception);
1450 % ExceptionInfo *exception)
1459 % o exception: return any errors or warnings in this structure.
1464 ExceptionInfo *exception)
1484 cache_info->nexus_info[id],exception);
1550 % ExceptionInfo *exception)
1558 % o exception: return any errors or warnings in this structure.
1594 ExceptionInfo *exception)
1655 status=OpenPixelCache(&clone_image,IOMode,exception);
1660 exception);
1683 status=OpenPixelCache(image,IOMode,exception);
1750 % const ssize_t y,Quantum *pixel,ExceptionInfo *exception)
1760 % o exception: return any errors or warnings in this structure.
1792 const ssize_t x,const ssize_t y,Quantum *pixel,ExceptionInfo *exception)
1809 pixel,exception));
1810 q=GetAuthenticPixelsCache(image,x,y,1UL,1UL,exception);
1833 % ExceptionInfo *exception)
1843 % o exception: return any errors or warnings in this structure.
1847 const ssize_t x,const ssize_t y,Quantum *pixel,ExceptionInfo *exception)
1866 exception);
1889 % const ssize_t y,Quantum *pixel,ExceptionInfo exception)
1899 % o exception: return any errors or warnings in this structure.
1903 const ssize_t x,const ssize_t y,Quantum *pixel,ExceptionInfo *exception)
1923 GetPixelCacheVirtualMethod(image),x,y,pixel,exception));
1926 1UL,1UL,cache_info->nexus_info[id],exception);
1950 % Quantum *pixel,ExceptionInfo *exception)
1962 % o exception: return any errors or warnings in this structure.
1967 Quantum *pixel,ExceptionInfo *exception)
1986 cache_info->nexus_info[id],exception);
2010 % const ssize_t y,PixelInfo *pixel,ExceptionInfo exception)
2022 % o exception: return any errors or warnings in this structure.
2027 PixelInfo *pixel,ExceptionInfo *exception)
2046 cache_info->nexus_info[id],exception);
2194 % ExceptionInfo *exception)
2202 % o exception: return any errors or warnings in this structure.
2206 ExceptionInfo *exception)
2215 assert(exception != (ExceptionInfo *) NULL);
2216 assert(exception->signature == MagickCoreSignature);
2507 % ExceptionInfo *exception)
2520 % o exception: return any errors or warnings in this structure.
2614 ExceptionInfo *exception)
2673 exception);
2694 status=ReadPixelCachePixels(cache_info,nexus_info,exception);
2699 status=ReadPixelCacheMetacontent(cache_info,nexus_info,exception);
2714 (void) ThrowMagickException(exception,GetMagickModule(),CacheError,
2744 (void) ThrowMagickException(exception,GetMagickModule(),
2839 exception);
2850 *virtual_nexus,exception);
2859 exception);
2869 exception);
2885 exception);
2894 *virtual_nexus,exception);
2903 *virtual_nexus,exception);
2930 exception);
2946 exception);
2962 exception);
2983 (size_t) length,1UL,*virtual_nexus,exception);
3030 % ExceptionInfo *exception)
3041 % o exception: return any errors or warnings in this structure.
3046 const size_t columns,const size_t rows,ExceptionInfo *exception)
3064 cache_info->nexus_info[id],exception);
3149 % ExceptionInfo *exception)
3158 % o exception: return any errors or warnings in this structure.
3163 ExceptionInfo *exception)
3182 GetPixelCacheVirtualMethod(image),x,y,columns,rows,exception));
3185 columns,rows,cache_info->nexus_info[id],exception);
3291 % ExceptionInfo *exception)
3299 % o exception: return any errors or warnings in this structure.
3451 ExceptionInfo *exception)
3552 exception);
3586 server_info=AcquireDistributeCacheInfo(exception);
3592 ThrowFileException(exception,CacheError,"UnableToOpenPixelCache",
3613 exception);
3636 (void) ThrowMagickException(exception,GetMagickModule(),CacheError,
3648 ThrowFileException(exception,CacheError,"UnableToOpenPixelCache",
3656 ThrowFileException(exception,CacheError,"UnableToExtendCache",
3699 exception);
3725 status=ClonePixelCacheRepository(cache_info,&source_info,exception);
3764 % ExceptionInfo *exception)
3779 % o exception: return any errors or warnings in this structure.
3784 ExceptionInfo *exception)
3824 if (OpenPixelCache(image,ReadMode,exception) == MagickFalse)
3868 status=OpenPixelCache(image,IOMode,exception);
3870 status=ClonePixelCacheRepository(cache_info,clone_info,exception);
3899 % ExceptionInfo *exception)
3912 % o exception: return any errors or warnings in this structure.
3917 const MagickBooleanType clone,NexusInfo *nexus_info,ExceptionInfo *exception)
3940 cache_info=(CacheInfo *) GetImagePixelCache(image,clone,exception);
3948 (void) ThrowMagickException(exception,GetMagickModule(),CacheError,
3967 exception);
3993 % ExceptionInfo *exception)
4002 % o exception: return any errors or warnings in this structure.
4007 ExceptionInfo *exception)
4025 cache_info->nexus_info[id],exception);
4074 % ExceptionInfo *exception)
4083 % o exception: return any errors or warnings in this structure.
4088 ExceptionInfo *exception)
4108 columns,rows,exception);
4113 cache_info->nexus_info[id],exception);
4135 % NexusInfo *nexus_info,ExceptionInfo *exception)
4143 % o exception: return any errors or warnings in this structure.
4183 ExceptionInfo *exception)
4249 ThrowFileException(exception,FileOpenError,"UnableToOpenFile",
4311 ThrowFileException(exception,CacheError,"UnableToReadPixelCache",
4342 % NexusInfo *nexus_info,ExceptionInfo *exception)
4350 % o exception: return any errors or warnings in this structure.
4355 ExceptionInfo *exception)
4426 ThrowFileException(exception,FileOpenError,"UnableToOpenFile",
4486 ThrowFileException(exception,CacheError,"UnableToReadPixelCache",
4670 % ExceptionInfo *exception)
4683 % o exception: return any errors or warnings in this structure.
4689 ExceptionInfo *exception)
4704 (void) ThrowMagickException(exception,GetMagickModule(),
4747 ExceptionInfo *exception)
4806 status=AcquireCacheNexusPixels(cache_info,nexus_info,exception);
4818 status=AcquireCacheNexusPixels(cache_info,nexus_info,exception);
4855 % const VirtualPixelMethod virtual_pixel_method,ExceptionInfo *exception)
4863 % o exception: return any errors or warnings in this structure.
4868 ExceptionInfo *exception)
4891 image_view=AcquireVirtualCacheView(image,exception
4906 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
4917 status=SyncCacheViewAuthenticPixels(image_view,exception);
4924 const VirtualPixelMethod virtual_pixel_method,ExceptionInfo *exception)
4948 (void) SetCacheAlphaChannel(image,OpaqueAlpha,exception);
4951 (void) SetImageColorspace(image,sRGBColorspace,exception);
4957 (void) SetCacheAlphaChannel(image,OpaqueAlpha,exception);
5036 % NexusInfo *nexus_info,ExceptionInfo *exception)
5044 % o exception: return any errors or warnings in this structure.
5048 NexusInfo *magick_restrict nexus_info,ExceptionInfo *exception)
5073 status=WritePixelCachePixels(cache_info,nexus_info,exception);
5075 (WritePixelCacheMetacontent(cache_info,nexus_info,exception) == MagickFalse))
5101 % ExceptionInfo *exception)
5107 % o exception: return any errors or warnings in this structure.
5111 ExceptionInfo *exception)
5129 exception);
5152 % ExceptionInfo *exception)
5158 % o exception: return any errors or warnings in this structure.
5162 ExceptionInfo *exception)
5182 exception);
5187 exception);
5210 % ExceptionInfo *exception)
5216 % o exception: return any errors or warnings in this structure.
5220 ExceptionInfo *exception)
5226 assert(exception != (ExceptionInfo *) NULL);
5227 cache_info=(CacheInfo *) GetImagePixelCache(image,MagickTrue,exception);
5249 % NexusInfo *nexus_info,ExceptionInfo *exception)
5257 % o exception: return any errors or warnings in this structure.
5261 NexusInfo *magick_restrict nexus_info,ExceptionInfo *exception)
5327 ThrowFileException(exception,FileOpenError,"UnableToOpenFile",
5389 ThrowFileException(exception,CacheError,"UnableToWritePixelCache",
5420 % NexusInfo *nexus_info,ExceptionInfo *exception)
5428 % o exception: return any errors or warnings in this structure.
5433 ExceptionInfo *exception)
5496 ThrowFileException(exception,FileOpenError,"UnableToOpenFile",
5557 ThrowFileException(exception,CacheError,"UnableToWritePixelCache",