Lines Matching defs:Interpolate
179 #define Interpolate(a,x,b,y) RealInterpolate(a,x,b,y)
188 GLdouble Interpolate( GLdouble a, GLdouble x, GLdouble b, GLdouble y)
229 /* Interpolate between o2 and d1 */
233 v->s = Interpolate( z1, o2->s, z2, d1->s );
235 /* Interpolate between o2 and d2 */
239 v->s = Interpolate( z1, o2->s, z2, d2->s );
252 /* Interpolate between o2 and d1 */
256 v->t = Interpolate( z1, o2->t, z2, d1->t );
258 /* Interpolate between o2 and d2 */
262 v->t = Interpolate( z1, o2->t, z2, d2->t );