Searched refs:touch_points (Results 1 – 1 of 1) sorted by relevance
381 GX_POINT *touch_points) in _gx_touch_driver_generic_resistive_calibration_matrix_set() argument386 …matrix_ptr -> Divider = ((touch_points[0].gx_point_x - touch_points[2].gx_point_x) * (touch_points… in _gx_touch_driver_generic_resistive_calibration_matrix_set()387 …((touch_points[1].gx_point_x - touch_points[2].gx_point_x) * (touch_points[0].gx_point_y - touch_p… in _gx_touch_driver_generic_resistive_calibration_matrix_set()395 …points[0].gx_point_x - display_points[2].gx_point_x) * (touch_points[1].gx_point_y - touch_points[… in _gx_touch_driver_generic_resistive_calibration_matrix_set()396 …points[1].gx_point_x - display_points[2].gx_point_x) * (touch_points[0].gx_point_y - touch_points[… in _gx_touch_driver_generic_resistive_calibration_matrix_set()398 …matrix_ptr -> Bn = ((touch_points[0].gx_point_x - touch_points[2].gx_point_x) * (display_points[1]… in _gx_touch_driver_generic_resistive_calibration_matrix_set()399 …points[0].gx_point_x - display_points[2].gx_point_x) * (touch_points[1].gx_point_x - touch_points[… in _gx_touch_driver_generic_resistive_calibration_matrix_set()401 … -> Cn = (touch_points[2].gx_point_x * display_points[1].gx_point_x - touch_points[1].gx_point_x *… in _gx_touch_driver_generic_resistive_calibration_matrix_set()402 …(touch_points[0].gx_point_x * display_points[2].gx_point_x - touch_points[2].gx_point_x * display_… in _gx_touch_driver_generic_resistive_calibration_matrix_set()403 …(touch_points[1].gx_point_x * display_points[0].gx_point_x - touch_points[0].gx_point_x * display_… in _gx_touch_driver_generic_resistive_calibration_matrix_set()[all …]