Searched refs:y_offset_end (Results 1 – 1 of 1) sorted by relevance
308 float y_offset_end=0; in try_setup_line() local425 y_offset_end = x_offset_end * dydx; in try_setup_line()442 y_offset_end = x_offset_end * dydx; in try_setup_line()453 y[1] = subpixel_snap(v2[0][1] + y_offset_end - pixel_offset) - fixed_width/2; in try_setup_line()454 y[2] = subpixel_snap(v2[0][1] + y_offset_end - pixel_offset) + fixed_width/2; in try_setup_line()522 y_offset_end = - y1diff + 0.5; in try_setup_line()523 x_offset_end = y_offset_end * dxdy; in try_setup_line()538 y_offset_end = - y2diff - 0.5; in try_setup_line()539 x_offset_end = y_offset_end * dxdy; in try_setup_line()550 y[1] = subpixel_snap(v2[0][1] + y_offset_end - pixel_offset); in try_setup_line()[all …]