Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dstatistic.c2961 *statistic_view; in StatisticImage() local
3012 statistic_view=AcquireAuthenticCacheView(statistic_image,exception); in StatisticImage()
3036 q=QueueCacheViewAuthenticPixels(statistic_view,0,y,statistic_image->columns, 1,exception); in StatisticImage()
3147 if (SyncCacheViewAuthenticPixels(statistic_view,exception) == MagickFalse) in StatisticImage()
3163 statistic_view=DestroyCacheView(statistic_view); in StatisticImage()