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

/external/skia/third_party/glu/libtess/
H A Dgeom.c186 #define Interpolate(a,x,b,y) RealInterpolate(a,x,b,y) macro
195 GLdouble Interpolate( GLdouble a, GLdouble x, GLdouble b, GLdouble y) function
236 /* Interpolate between o2 and d1 */
240 v->s = Interpolate( z1, o2->s, z2, d1->s );
242 /* Interpolate between o2 and d2 */
246 v->s = Interpolate( z1, o2->s, z2, d2->s );
259 /* Interpolate between o2 and d1 */
263 v->t = Interpolate( z1, o2->t, z2, d1->t );
265 /* Interpolate between o2 and d2 */
269 v->t = Interpolate( z
[all...]

Completed in 48 milliseconds