Searched refs:ThrowGIFException (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/coders/ |
D | gif.c | 960 #define ThrowGIFException(exception,message) \ in ReadGIFImage() macro 1043 ThrowGIFException(ResourceLimitError,"MemoryAllocationFailed"); in ReadGIFImage() 1050 ThrowGIFException(CorruptImageError,"InsufficientImageDataInFile"); in ReadGIFImage() 1070 ThrowGIFException(CorruptImageError,"UnableToReadExtensionBlock"); in ReadGIFImage() 1108 ThrowGIFException(ResourceLimitError, in ReadGIFImage() 1176 ThrowGIFException(ResourceLimitError, in ReadGIFImage() 1193 ThrowGIFException(ResourceLimitError, in ReadGIFImage() 1202 ThrowGIFException(ResourceLimitError, in ReadGIFImage() 1283 ThrowGIFException(CorruptImageError,"NegativeOrZeroImageSize"); in ReadGIFImage() 1288 ThrowGIFException(ResourceLimitError,"MemoryAllocationFailed"); in ReadGIFImage() [all …]
|