Searched refs:ThrowWEBPException (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/coders/ |
D | webp.c | 497 #define ThrowWEBPException(severity,tag) \ in ReadWEBPImage() macro 554 ThrowWEBPException(CorruptImageError,"InsufficientImageDataInFile"); in ReadWEBPImage() 557 ThrowWEBPException(CorruptImageError,"CorruptImage"); in ReadWEBPImage() 560 ThrowWEBPException(CorruptImageError,"CorruptImage"); in ReadWEBPImage() 562 ThrowWEBPException(CorruptImageError,"InsufficientImageDataInFile"); in ReadWEBPImage() 565 ThrowWEBPException(ResourceLimitError,"MemoryAllocationFailed"); in ReadWEBPImage() 569 ThrowWEBPException(CorruptImageError,"InsufficientImageDataInFile"); in ReadWEBPImage() 590 ThrowWEBPException(ResourceLimitError,"MemoryAllocationFailed"); in ReadWEBPImage() 595 ThrowWEBPException(CorruptImageError,"invalid parameter"); in ReadWEBPImage() 600 ThrowWEBPException(CorruptImageError,"CorruptImage"); in ReadWEBPImage() [all …]
|