Lines Matching refs:blur_view
136 *blur_view, in AdaptiveBlurImage() local
253 blur_view=AcquireAuthenticCacheView(blur_image,exception); in AdaptiveBlurImage()
272 q=QueueCacheViewAuthenticPixels(blur_view,0,y,blur_image->columns,1, in AdaptiveBlurImage()
386 if (SyncCacheViewAuthenticPixels(blur_view,exception) == MagickFalse) in AdaptiveBlurImage()
404 blur_view=DestroyCacheView(blur_view); in AdaptiveBlurImage()
2015 *blur_view, in MotionBlurImage() local
2098 blur_view=AcquireAuthenticCacheView(blur_image,exception); in MotionBlurImage()
2117 q=QueueCacheViewAuthenticPixels(blur_view,0,y,blur_image->columns,1, in MotionBlurImage()
2204 if (SyncCacheViewAuthenticPixels(blur_view,exception) == MagickFalse) in MotionBlurImage()
2220 blur_view=DestroyCacheView(blur_view); in MotionBlurImage()
2799 *blur_view, in RotationalBlurImage() local
2885 blur_view=AcquireAuthenticCacheView(blur_image,exception); in RotationalBlurImage()
2904 q=QueueCacheViewAuthenticPixels(blur_view,0,y,blur_image->columns,1, in RotationalBlurImage()
3016 if (SyncCacheViewAuthenticPixels(blur_view,exception) == MagickFalse) in RotationalBlurImage()
3032 blur_view=DestroyCacheView(blur_view); in RotationalBlurImage()
3083 *blur_view, in SelectiveBlurImage() local
3201 blur_view=AcquireAuthenticCacheView(blur_image,exception); in SelectiveBlurImage()
3230 q=QueueCacheViewAuthenticPixels(blur_view,0,y,blur_image->columns,1, in SelectiveBlurImage()
3351 sync=SyncCacheViewAuthenticPixels(blur_view,exception); in SelectiveBlurImage()
3370 blur_view=DestroyCacheView(blur_view); in SelectiveBlurImage()