Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dthreshold.c191 *threshold_view; in AdaptiveThresholdImage() local
235 threshold_view=AcquireAuthenticCacheView(threshold_image,exception); in AdaptiveThresholdImage()
266 q=QueueCacheViewAuthenticPixels(threshold_view,0,y,threshold_image->columns, in AdaptiveThresholdImage()
340 if (SyncCacheViewAuthenticPixels(threshold_view,exception) == MagickFalse) in AdaptiveThresholdImage()
358 threshold_view=DestroyCacheView(threshold_view); in AdaptiveThresholdImage()