Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Deffect.c3930 *unsharp_view; in UnsharpMaskImage() local
3968 unsharp_view=AcquireAuthenticCacheView(unsharp_image,exception); in UnsharpMaskImage()
3987 q=QueueCacheViewAuthenticPixels(unsharp_view,0,y,unsharp_image->columns,1, in UnsharpMaskImage()
4032 if (SyncCacheViewAuthenticPixels(unsharp_view,exception) == MagickFalse) in UnsharpMaskImage()
4049 unsharp_view=DestroyCacheView(unsharp_view); in UnsharpMaskImage()