Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dstatistic.c2851 *statistic_image; in StatisticImage() local
2875 statistic_image=CloneImage(image,0,0,MagickTrue, in StatisticImage()
2877 if (statistic_image == (Image *) NULL) in StatisticImage()
2879 status=SetImageStorageClass(statistic_image,DirectClass,exception); in StatisticImage()
2882 statistic_image=DestroyImage(statistic_image); in StatisticImage()
2888 statistic_image=DestroyImage(statistic_image); in StatisticImage()
2899 statistic_view=AcquireAuthenticCacheView(statistic_image,exception); in StatisticImage()
2902 magick_number_threads(image,statistic_image,statistic_image->rows,1) in StatisticImage()
2904 for (y=0; y < (ssize_t) statistic_image->rows; y++) in StatisticImage()
2923 q=QueueCacheViewAuthenticPixels(statistic_view,0,y,statistic_image->columns, 1,exception); in StatisticImage()
[all …]
/external/ImageMagick/MagickWand/
Dmagick-image.c11458 *statistic_image; in MagickStatisticImage() local
11466 statistic_image=StatisticImage(wand->images,type,width,height, in MagickStatisticImage()
11468 if (statistic_image == (Image *) NULL) in MagickStatisticImage()
11470 ReplaceImageInList(&wand->images,statistic_image); in MagickStatisticImage()