Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_touch_driver_generic_resistive.c896 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()
/GUIX-v6.2.1/common/inc/
Dgx_api.h2927 USHORT gx_resistive_touch_y_range; member