Searched refs:display_cal_points (Results 1 – 1 of 1) sorted by relevance
880 GX_POINT display_cal_points[3]; in _gx_touch_driver_generic_resistive_calibrate() local892 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()894 …display_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()897 …display_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()