Searched refs:gx_resistive_touch_y_range (Results 1 – 2 of 2) sorted by relevance
896 display_cal_points[1].gx_point_y = (GX_VALUE) (touch->gx_resistive_touch_y_range / 2); in _gx_touch_driver_generic_resistive_calibrate()898 …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()932 (GX_VALUE) ((touch->gx_resistive_touch_y_range / 2) - (icon_size / 2)), in _gx_touch_driver_generic_resistive_calibrate()957 newsize.gx_rectangle_bottom = (GX_VALUE) (touch->gx_resistive_touch_y_range); in _gx_touch_driver_generic_resistive_calibrate()
2927 USHORT gx_resistive_touch_y_range; member