Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
272 ExceptionInfo *exception)
290 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
315 if (!SyncAuthenticPixels(image,exception))
321 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
326 index=ConstrainColormapIndex(image,(*p >> 6) & 0x3,exception);
330 index=ConstrainColormapIndex(image,(*p >> 4) & 0x3,exception);
334 index=ConstrainColormapIndex(image,(*p >> 2) & 0x3,exception);
338 index=ConstrainColormapIndex(image,(*p) & 0x3,exception);
346 index=ConstrainColormapIndex(image,(*p >> 6) & 0x3,exception);
352 index=ConstrainColormapIndex(image,(*p >> 4) & 0x3,exception);
359 exception);
367 if (SyncAuthenticPixels(image,exception) == MagickFalse)
374 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
379 index=ConstrainColormapIndex(image,(*p >> 4) & 0x0f,exception);
383 index=ConstrainColormapIndex(image,(*p) & 0x0f,exception);
391 index=ConstrainColormapIndex(image,(*p >> 4) & 0x0f,exception);
397 if (SyncAuthenticPixels(image,exception) == MagickFalse)
403 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
408 index=ConstrainColormapIndex(image,*p,exception);
414 if (SyncAuthenticPixels(image,exception) == MagickFalse)
420 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
430 if (!SyncAuthenticPixels(image,exception))
444 InsertRow(image,BImgBuff,(ssize_t) y,bpp,exception); \
450 static int UnpackWPGRaster(Image *image,int bpp,ExceptionInfo *exception)
527 InsertRow(image,BImgBuff,y-1,bpp,exception);
551 InsertRow(image,BImgBuff,(ssize_t) y,bpp,exception); \
557 static int UnpackWPG2Raster(Image *image,int bpp,ExceptionInfo *exception)
638 bpp,exception);
743 MagickOffsetType PS_Offset,ssize_t PS_Size,ExceptionInfo *exception)
787 magic_info=GetMagicInfo(magick,2*MagickPathExtent,exception);
790 if(exception->severity != UndefinedException) goto FINISH_UNL;
798 image2=ReadImage(clone_info,exception);
844 % Image *ReadWPGImage(const ImageInfo *image_info,ExceptionInfo *exception)
854 % o exception: return any errors or warnings in this structure.
858 ExceptionInfo *exception)
988 assert(exception != (ExceptionInfo *) NULL);
989 assert(exception->signature == MagickCoreSignature);
991 image=AcquireImage(image_info,exception);
993 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
1068 if (!AcquireImageColormap(image,image->colors,exception))
1086 (ssize_t) Rec.RecordLength-8,exception);
1120 status=SetImageExtent(image,image->columns,image->rows,exception);
1126 if (!AcquireImageColormap(image,image->colors,exception))
1164 if(UnpackWPGRaster(image,bpp,exception) < 0)
1179 flop_image = FlopImage(image, exception);
1192 flip_image = FlipImage(image, exception);
1206 0x0FFF), exception);
1216 AcquireNextImage(image_info,image,exception);
1229 (ssize_t) Rec.RecordLength-0x3C,exception);
1269 if (AcquireImageColormap(image,image->colors,exception) == MagickFalse)
1316 status=SetImageExtent(image,image->columns,image->rows,exception);
1326 if (!AcquireImageColormap(image,image->colors,exception))
1352 InsertRow(image,BImgBuff,i,bpp,exception);
1361 if( UnpackWPG2Raster(image,bpp,exception) < 0)
1372 flop_image = FlopImage(image, exception);
1389 flip_image = FlipImage(image, exception);
1405 AcquireNextImage(image_info,image,exception);
1419 (ssize_t) (Rec2.RecordLength-i-2),exception);