Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Deffect.c3897 *unsharp_view; in UnsharpMaskImage() local
3935 unsharp_view=AcquireAuthenticCacheView(unsharp_image,exception); in UnsharpMaskImage()
3954 q=QueueCacheViewAuthenticPixels(unsharp_view,0,y,unsharp_image->columns,1, in UnsharpMaskImage()
4000 if (SyncCacheViewAuthenticPixels(unsharp_view,exception) == MagickFalse) in UnsharpMaskImage()
4016 unsharp_view=DestroyCacheView(unsharp_view); in UnsharpMaskImage()