Home
last modified time | relevance | path

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

/GUIX-v6.4.1/common/src/
Dgx_touch_driver_generic_resistive.c380 GX_POINT *display_points, in _gx_touch_driver_generic_resistive_calibration_matrix_set() argument
395 …matrix_ptr -> An = ((display_points[0].gx_point_x - display_points[2].gx_point_x) * (touch_points[… in _gx_touch_driver_generic_resistive_calibration_matrix_set()
396 …((display_points[1].gx_point_x - display_points[2].gx_point_x) * (touch_points[0].gx_point_y - tou… in _gx_touch_driver_generic_resistive_calibration_matrix_set()
398 …points[0].gx_point_x - touch_points[2].gx_point_x) * (display_points[1].gx_point_x - display_point… in _gx_touch_driver_generic_resistive_calibration_matrix_set()
399 …((display_points[0].gx_point_x - display_points[2].gx_point_x) * (touch_points[1].gx_point_x - tou… 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()
405 …matrix_ptr -> Dn = ((display_points[0].gx_point_y - display_points[2].gx_point_y) * (touch_points[… in _gx_touch_driver_generic_resistive_calibration_matrix_set()
406 …((display_points[1].gx_point_y - display_points[2].gx_point_y) * (touch_points[0].gx_point_y - tou… in _gx_touch_driver_generic_resistive_calibration_matrix_set()
[all …]