Home
last modified time | relevance | path

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

/reactos/dll/opengl/glu32/src/libutil/
H A Dmipmap.c1294 float x, lowx, highx, convx, halfconvx; in scale_internal() local
1310 halfconvx = convx/2; in scale_internal()
1324 highx = x + halfconvx; in scale_internal()
1325 lowx = x - halfconvx; in scale_internal()
6927 float x, lowx, highx, convx, halfconvx; in scaleInternal3D() local
6941 halfconvx = convx/2; in scaleInternal3D()
6965 highx = x + halfconvx; in scaleInternal3D()
6966 lowx = x - halfconvx; in scaleInternal3D()