Searched refs:y_offset_end (Results 1 – 1 of 1) sorted by relevance
306 float y_offset_end=0; in try_setup_line() local419 y_offset_end = x_offset_end * dydx; in try_setup_line()436 y_offset_end = x_offset_end * dydx; in try_setup_line()447 y[1] = subpixel_snap(v2[0][1] + y_offset_end - setup->pixel_offset) - fixed_width/2; in try_setup_line()448 y[2] = subpixel_snap(v2[0][1] + y_offset_end - setup->pixel_offset) + fixed_width/2; in try_setup_line()516 y_offset_end = - y1diff + 0.5; in try_setup_line()517 x_offset_end = y_offset_end * dxdy; in try_setup_line()532 y_offset_end = - y2diff - 0.5; in try_setup_line()533 x_offset_end = y_offset_end * dxdy; in try_setup_line()544 y[1] = subpixel_snap(v2[0][1] + y_offset_end - setup->pixel_offset); in try_setup_line()[all …]