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

/xsrc/external/mit/glu/dist/src/libutil/
H A Dmipmap.c1301 int i,j,k,yint,xint,xindex,yindex; local in function:scale_internal
1350 xint = floor(x);
1353 xindex = (xint + widthin) % widthin;
1354 if (highx < xint+1) {
1357 xpercent = xint+1 - x;
1367 xint++;
1368 x = xint;
6935 int i,j,d,k,zint,yint,xint,xindex,yindex,zindex; local in function:scaleInternal3D
7001 xint = floor(x);
7004 xindex = (xint
[all...]

Completed in 9 milliseconds