Home
last modified time | relevance | path

Searched refs:blur_view (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Deffect.c136 *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()
[all …]