Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/events/
A DSDL_gesture.c559 SDL_FloatPoint lastP; in SDL_GestureProcessEvent() local
643 lastP.x = x - dx; in SDL_GestureProcessEvent()
644 lastP.y = y - dy; in SDL_GestureProcessEvent()
654 lv.x = lastP.x - lastCentroid.x; in SDL_GestureProcessEvent()
655 lv.y = lastP.y - lastCentroid.y; in SDL_GestureProcessEvent()

Completed in 4 milliseconds