Searched defs:touch (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_touch.c | 71 SDL_Touch *touch; in SDL_GetTouchIndex() local 101 SDL_Touch *touch = SDL_GetTouch(id); in SDL_GetTouchDeviceType() local 109 SDL_GetFingerIndex(const SDL_Touch * touch, SDL_FingerID fingerid) in SDL_GetFingerIndex() 121 SDL_GetFinger(const SDL_Touch * touch, SDL_FingerID id) in SDL_GetFinger() 133 SDL_Touch *touch = SDL_GetTouch(touchID); in SDL_GetNumTouchFingers() local 143 SDL_Touch *touch = SDL_GetTouch(touchID); in SDL_GetTouchFinger() local 198 SDL_AddFinger(SDL_Touch *touch, SDL_FingerID fingerid, float x, float y, float pressure) in SDL_AddFinger() 225 SDL_DelFinger(SDL_Touch* touch, SDL_FingerID fingerid) in SDL_DelFinger() 249 SDL_Touch* touch = SDL_GetTouch(id); in SDL_SendTouch() local 359 SDL_Touch *touch; in SDL_SendTouchMotion() local [all …]
|
A D | SDL_gesture.c | 163 SDL_GestureTouch* touch = &SDL_gestureTouch[i]; in SDL_SaveAllDollarTemplates() local 175 SDL_GestureTouch* touch = &SDL_gestureTouch[i]; in SDL_SaveDollarTemplate() local 232 SDL_GestureTouch *touch = NULL; in SDL_LoadDollarTemplates() local 434 static float dollarRecognize(const SDL_DollarPath *path,int *bestTempl,SDL_GestureTouch* touch) in dollarRecognize() 505 static void SDL_SendGestureMulti(SDL_GestureTouch* touch,float dTheta,float dDist) in SDL_SendGestureMulti() 521 static void SDL_SendGestureDollar(SDL_GestureTouch* touch, in SDL_SendGestureDollar() 538 static void SDL_SendDollarRecord(SDL_GestureTouch* touch,SDL_GestureID gestureId) in SDL_SendDollarRecord()
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandtouch.c | 246 struct SDL_WaylandTouch *touch; in Wayland_touch_create() local 264 struct SDL_WaylandTouch *touch = data->touch; in Wayland_touch_destroy() local
|
A D | SDL_waylandevents.c | 64 struct wl_touch *touch; member 511 touch_handler_down(void *data, struct wl_touch *touch, unsigned int serial, in touch_handler_down() 527 touch_handler_up(void *data, struct wl_touch *touch, unsigned int serial, in touch_handler_up() 545 touch_handler_motion(void *data, struct wl_touch *touch, unsigned int timestamp, in touch_handler_motion() 559 touch_handler_frame(void *data, struct wl_touch *touch) in touch_handler_frame() 565 touch_handler_cancel(void *data, struct wl_touch *touch) in touch_handler_cancel()
|
A D | SDL_waylandvideo.h | 76 struct SDL_WaylandTouch *touch; member
|
A D | SDL_waylandtouch.h | 235 void (*touch)(void *data, member
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | pngstest.c | 3492 const char *touch = NULL; in main() local
|
A D | pngvalid.c | 11629 const char *touch = NULL; in main() local
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttinterp.c | 5920 FT_Bool touch ) in Move_Zp2_Point()
|
Completed in 49 milliseconds