Searched refs:touch (Results 1 – 2 of 2) sorted by relevance
37 VOID _gx_touch_driver_generic_resistive_setup(GX_RESISTIVE_TOUCH *touch, GX_RESISTIVE_TOUCH_INFO *i…38 VOID _gx_touch_driver_generic_resistive_update(GX_RESISTIVE_TOUCH *touch);39 VOID _gx_touch_driver_generic_resistive_calibrate(GX_RESISTIVE_TOUCH *touch);83 static VOID _gx_touch_driver_generic_resistive_pen_down_event_send(GX_RESISTIVE_TOUCH *touch) in _gx_touch_driver_generic_resistive_pen_down_event_send() argument87 event.gx_event_payload.gx_event_pointdata = touch -> gx_resistive_touch_current_touch_coord; in _gx_touch_driver_generic_resistive_pen_down_event_send()92 touch -> gx_resistive_touch_last_touch_coord = touch -> gx_resistive_touch_current_touch_coord; in _gx_touch_driver_generic_resistive_pen_down_event_send()93 touch -> gx_resistive_touch_last_touch_state = GX_TOUCH_STATE_TOUCHED; in _gx_touch_driver_generic_resistive_pen_down_event_send()142 static VOID _gx_touch_driver_generic_resistive_pen_drag_event_send(GX_RESISTIVE_TOUCH *touch) in _gx_touch_driver_generic_resistive_pen_drag_event_send() argument145 …INT x_delta = GX_ABS(touch -> gx_resistive_touch_current_touch_coord.gx_point_x - touch -> gx_resi… in _gx_touch_driver_generic_resistive_pen_drag_event_send()146 …INT y_delta = GX_ABS(touch -> gx_resistive_touch_current_touch_coord.gx_point_y - touch -> gx_resi… in _gx_touch_driver_generic_resistive_pen_drag_event_send()[all …]
1 /*###ICF### Section handled by ICF editor, don't touch! ****/