Searched defs:SplineWeights (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dpixel.c4548 static inline void SplineWeights(const double x,double (*weights)[4])
4946 SplineWeights((double) (x-x_offset),&cx);
4947 SplineWeights((double) (y-y_offset),&cy);
5488 SplineWeights((double) (x-x_offset),&cx);
5489 SplineWeights((double) (y-y_offset),&cy);
5981 SplineWeights((double) (x-x_offset),&cx);
5982 SplineWeights((double) (y-y_offset),&cy);
4533 static inline void SplineWeights(const double x,double (*weights)[4]) function

Completed in 98 milliseconds