Home
last modified time | relevance | path

Searched refs:x_offset_end (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_line.c307 float x_offset_end=0; in try_setup_line() local
424 x_offset_end = - x1diff - 0.5; in try_setup_line()
425 y_offset_end = x_offset_end * dydx; in try_setup_line()
441 x_offset_end = - x2diff + 0.5; in try_setup_line()
442 y_offset_end = x_offset_end * dydx; in try_setup_line()
448 x[1] = subpixel_snap(v2[0][0] + x_offset_end - pixel_offset); in try_setup_line()
449 x[2] = subpixel_snap(v2[0][0] + x_offset_end - pixel_offset); in try_setup_line()
523 x_offset_end = y_offset_end * dxdy; in try_setup_line()
539 x_offset_end = y_offset_end * dxdy; in try_setup_line()
545 x[1] = subpixel_snap(v2[0][0] + x_offset_end - pixel_offset) - fixed_width/2; in try_setup_line()
[all …]