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

/xsrc/external/mit/xwud/dist/
H A Dxwud.c754 Position x, y, min_y, max_y, exp_max_y, src_x, src_max_x, src_y; local in function:putScaledImage
777 exp_max_y = exp_y + exp_height;
827 for (min_y = table.y[src_y]; min_y < exp_max_y; min_y = table.y[y]) {
829 if (max_y > exp_max_y) {
830 strip_height = exp_max_y - min_y;
831 max_y = exp_max_y;

Completed in 3 milliseconds