Home | History | Annotate | Download | only in coders

Lines Matching refs:ExceptionInfo

184   DDSDecoder(Image *, DDSInfo *, ExceptionInfo *);
754 ReadDXT1(Image *,DDSInfo *,ExceptionInfo *),
755 ReadDXT3(Image *,DDSInfo *,ExceptionInfo *),
756 ReadDXT5(Image *,DDSInfo *,ExceptionInfo *),
757 ReadUncompressedRGB(Image *,DDSInfo *,ExceptionInfo *),
758 ReadUncompressedRGBA(Image *,DDSInfo *,ExceptionInfo *),
759 SkipDXTMipmaps(Image *,DDSInfo *,int,ExceptionInfo *),
760 SkipRGBMipmaps(Image *,DDSInfo *,int,ExceptionInfo *),
761 WriteDDSImage(const ImageInfo *,Image *,ExceptionInfo *),
763 const MagickBooleanType,const MagickBooleanType,ExceptionInfo *);
769 const MagickBooleanType,ExceptionInfo *),
771 const MagickBooleanType,ExceptionInfo *),
774 WriteUncompressed(Image *,ExceptionInfo *);
1625 % Image *ReadDDSImage(const ImageInfo *image_info,ExceptionInfo *exception)
1635 static Image *ReadDDSImage(const ImageInfo *image_info,ExceptionInfo *exception)
1669 assert(exception != (ExceptionInfo *) NULL);
1868 ExceptionInfo *exception)
1941 ExceptionInfo *exception)
2025 ExceptionInfo *exception)
2124 ExceptionInfo *exception)
2185 ExceptionInfo *exception)
2345 int texel_size,ExceptionInfo *exception)
2392 int pixel_size,ExceptionInfo *exception)
2582 Image *image, ExceptionInfo *exception)
2782 ExceptionInfo *exception)
2911 const MagickBooleanType weightByAlpha, ExceptionInfo *exception)
2988 ExceptionInfo *exception)
3055 static void WriteUncompressed(Image *image, ExceptionInfo *exception)