Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/modules/color/
H A Dcolor_gamma.c1114 struct hw_x_point *coords = coordinates_x; in copy_rgb_regamma_to_coordinates_x() local
1119 coords->regamma_y_red = rgb_regamma->r; in copy_rgb_regamma_to_coordinates_x()
1120 coords->regamma_y_green = rgb_regamma->g; in copy_rgb_regamma_to_coordinates_x()
1121 coords->regamma_y_blue = rgb_regamma->b; in copy_rgb_regamma_to_coordinates_x()
1123 ++coords; in copy_rgb_regamma_to_coordinates_x()
1327 struct hw_x_point *coords = coords_x; in map_regamma_hw_to_x_user() local
1331 copy_rgb_regamma_to_coordinates_x(coords, in map_regamma_hw_to_x_user()
1336 ramp, coeff128, rgb_user, coords, axis_x, in map_regamma_hw_to_x_user()
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c1086 unsigned coords[2]; in decode_xterm_1005() local
1089 coords[0] = 0; in decode_xterm_1005()
1090 coords[1] = 0; in decode_xterm_1005()
1120 rc = _nc_conv_to_utf32(&coords[n], kbuf + check, (unsigned) in decode_xterm_1005()
1143 eventp->x = (int) (coords[0] - ' ') - 1; in decode_xterm_1005()
1144 eventp->y = (int) (coords[1] - ' ') - 1; in decode_xterm_1005()
/dragonfly/lib/libncurses/include/
H A Dcurses.head452 NCURSES_SIZE_T _begy, _begx; /* screen coords of upper-left-hand corner */