Searched refs:IntegerInterpolatePixel (Results 1 – 6 of 6) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | pixel.h | 120 IntegerInterpolatePixel, /* Integer (floor) interpolation */ enumerator
|
D | resample.c | 420 IntegerInterpolatePixel,u0,v0,pixel,resample_filter->exception); in ResamplePixelColor() 456 resample_filter->view,IntegerInterpolatePixel,-1.0,-1.0,pixel, in ResamplePixelColor()
|
D | pixel.c | 4710 case IntegerInterpolatePixel: in InterpolatePixelChannel() 5200 case IntegerInterpolatePixel: in InterpolatePixelChannels() 5719 case IntegerInterpolatePixel: in InterpolatePixelInfo()
|
D | option.c | 1477 { "Integer", IntegerInterpolatePixel, UndefinedOptionFlag, MagickFalse },
|
D | enhance.c | 875 adjust=(ssize_t) (clut_image->interpolate == IntegerInterpolatePixel ? 0 : 1); in ClutImage()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 951 using MagickCore::IntegerInterpolatePixel;
|