Searched refs:halfconvx (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/glu/dist/src/libutil/
H A Dmipmap.c1294 float x, lowx, highx, convx, halfconvx; local in function:scale_internal
1310 halfconvx = convx/2;
1324 highx = x + halfconvx;
1325 lowx = x - halfconvx;
6927 float x, lowx, highx, convx, halfconvx; local in function:scaleInternal3D
6941 halfconvx = convx/2;
6965 highx = x + halfconvx;
6966 lowx = x - halfconvx;

Completed in 15 milliseconds