HomeSort by relevance Sort by last modified time
    Searched defs:adjustedPoint (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 385 bool snapTo(const SubtargetGeometry& geom, const IntPoint& touchPoint, const IntRect& touchArea, IntPoint& adjustedPoint)
395 adjustedPoint = touchPoint;
400 adjustedPoint = bounds.center();
419 adjustedPoint = touchPoint;
427 adjustedPoint = roundedIntPoint(center);
429 return quad.containsPoint(adjustedPoint);
441 IntPoint adjustedPoint;
447 if (snapTo(*it, touchHotspot, touchArea, adjustedPoint)) {
448 targetPoint = adjustedPoint;
454 if (snapTo(*it, touchHotspot, touchArea, adjustedPoint)) {
    [all...]
EventHandler.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.cpp     [all...]
RenderBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp     [all...]

Completed in 108 milliseconds