HomeSort by relevance Sort by last modified time
    Searched refs:touchPoint (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchDisambiguation.cpp 69 static float scoreTouchTarget(IntPoint touchPoint, int padding, IntRect boundingBox)
77 IntSize distance = boundingBox.differenceToPoint(touchPoint);
95 IntPoint touchPoint = touchBox.center();
96 IntPoint contentsPoint = mainFrame->view()->windowToContents(touchPoint);
132 targetData.score = scoreTouchTarget(touchPoint, touchPointPadding, targetData.windowBoundingBox);
TouchAdjustment.cpp 400 bool snapTo(const SubtargetGeometry& geom, const IntPoint& touchPoint, const IntRect& touchArea, IntPoint& adjustedPoint)
409 if (bounds.contains(touchPoint)) {
410 adjustedPoint = touchPoint;
433 if (quad.containsPoint(touchPoint)) {
434 adjustedPoint = touchPoint;

Completed in 61 milliseconds