Searched refs:ptsLocation (Results 1 – 3 of 3) sorted by relevance
80 POINTS ptsLocation; // current location of this gesture member106 POINTS ptsLocation; // starting location member
513 POINT localPoint = { gn->ptsLocation.x, gn->ptsLocation.y }; in onGestureNotify()553 m_lastPanX = gi.ptsLocation.x; in onGesture()554 m_lastPanY = gi.ptsLocation.y; in onGesture()560 int currentX = gi.ptsLocation.x; in onGesture()561 int currentY = gi.ptsLocation.y; in onGesture()
1505 POINT gestureBeginPoint = {gn->ptsLocation.x, gn->ptsLocation.y}; in gestureNotify()1582 m_lastPanX = gi.ptsLocation.x; in gesture()1583 m_lastPanY = gi.ptsLocation.y; in gesture()1591 long currentX = gi.ptsLocation.x; in gesture()1592 long currentY = gi.ptsLocation.y; in gesture()