Lines Matching refs:exception

139   ExceptionInfo *exception)  in GetEdgeBackgroundFactor()  argument
172 p=GetCacheViewVirtualPixels(image_view,0,0,1,1,exception); in GetEdgeBackgroundFactor()
179 exception); in GetEdgeBackgroundFactor()
186 (ssize_t) image->rows-1,1,1,exception); in GetEdgeBackgroundFactor()
193 exception); in GetEdgeBackgroundFactor()
203 edge_image=CropImage(image,&edge_geometry,exception); in GetEdgeBackgroundFactor()
207 edge_view=AcquireVirtualCacheView(edge_image,exception); in GetEdgeBackgroundFactor()
213 p=GetCacheViewVirtualPixels(edge_view,0,y,edge_image->columns,1,exception); in GetEdgeBackgroundFactor()
241 ExceptionInfo *exception) in GetImageBoundingBox() argument
271 edge_image=CloneImage(image,0,0,MagickTrue,exception); in GetImageBoundingBox()
276 edge_view=AcquireVirtualCacheView(edge_image,exception); in GetImageBoundingBox()
278 1,0,0,0,exception); in GetImageBoundingBox()
280 1,0,0,0,exception); in GetImageBoundingBox()
282 0,1,0,0,exception); in GetImageBoundingBox()
284 0,1,0,0,exception); in GetImageBoundingBox()
306 vertex.top,exception); in GetImageBoundingBox()
309 vertex.top,exception); in GetImageBoundingBox()
312 vertex.bottom,exception); in GetImageBoundingBox()
324 vertex.top,exception); in GetImageBoundingBox()
327 vertex.top,exception); in GetImageBoundingBox()
330 vertex.bottom,exception); in GetImageBoundingBox()
342 vertex.top,exception); in GetImageBoundingBox()
345 vertex.top,exception); in GetImageBoundingBox()
348 vertex.top,exception); in GetImageBoundingBox()
360 vertex.top,exception); in GetImageBoundingBox()
363 vertex.top,exception); in GetImageBoundingBox()
366 vertex.bottom,exception); in GetImageBoundingBox()
375 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in GetImageBoundingBox()
404 MagickExport size_t GetImageDepth(const Image *image,ExceptionInfo *exception) in GetImageDepth() argument
479 image_view=AcquireVirtualCacheView(image,exception); in GetImageDepth()
529 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in GetImageDepth()
581 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in GetImageDepth()
758 ExceptionInfo *exception) in IdentifyImageGray() argument
785 image_view=AcquireVirtualCacheView(image,exception); in IdentifyImageGray()
788 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in IdentifyImageGray()
840 ExceptionInfo *exception) in IdentifyImageMonochrome() argument
866 image_view=AcquireVirtualCacheView(image,exception); in IdentifyImageMonochrome()
869 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in IdentifyImageMonochrome()
921 ExceptionInfo *exception) in IdentifyImageType() argument
933 if (IdentifyImageMonochrome(image,exception) != MagickFalse) in IdentifyImageType()
935 if (IdentifyImageGray(image,exception) != UndefinedType) in IdentifyImageType()
941 if (IdentifyPaletteImage(image,exception) != MagickFalse) in IdentifyImageType()
1045 ExceptionInfo *exception) in IsImageOpaque() argument
1068 image_view=AcquireVirtualCacheView(image,exception); in IsImageOpaque()
1071 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in IsImageOpaque()
1117 const size_t depth,ExceptionInfo *exception) in SetImageDepth() argument
1167 image_view=AcquireAuthenticCacheView(image,exception); in SetImageDepth()
1201 exception); in SetImageDepth()
1228 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in SetImageDepth()
1258 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in SetImageDepth()
1286 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in SetImageDepth()
1331 ExceptionInfo *exception) in SetImageType() argument
1359 status=TransformImageColorspace(image,GRAYColorspace,exception); in SetImageType()
1360 (void) NormalizeImage(image,exception); in SetImageType()
1364 status=QuantizeImage(quantize_info,image,exception); in SetImageType()
1371 status=TransformImageColorspace(image,GRAYColorspace,exception); in SetImageType()
1377 status=TransformImageColorspace(image,GRAYColorspace,exception); in SetImageType()
1379 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in SetImageType()
1384 status=TransformImageColorspace(image,sRGBColorspace,exception); in SetImageType()
1389 status=QuantizeImage(quantize_info,image,exception); in SetImageType()
1400 status=TransformImageColorspace(image,sRGBColorspace,exception); in SetImageType()
1402 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in SetImageType()
1404 (void) BilevelImage(image,(double) QuantumRange/2.0,exception); in SetImageType()
1407 status=QuantizeImage(quantize_info,image,exception); in SetImageType()
1413 status=TransformImageColorspace(image,sRGBColorspace,exception); in SetImageType()
1415 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in SetImageType()
1418 status=QuantizeImage(quantize_info,image,exception); in SetImageType()
1424 status=TransformImageColorspace(image,sRGBColorspace,exception); in SetImageType()
1426 status=SetImageStorageClass(image,DirectClass,exception); in SetImageType()
1432 status=TransformImageColorspace(image,sRGBColorspace,exception); in SetImageType()
1434 status=SetImageStorageClass(image,DirectClass,exception); in SetImageType()
1436 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in SetImageType()
1441 status=TransformImageColorspace(image,CMYKColorspace,exception); in SetImageType()
1443 status=SetImageStorageClass(image,DirectClass,exception); in SetImageType()
1449 status=TransformImageColorspace(image,CMYKColorspace,exception); in SetImageType()
1451 status=SetImageStorageClass(image,DirectClass,exception); in SetImageType()
1453 status=SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in SetImageType()