Searched refs:ThrowTIFFException (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/coders/ |
D | tiff.c | 1192 #define ThrowTIFFException(severity,message) \ in ReadTIFFImage() macro 1674 ThrowTIFFException(ResourceLimitError,"MemoryAllocationFailed"); in ReadTIFFImage() 1682 ThrowTIFFException(ResourceLimitError,"MemoryAllocationFailed"); in ReadTIFFImage() 1758 ThrowTIFFException(CoderError,"ImageIsNotTiled"); in ReadTIFFImage() 1761 ThrowTIFFException(ImageError,"WidthOrHeightExceedsLimit"); in ReadTIFFImage() 1772 ThrowTIFFException(ResourceLimitError,"MemoryAllocationFailed"); in ReadTIFFImage() 1774 ThrowTIFFException(CorruptImageError,"InsufficientImageDataInFile"); in ReadTIFFImage() 1780 ThrowTIFFException(ResourceLimitError,"MemoryAllocationFailed"); in ReadTIFFImage() 1822 ThrowTIFFException(ResourceLimitError,"MemoryAllocationFailed"); in ReadTIFFImage() 1905 ThrowTIFFException(ResourceLimitError,"MemoryAllocationFailed"); in ReadTIFFImage() [all …]
|