Searched refs:y_offset_end (Results 1 – 1 of 1) sorted by relevance
299 float y_offset_end=0; in try_setup_line() local404 y_offset_end = x_offset_end * dydx; in try_setup_line()421 y_offset_end = x_offset_end * dydx; in try_setup_line()432 y[1] = subpixel_snap(v2[0][1] + y_offset_end - setup->pixel_offset) - fixed_width/2; in try_setup_line()433 y[2] = subpixel_snap(v2[0][1] + y_offset_end - setup->pixel_offset) + fixed_width/2; in try_setup_line()501 y_offset_end = - y1diff + 0.5; in try_setup_line()502 x_offset_end = y_offset_end * dxdy; in try_setup_line()517 y_offset_end = - y2diff - 0.5; in try_setup_line()518 x_offset_end = y_offset_end * dxdy; in try_setup_line()529 y[1] = subpixel_snap(v2[0][1] + y_offset_end - setup->pixel_offset); in try_setup_line()[all …]