Lines Matching refs:xint
1301 int i,j,k,yint,xint,xindex,yindex;
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;
7001 xint = floor(x);
7004 xindex = (xint + widthIn) % widthIn;
7005 if (highx < xint+1) {
7008 xpercent = xint+1 - x;
7023 xint++;
7024 x = xint;