Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/porting/
A Dlv_port_indev_template.c192 static lv_coord_t last_x = 0;
197 touchpad_get_xy(&last_x, &last_y);
204 data->point.x = last_x;
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_mouse_c.h38 int last_x, last_y; member
82 int last_x, last_y; /* the last reported x and y coordinates */ member
A DSDL_mouse.c352 mouse->last_x = center_x;
369 x = (mouse->last_x + xrel);
372 xrel = x - mouse->last_x;
454 mouse->last_x = mouse->x;
458 mouse->last_x = x;
546 SDL_abs(mouse->x - clickstate->last_x) > mouse->double_click_radius ||
551 clickstate->last_x = mouse->x;
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_events.c133 mouse->x = mouse->last_x = x; in MotionAllMice()
328 static int last_x, last_y; in ProcessInputEvent() local
334 last_x = ievt->axisabs; in ProcessInputEvent()
351 last_x - (x + in ProcessInputEvent()
356 SDL_SendMouseMotion_ex(window, ievt->device_id, 0, last_x, in ProcessInputEvent()
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_label.c694 lv_coord_t last_x = 0; in lv_label_is_char_under_pos() local
723 last_x = x; in lv_label_is_char_under_pos()
735 return (pos->x >= (last_x - style->text.letter_space) && pos->x <= (last_x + max_diff)); in lv_label_is_char_under_pos()
/AliOS-Things-master/components/littlevgl/
A DREADME.md149 static lv_coord_t last_x = 0;
154 if(data->state == LV_INDEV_STATE_PR) touchpad_get_xy(&last_x, &last_y);
157 data->point.x = last_x;
/AliOS-Things-master/components/littlevgl/src/lv_draw/
A Dlv_draw_line.c630 lv_coord_t last_x = line->p_act.x; in line_next_x() local
634 } while(last_x == line->p_act.x); in line_next_x()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11events.c779 mouse->last_x = xevent.xcrossing.x; in X11_DispatchEvent()

Completed in 15 milliseconds