Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/amd/display/modules/color/
H A Dcolor_gamma.c509 const struct gamma_pixel *axis_x, in find_software_points() argument
525 left = axis_x[i].r; in find_software_points()
528 right = axis_x[i + 1].r; in find_software_points()
530 right = axis_x[max_number - 1].r; in find_software_points()
532 left = axis_x[i].g; in find_software_points()
535 right = axis_x[i + 1].g; in find_software_points()
537 right = axis_x[max_number - 1].g; in find_software_points()
539 left = axis_x[i].b; in find_software_points()
542 right = axis_x[i + 1].b; in find_software_points()
544 right = axis_x[max_number - 1].b; in find_software_points()
[all …]