Searched refs:ThrowPCXException (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/coders/ |
D | pcx.c | 205 #define ThrowPCXException(severity,tag) \ in ReadPCXImage() macro 297 ThrowPCXException(CorruptImageError,"ImproperImageHeader"); in ReadPCXImage() 301 ThrowPCXException(ResourceLimitError,"MemoryAllocationFailed"); in ReadPCXImage() 313 ThrowPCXException(CorruptImageError,"ImproperImageHeader"); in ReadPCXImage() 326 ThrowPCXException(CorruptImageError,"ImproperImageHeader"); in ReadPCXImage() 330 ThrowPCXException(CorruptImageError,"ImproperImageHeader"); in ReadPCXImage() 339 ThrowPCXException(CorruptImageError,"UnexpectedEndOfFile"); in ReadPCXImage() 346 ThrowPCXException(CorruptImageError,"ImproperImageHeader"); in ReadPCXImage() 358 ThrowPCXException(CorruptImageError,"InsufficientImageDataInFile"); in ReadPCXImage() 361 ThrowPCXException(exception->severity,exception->reason); in ReadPCXImage() [all …]
|