Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
93 % Image *ReadWMFImage(const ImageInfo *image_info,ExceptionInfo *exception)
99 % o exception: return any errors or warnings in this structure.
118 static Image *ReadWMFImage(const ImageInfo *image_info,ExceptionInfo *exception)
159 image=AcquireImage(image_info,exception);
160 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
184 ThrowFileException(exception,FileOpenError,"UnableToOpenFile",
227 image=ReadImage(read_info,exception);
342 *exception;
650 *exception;
672 exception=ddata->exception;
689 crop_image = CropImage( image, &crop_info, exception );
698 QueryColorCompliance( "white", AllCompliance, &white, exception );
708 QueryColorCompliance( "white", AllCompliance, &white, exception );
709 TransparentPaintImage( image, &white, QuantumRange, MagickFalse, exception );
737 *exception;
748 exception=ddata->exception;
765 bmp_read->length, exception);
879 *exception;
881 exception=AcquireExceptionInfo();
889 image = ReadImage(image_info,exception);
890 (void) DestroyExceptionInfo(exception);
1443 *exception;
1497 exception=ddata->exception;
1498 pointsize = util_pointsize( API, font, draw_text->str, draw_text->font_height, exception);
1536 if (GetTypeMetrics(image, draw_info, &metrics, exception) != MagickFalse)
2136 static double util_pointsize( wmfAPI* API, wmfFont* font, char* str, double font_height, ExceptionInfo *exception)
2161 if (GetTypeMetrics(image, draw_info, &metrics, exception) != MagickFalse)
2169 if (GetTypeMetrics(image, draw_info, &metrics, exception) != MagickFalse)
2176 if (GetTypeMetrics(image, draw_info, &metrics, exception) != MagickFalse)
2182 if (GetTypeMetrics(image, &draw_info, &metrics, exception) != MagickFalse)
2259 *exception;
2290 exception=ddata->exception;
2291 if (GetTypeMetrics(image, draw_info, &metrics, exception) != MagickFalse)
2383 *exception;
2403 exception=ddata->exception;
2404 type_info_base=GetTypeInfo("*",exception);
2426 target_weight,exception);
2429 exception);
2545 static Image *ReadWMFImage(const ImageInfo *image_info,ExceptionInfo *exception)
2586 image=AcquireImage(image_info,exception);
2587 if (OpenBlob(image_info,image,ReadBinaryBlobMode,exception) == MagickFalse)
2635 ddata->exception=exception;
2664 ThrowFileException(exception,FileOpenError,"UnableToOpenFile",
2860 status=SetImageExtent(image,image->columns,image->rows,exception);
2875 (void) SetImageBackgroundColor(image,exception);