Lines Matching refs:REAL
47 REAL range[3];
48 REAL sidestep[2];
49 REAL stepsize;
50 REAL minstepsize;
57 void clamp( REAL );
58 void getstepsize( REAL );
67 Patch( Quilt *, REAL*, REAL *, Patch * );
68 Patch( Patch &, int, REAL, Patch * );
87 REAL cpts[MAXORDER*MAXORDER*MAXCOORDS]; //culling pts
88 REAL spts[MAXORDER*MAXORDER*MAXCOORDS]; //sampling pts
89 REAL bpts[MAXORDER*MAXORDER*MAXCOORDS]; //bbox pts
92 REAL bb[2][MAXCOORDS];