Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Ddistort.c386 cp_x,cp_y, /* the x,y indexes for control point */ in GenerateCoefficients() local
396 cp_x = 2; /* location of x,y in input control values */ in GenerateCoefficients()
401 cp_x = 0; /* location of x,y in input control values */ in GenerateCoefficients()
450 cp_x = 0; /* Reverse src/dest coords for forward mapping */ in GenerateCoefficients()
568 terms[0] = arguments[i+cp_x]; /* x */ in GenerateCoefficients()
579 terms[0] = arguments[cp_x] in GenerateCoefficients()
582 + ( arguments[cp_size+cp_x] - arguments[cp_x] ); /* y2 */ in GenerateCoefficients()
892 terms[0]=arguments[i+cp_x]; /* c0*x */ in GenerateCoefficients()
906 terms[3]=arguments[i+cp_x]; /* c3*x */ in GenerateCoefficients()
930 coeff[8] = coeff[6]*arguments[cp_x] in GenerateCoefficients()
[all …]