Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_evdev.c93 } * touchscreen_data; member
325 … item->touchscreen_data->slots[item->touchscreen_data->current_slot].x = events[i].value; in SDL_EVDEV_Poll()
333 … item->touchscreen_data->slots[item->touchscreen_data->current_slot].y = events[i].value; in SDL_EVDEV_Poll()
480 item->touchscreen_data = SDL_calloc(1, sizeof(*item->touchscreen_data)); in SDL_EVDEV_init_touchscreen()
481 if (item->touchscreen_data == NULL) in SDL_EVDEV_init_touchscreen()
486 SDL_free(item->touchscreen_data); in SDL_EVDEV_init_touchscreen()
492 SDL_free(item->touchscreen_data); in SDL_EVDEV_init_touchscreen()
499 SDL_free(item->touchscreen_data); in SDL_EVDEV_init_touchscreen()
516 SDL_free(item->touchscreen_data); in SDL_EVDEV_init_touchscreen()
558 item->touchscreen_data->name); in SDL_EVDEV_init_touchscreen()
[all …]
/AliOS-Things-master/components/SDL2/src/core/alios/
A DSDL_evdev.c261 item->touchscreen_data = SDL_calloc(1, sizeof(*item->touchscreen_data)); in SDL_EVDEV_init_touchscreen()
262 if (item->touchscreen_data == NULL) in SDL_EVDEV_init_touchscreen()
267 SDL_free(item->touchscreen_data); in SDL_EVDEV_init_touchscreen()
273 SDL_free(item->touchscreen_data); in SDL_EVDEV_init_touchscreen()
280 SDL_free(item->touchscreen_data); in SDL_EVDEV_init_touchscreen()
297 SDL_free(item->touchscreen_data); in SDL_EVDEV_init_touchscreen()
307 SDL_free(item->touchscreen_data); in SDL_EVDEV_init_touchscreen()
317 SDL_free(item->touchscreen_data); in SDL_EVDEV_init_touchscreen()
329 SDL_free(item->touchscreen_data); in SDL_EVDEV_init_touchscreen()
339 item->touchscreen_data->name); in SDL_EVDEV_init_touchscreen()
[all …]

Completed in 8 milliseconds