Home | History | Annotate | Download | only in tests

Lines Matching refs:exception

86 %        ExceptionInfo *exception)
94 % o exception: return any errors or warnings in this structure.
1032 ExceptionInfo *exception)
1065 CatchException(exception);
1131 % size_t *fail,ExceptionInfo *exception)
1143 % o exception: return any errors or warnings in this structure.
1148 ExceptionInfo *exception)
1171 CatchException(exception);
1185 (char **) NULL,exception);
1223 % size_t *fail,ExceptionInfo *exception)
1235 % o exception: return any errors or warnings in this structure.
1240 ExceptionInfo *exception)
1263 CatchException(exception);
1278 (char **) NULL,exception);
1316 % size_t *fail,ExceptionInfo *exception)
1328 % o exception: return any errors or warnings in this structure.
1333 ExceptionInfo *exception)
1356 CatchException(exception);
1370 (char **) NULL,exception);
1408 % size_t *fail,ExceptionInfo *exception)
1420 % o exception: return any errors or warnings in this structure.
1425 ExceptionInfo *exception)
1449 CatchException(exception);
1463 (char **) NULL,exception);
1501 % size_t *fail,ExceptionInfo *exception)
1513 % o exception: return any errors or warnings in this structure.
1525 ExceptionInfo *exception)
1573 magick_info=GetMagickInfo(reference_formats[i].magick,exception);
1583 CatchException(exception);
1591 reference_image=ReadImage(image_info,exception);
1593 exception->severity >= ErrorException)
1597 CatchException(exception);
1610 status=SetImageType(reference_image,reference_types[j].type,exception);
1611 if (status == MagickFalse || exception->severity >= ErrorException)
1615 CatchException(exception);
1620 status=SetImageDepth(reference_image,reference_types[j].depth,exception);
1621 if (status == MagickFalse || exception->severity >= ErrorException)
1625 CatchException(exception);
1631 status=WriteImage(image_info,reference_image,exception);
1633 if (status == MagickFalse || exception->severity >= ErrorException)
1637 CatchException(exception);
1646 ping_image=PingImage(image_info,exception);
1648 exception->severity >= ErrorException)
1652 CatchException(exception);
1660 reference_image=ReadImage(image_info,exception);
1662 exception->severity >= ErrorException)
1666 CatchException(exception);
1680 blob=ImageToBlob(image_info,reference_image,&length,exception);
1682 exception->severity >= ErrorException)
1686 CatchException(exception);
1694 ping_image=PingBlob(image_info,blob,length,exception);
1696 exception->severity >= ErrorException)
1700 CatchException(exception);
1711 reconstruct_image=BlobToImage(image_info,blob,length,exception);
1714 exception->severity >= ErrorException)
1718 CatchException(exception);
1730 RootMeanSquaredErrorMetric,&distortion,exception);
1734 exception->severity >= ErrorException)
1738 CatchException(exception);
1789 % size_t *fail,ExceptionInfo *exception)
1801 % o exception: return any errors or warnings in this structure.
1806 ExceptionInfo *exception)
1837 magick_info=GetMagickInfo(reference_formats[i].magick,exception);
1847 CatchException(exception);
1855 reference_image=ReadImage(image_info,exception);
1857 exception->severity >= ErrorException)
1861 CatchException(exception);
1874 status=SetImageType(reference_image,reference_types[j].type,exception);
1875 if (status == MagickFalse || exception->severity >= ErrorException)
1879 CatchException(exception);
1884 status=SetImageDepth(reference_image,reference_types[j].depth,exception);
1885 if (status == MagickFalse || exception->severity >= ErrorException)
1889 CatchException(exception);
1895 status=WriteImage(image_info,reference_image,exception);
1897 if (status == MagickFalse || exception->severity >= ErrorException)
1901 CatchException(exception);
1910 reference_image=ReadImage(image_info,exception);
1912 exception->severity >= ErrorException)
1916 CatchException(exception);
1927 status=WriteImage(image_info,reference_image,exception);
1928 if (status == MagickFalse ||exception->severity >= ErrorException)
1932 CatchException(exception);
1942 reconstruct_image=ReadImage(image_info,exception);
1944 exception->severity >= ErrorException)
1948 CatchException(exception);
1960 RootMeanSquaredErrorMetric,&distortion,exception);
1964 exception->severity >= ErrorException)
1968 CatchException(exception);
2008 % size_t *fail,ExceptionInfo *exception)
2020 % o exception: return any errors or warnings in this structure.
2025 ExceptionInfo *exception)
2062 CatchException(exception);
2068 reference_image=ReadImage(image_info,exception);
2070 exception->severity >= ErrorException)
2074 CatchException(exception);
2079 (void) SetImageColorspace(reference_image,CMYKColorspace,exception);
2084 exception->severity >= ErrorException)
2088 CatchException(exception);
2096 exception);
2097 if (status == MagickFalse || exception->severity >= ErrorException)
2101 CatchException(exception);
2107 (void) SetImageBackgroundColor(reference_image,exception);
2110 pixels,exception);
2111 if (status == MagickFalse || exception->severity >= ErrorException)
2115 CatchException(exception);
2124 reconstruct_image=AcquireImage(image_info,exception);
2126 reference_image->rows,exception);
2128 exception);
2129 (void) SetImageBackgroundColor(reconstruct_image,exception);
2132 pixels,exception);
2134 if (status == MagickFalse || exception->severity >= ErrorException)
2138 CatchException(exception);
2147 RootMeanSquaredErrorMetric,&distortion,exception);
2151 exception->severity >= ErrorException)
2155 CatchException(exception);
2195 % size_t *fail,ExceptionInfo *exception)
2207 % o exception: return any errors or warnings in this structure.
2212 ExceptionInfo *exception)
2235 CatchException(exception);
2250 (char **) NULL,exception);
2288 % size_t *fail,ExceptionInfo *exception)
2300 % o exception: return any errors or warnings in this structure.
2305 ExceptionInfo *exception)
2328 CatchException(exception);
2342 (char **) NULL,exception);
2416 exception=DestroyExceptionInfo(exception); \
2420 (void) ThrowMagickException(exception,GetMagickModule(),asperity,tag,"`%s'", \
2422 CatchException(exception); \
2437 *exception;
2478 exception=AcquireExceptionInfo();
2577 reference_image=ReadImage(image_info,exception);
2591 status=WriteImage(image_info,reference_image,exception);
2605 tests+=ValidateColorspaces(image_info,&fail,exception);
2608 output_filename,&fail,exception);
2611 output_filename,&fail,exception);
2614 output_filename,&fail,exception);
2621 output_filename,&fail,exception);
2624 output_filename,&fail,exception);
2633 output_filename,&fail,exception);
2636 output_filename,&fail,exception);
2643 output_filename,&fail,exception);
2646 output_filename,&fail,exception);
2650 output_filename,&fail,exception);
2653 output_filename,&fail,exception);
2656 output_filename,&fail,exception);
2659 output_filename,&fail,exception);
2667 if (exception->severity != UndefinedException)
2668 CatchException(exception);