Lines Matching defs:highx
1294 float x, lowx, highx, convx, halfconvx;
1324 highx = x + halfconvx;
1327 highx = x + 0.5;
1333 ** to (highx, highy) on input data into this pixel on output
1352 while (x < highx) {
1354 if (highx < xint+1) {
1355 xpercent = highx - x;
1444 ** to (highx, highy) on input data into this pixel on output
1661 ** to (highx, highy) on input data into this pixel on output
1878 ** to (highx, highy) on input data into this pixel on output
2160 ** to (highx, highy) on input data into this pixel on output
2452 ** to (highx, highy) on input data into this pixel on output
2741 ** to (highx, highy) on input data into this pixel on output
3037 ** to (highx, highy) on input data into this pixel on output
6078 ** to (highx, highy) on input data into this pixel on output
6927 float x, lowx, highx, convx, halfconvx;
6965 highx = x + halfconvx;
6968 highx = x + 0.5;
6974 ** lowz) to (highx, highy, highz) on input data into this pixel
7003 while (x < highx) {
7005 if (highx < xint+1) {
7006 xpercent = highx - x;