Lines Matching refs:delta
92 INT delta; in _gx_animation_drag_event_check() local
128 …delta = GX_ABS(event_ptr -> gx_event_payload.gx_event_pointdata.gx_point_y - animation -> gx_anima… in _gx_animation_drag_event_check()
132 …delta = GX_ABS(event_ptr -> gx_event_payload.gx_event_pointdata.gx_point_x - animation -> gx_anima… in _gx_animation_drag_event_check()
136 (delta > GX_ANIMATION_MIN_SLIDING_DIST)) in _gx_animation_drag_event_check()
168 …delta = animation -> gx_animation_slide_tracking_current_pos - animation -> gx_animation_slide_tra… in _gx_animation_drag_event_check()
178 if ((GX_ABS(delta) < shift) || (animation -> gx_animation_slide_target_index_2 == -1)) in _gx_animation_drag_event_check()
208 if (delta) in _gx_animation_drag_event_check()
219 delta = event_ptr -> gx_event_payload.gx_event_intdata[0]; in _gx_animation_drag_event_check()
221 … if (((animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_LEFT) && (delta > 0)) || in _gx_animation_drag_event_check()
222 … ((animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_RIGHT) && (delta < 0)) || in _gx_animation_drag_event_check()
223 … ((animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_UP) && (delta > 0)) || in _gx_animation_drag_event_check()
224 … ((animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_DOWN) && (delta < 0))) in _gx_animation_drag_event_check()
257 if (delta) in _gx_animation_drag_event_check()