Searched refs:x_err (Results 1 – 1 of 1) sorted by relevance
453 unsigned int x, y, y_in, y_out, x_int, x_fract, x_err, x_offset; in device_process() local522 x_err = 0; in device_process()531 x_err += x_fract; in device_process()532 if (x_err > width) { in device_process()534 x_err -= width; in device_process()548 x_err += x_fract; in device_process()549 if (x_err > width) { in device_process()551 x_err -= width; in device_process()