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

/xsrc/external/mit/bitmap/dist/
H A DGraphics.c500 Position save_x, save_y, x_left, x_right; local in function:FloodLoop
514 x_right = --x;
529 while (x <= x_right) {
533 while (QueryFlood(BW, x, y, value) && (x <= x_right)) {
539 if ((x == x_right) && QueryFlood(BW, x, y, value))
547 while (!QueryFlood(BW, x, y, value) && (x < x_right))
557 while (x <= x_right) {
561 while (QueryFlood(BW, x, y, value) && (x <= x_right)) {
567 if ((x == x_right) && QueryFlood(BW, x, y, value))
575 while (!QueryFlood(BW, x, y, value) && (x < x_right))
[all...]

Completed in 2 milliseconds