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()
2802 *blur_view, in RotationalBlurImage() local
2888 blur_view=AcquireAuthenticCacheView(blur_image,exception); in RotationalBlurImage()
2907 q=QueueCacheViewAuthenticPixels(blur_view,0,y,blur_image->columns,1, in RotationalBlurImage()
3019 if (SyncCacheViewAuthenticPixels(blur_view,exception) == MagickFalse) in RotationalBlurImage()
3035 blur_view=DestroyCacheView(blur_view); in RotationalBlurImage()
3086 *blur_view, in SelectiveBlurImage() local
3204 blur_view=AcquireAuthenticCacheView(blur_image,exception); in SelectiveBlurImage()
3233 q=QueueCacheViewAuthenticPixels(blur_view,0,y,blur_image->columns,1, in SelectiveBlurImage()
3354 sync=SyncCacheViewAuthenticPixels(blur_view,exception); in SelectiveBlurImage()
3373 blur_view=DestroyCacheView(blur_view); in SelectiveBlurImage()