Searched refs:ThrowPNMException (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/coders/ |
D | pnm.c | 231 #define ThrowPNMException(exception,message) \ in ReadPNMImage() macro 301 ThrowPNMException(CorruptImageError,"ImproperImageHeader"); in ReadPNMImage() 435 ThrowPNMException(CorruptImageError,"NegativeOrZeroImageSize"); in ReadPNMImage() 437 ThrowPNMException(CorruptImageError,"ImproperImageHeader"); in ReadPNMImage() 444 ThrowPNMException(CorruptImageError,"InsufficientImageDataInFile"); in ReadPNMImage() 602 ThrowPNMException(ResourceLimitError,"MemoryAllocationFailed"); in ReadPNMImage() 664 ThrowPNMException(ResourceLimitError,"MemoryAllocationFailed"); in ReadPNMImage() 774 ThrowPNMException(ResourceLimitError,"MemoryAllocationFailed"); in ReadPNMImage() 963 ThrowPNMException(ResourceLimitError,"MemoryAllocationFailed"); in ReadPNMImage() 1281 ThrowPNMException(ResourceLimitError,"MemoryAllocationFailed"); in ReadPNMImage() [all …]
|