Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Deffect.c4271 *unsharp_view; in UnsharpMaskImage() local
4311 unsharp_view=AcquireAuthenticCacheView(unsharp_image,exception); in UnsharpMaskImage()
4330 q=QueueCacheViewAuthenticPixels(unsharp_view,0,y,unsharp_image->columns,1, in UnsharpMaskImage()
4375 if (SyncCacheViewAuthenticPixels(unsharp_view,exception) == MagickFalse) in UnsharpMaskImage()
4392 unsharp_view=DestroyCacheView(unsharp_view); in UnsharpMaskImage()