Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_animation_drag_event_process.c93 INT delta; in _gx_animation_drag_event_check() local
129delta = GX_ABS(event_ptr -> gx_event_payload.gx_event_pointdata.gx_point_y - animation -> gx_anima… in _gx_animation_drag_event_check()
133delta = GX_ABS(event_ptr -> gx_event_payload.gx_event_pointdata.gx_point_x - animation -> gx_anima… in _gx_animation_drag_event_check()
137 (delta > GX_ANIMATION_MIN_SLIDING_DIST)) in _gx_animation_drag_event_check()
169delta = animation -> gx_animation_slide_tracking_current_pos - animation -> gx_animation_slide_tra… in _gx_animation_drag_event_check()
179 if ((GX_ABS(delta) < shift) || (animation -> gx_animation_slide_target_index_2 == -1)) in _gx_animation_drag_event_check()
209 if (delta) in _gx_animation_drag_event_check()
220 delta = event_ptr -> gx_event_payload.gx_event_intdata[0]; in _gx_animation_drag_event_check()
222 … if (((animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_LEFT) && (delta > 0)) || in _gx_animation_drag_event_check()
223 … ((animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_RIGHT) && (delta < 0)) || in _gx_animation_drag_event_check()
[all …]