Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dpixel.h120 IntegerInterpolatePixel, /* Integer (floor) interpolation */ enumerator
Dresample.c420 IntegerInterpolatePixel,u0,v0,pixel,resample_filter->exception); in ResamplePixelColor()
456 resample_filter->view,IntegerInterpolatePixel,-1.0,-1.0,pixel, in ResamplePixelColor()
Dpixel.c4710 case IntegerInterpolatePixel: in InterpolatePixelChannel()
5200 case IntegerInterpolatePixel: in InterpolatePixelChannels()
5719 case IntegerInterpolatePixel: in InterpolatePixelInfo()
Doption.c1477 { "Integer", IntegerInterpolatePixel, UndefinedOptionFlag, MagickFalse },
Denhance.c875 adjust=(ssize_t) (clut_image->interpolate == IntegerInterpolatePixel ? 0 : 1); in ClutImage()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h951 using MagickCore::IntegerInterpolatePixel;