Home | History | Annotate | Download | only in Api

Lines Matching full:touchpoint

1573 IntPoint QWebPagePrivate::TouchAdjuster::findCandidatePointForTouch(const IntPoint& touchPoint, Document* document) const
1578 int x = touchPoint.x();
1579 int y = touchPoint.y();
1626 IntPoint newTouchPoint = touchPoint;