Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/win/
DWindowsTouch.h80 POINTS ptsLocation; // current location of this gesture member
106 POINTS ptsLocation; // starting location member
/external/webkit/Source/WebKit2/UIProcess/win/
DWebView.cpp513 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()
/external/webkit/Source/WebKit/win/
DWebView.cpp1505 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()