Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dpixel.c4451 static inline void SplineWeights(const double x,double (*weights)[4]) in SplineWeights() function
4849 SplineWeights((double) (x-x_offset),&cx); in InterpolatePixelChannel()
4850 SplineWeights((double) (y-y_offset),&cy); in InterpolatePixelChannel()
5390 SplineWeights((double) (x-x_offset),&cx); in InterpolatePixelChannels()
5391 SplineWeights((double) (y-y_offset),&cy); in InterpolatePixelChannels()
5878 SplineWeights((double) (x-x_offset),&cx); in InterpolatePixelInfo()
5879 SplineWeights((double) (y-y_offset),&cy); in InterpolatePixelInfo()