Lines Matching refs:image_view

540       *image_view;  in AppendImages()  local
551 image_view=AcquireVirtualCacheView(next,exception); in AppendImages()
575 p=GetCacheViewVirtualPixels(image_view,0,y,next->columns,1,exception); in AppendImages()
595 image_view=DestroyCacheView(image_view); in AppendImages()
1054 *image_view, in CopyImagePixels() local
1085 image_view=AcquireAuthenticCacheView(image,exception); in CopyImagePixels()
1108 q=QueueCacheViewAuthenticPixels(image_view,offset->x,y+offset->y, in CopyImagePixels()
1134 sync=SyncCacheViewAuthenticPixels(image_view,exception); in CopyImagePixels()
1152 image_view=DestroyCacheView(image_view); in CopyImagePixels()
1440 *image_view; in GetImageMask() local
1486 image_view=AcquireVirtualCacheView(image,exception); in GetImageMask()
1501 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in GetImageMask()
1536 image_view=DestroyCacheView(image_view); in GetImageMask()
1813 *image_view; in IsHighDynamicRangeImage()
1826 image_view=AcquireVirtualCacheView(image,exception); in IsHighDynamicRangeImage()
1841 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in IsHighDynamicRangeImage()
1875 image_view=DestroyCacheView(image_view); in IsHighDynamicRangeImage()
2052 *image_view; in NewMagickImage() local
2076 image_view=AcquireAuthenticCacheView(image,exception); in NewMagickImage()
2091 q=QueueCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in NewMagickImage()
2102 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in NewMagickImage()
2105 image_view=DestroyCacheView(image_view); in NewMagickImage()
2245 *image_view; in ResetImagePixels() local
2276 image_view=AcquireAuthenticCacheView(image,exception); in ResetImagePixels()
2291 q=QueueCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in ResetImagePixels()
2302 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in ResetImagePixels()
2305 image_view=DestroyCacheView(image_view); in ResetImagePixels()
2341 *image_view; in SetImageAlpha() local
2355 image_view=AcquireAuthenticCacheView(image,exception); in SetImageAlpha()
2370 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in SetImageAlpha()
2381 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in SetImageAlpha()
2384 image_view=DestroyCacheView(image_view); in SetImageAlpha()
2419 *image_view; in SetImageBackgroundColor() local
2444 image_view=AcquireAuthenticCacheView(image,exception); in SetImageBackgroundColor()
2455 q=QueueCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in SetImageBackgroundColor()
2466 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in SetImageBackgroundColor()
2469 image_view=DestroyCacheView(image_view); in SetImageBackgroundColor()
2536 *image_view; in SetImageColor() local
2554 image_view=AcquireAuthenticCacheView(image,exception); in SetImageColor()
2569 q=QueueCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in SetImageColor()
2580 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in SetImageColor()
2583 image_view=DestroyCacheView(image_view); in SetImageColor()
3188 *image_view; in SetImageMask() local
3247 image_view=AcquireAuthenticCacheView(image,exception); in SetImageMask()
3266 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in SetImageMask()
3301 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in SetImageMask()
3306 image_view=DestroyCacheView(image_view); in SetImageMask()
3344 *image_view; in SetImageRegionMask() local
3403 image_view=AcquireAuthenticCacheView(image,exception); in SetImageRegionMask()
3418 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in SetImageRegionMask()
3453 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in SetImageRegionMask()
3457 image_view=DestroyCacheView(image_view); in SetImageRegionMask()
3884 *image_view; in SyncImage() local
3906 image_view=AcquireAuthenticCacheView(image,exception); in SyncImage()
3924 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in SyncImage()
3936 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in SyncImage()
3939 image_view=DestroyCacheView(image_view); in SyncImage()