Lines Matching defs:highy
1295 float y, lowy, highy, convy, halfconvy;
1315 highy = y + halfconvy;
1318 highy = y + 0.5;
1333 ** to (highx, highy) on input data into this pixel on output
1341 while (y < highy) {
1343 if (highy < yint+1) {
1344 ypercent = highy - y;
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
6928 float y, lowy, highy, convy, halfconvy;
6956 highy = y + halfconvy;
6959 highy = y + 0.5;
6974 ** lowz) to (highx, highy, highz) on input data into this pixel
6992 while (y < highy) {
6994 if (highy < yint+1) {
6995 ypercent = highy - y;