Searched refs:y_delta (Results 1 – 4 of 4) sorted by relevance
77 INT y_delta; in _gx_utility_rectangle_center() local90 y_delta = within -> gx_rectangle_top + y_space - rectangle -> gx_rectangle_top; in _gx_utility_rectangle_center()93 rectangle -> gx_rectangle_top = (GX_VALUE)(rectangle -> gx_rectangle_top + y_delta); in _gx_utility_rectangle_center()95 rectangle -> gx_rectangle_bottom = (GX_VALUE)(rectangle -> gx_rectangle_bottom + y_delta); in _gx_utility_rectangle_center()
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() local149 y_delta > touch -> gx_resistive_touch_min_drag_delta) in _gx_touch_driver_generic_resistive_pen_drag_event_send()
39 int y_delta = abs(curpos_y - last_pos_y); in SendPenDragEvent() local41 if (x_delta > MIN_DRAG_DELTA || y_delta > MIN_DRAG_DELTA) in SendPenDragEvent()
52 FT_Fixed y_delta );