Home
last modified time | relevance | path

Searched refs:y_offset_end (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_line.c360 float x_offset_end = 0, y_offset_end = 0; in try_setup_line() local
438 y_offset_end = x_offset_end * dydx; in try_setup_line()
455 y_offset_end = x_offset_end * dydx; in try_setup_line()
466 y[1] = subpixel_snap(v2[0][1] + y_offset_end - pixel_offset) - fixed_width/2; in try_setup_line()
467 y[2] = subpixel_snap(v2[0][1] + y_offset_end - pixel_offset) + fixed_width/2; in try_setup_line()
538 y_offset_end = -y1diff + 0.5; in try_setup_line()
539 x_offset_end = y_offset_end * dxdy; in try_setup_line()
553 y_offset_end = -y2diff - 0.5; in try_setup_line()
554 x_offset_end = y_offset_end * dxdy; in try_setup_line()
565 y[1] = subpixel_snap(v2[0][1] + y_offset_end in try_setup_line()
[all...]

Completed in 2 milliseconds