Home
last modified time | relevance | path

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

/GUIX-v6.4.1/common/src/
Dgx_touch_driver_generic_resistive.c880 GX_POINT display_cal_points[3]; in _gx_touch_driver_generic_resistive_calibrate() local
892 display_cal_points[0].gx_point_x = (GX_VALUE) (icon_size / 2); in _gx_touch_driver_generic_resistive_calibrate()
893 display_cal_points[0].gx_point_y = (GX_VALUE) (icon_size / 2); in _gx_touch_driver_generic_resistive_calibrate()
894display_cal_points[1].gx_point_x = (GX_VALUE) (touch->gx_resistive_touch_x_range - (icon_size / 2)… in _gx_touch_driver_generic_resistive_calibrate()
895 display_cal_points[1].gx_point_y = (GX_VALUE) (touch->gx_resistive_touch_y_range / 2); in _gx_touch_driver_generic_resistive_calibrate()
896 display_cal_points[2].gx_point_x = (GX_VALUE) (icon_size / 2); in _gx_touch_driver_generic_resistive_calibrate()
897display_cal_points[2].gx_point_y = (GX_VALUE) (touch->gx_resistive_touch_y_range - (icon_size / 2)… in _gx_touch_driver_generic_resistive_calibrate()
981 (GX_POINT *) &display_cal_points, /* Display coordinates */ in _gx_touch_driver_generic_resistive_calibrate()