Searched refs:x_err (Results 1 – 1 of 1) sorted by relevance
452 unsigned int x, y, y_in, y_out, x_int, x_fract, x_err, x_offset; in device_process() local521 x_err = 0; in device_process()530 x_err += x_fract; in device_process()531 if (x_err > width) { in device_process()533 x_err -= width; in device_process()547 x_err += x_fract; in device_process()548 if (x_err > width) { in device_process()550 x_err -= width; in device_process()