Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_indev.c766 proc->types.pointer.drag_throw_vect.x = (proc->types.pointer.drag_throw_vect.x * 5) >> 3; in indev_proc_press()
767 proc->types.pointer.drag_throw_vect.y = (proc->types.pointer.drag_throw_vect.y * 5) >> 3; in indev_proc_press()
769 if(proc->types.pointer.drag_throw_vect.x < 0) in indev_proc_press()
770 proc->types.pointer.drag_throw_vect.x++; in indev_proc_press()
772 proc->types.pointer.drag_throw_vect.x--; in indev_proc_press()
774 if(proc->types.pointer.drag_throw_vect.y < 0) in indev_proc_press()
775 proc->types.pointer.drag_throw_vect.y++; in indev_proc_press()
777 proc->types.pointer.drag_throw_vect.y--; in indev_proc_press()
1174 proc->types.pointer.drag_throw_vect.x =
1176 proc->types.pointer.drag_throw_vect.y =
[all …]
/AliOS-Things-master/components/littlevgl/src/lv_hal/
A Dlv_hal_indev.h121 lv_point_t drag_throw_vect; member

Completed in 5 milliseconds