Home | History | Annotate | Download | only in page

Lines Matching refs:adjustedPoint

397 bool snapTo(const SubtargetGeometry& geom, const IntPoint& touchPoint, const IntRect& touchArea, IntPoint& adjustedPoint)
407 adjustedPoint = touchPoint;
412 adjustedPoint = bounds.center();
431 adjustedPoint = touchPoint;
439 adjustedPoint = roundedIntPoint(center);
441 return quad.containsPoint(adjustedPoint);
453 IntPoint adjustedPoint;
459 if (snapTo(*it, touchHotspot, touchArea, adjustedPoint)) {
460 targetPoint = adjustedPoint;
466 if (snapTo(*it, touchHotspot, touchArea, adjustedPoint)) {
469 targetPoint = adjustedPoint;