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

  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 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)) {
    [all...]
EventHandler.h 154 void adjustGesturePosition(const PlatformGestureEvent&, IntPoint& adjustedPoint);
207 bool handleGestureTap(const PlatformGestureEvent&, const IntPoint& adjustedPoint);
208 bool handleGestureLongPress(const PlatformGestureEvent&, const IntPoint& adjustedPoint);
209 bool handleGestureLongTap(const PlatformGestureEvent&, const IntPoint& adjustedPoint);
210 bool handleGestureTwoFingerTap(const PlatformGestureEvent&, const IntPoint& adjustedPoint);
EventHandler.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
FontHarfBuzz.cpp 186 FloatPoint adjustedPoint = shaper.adjustStartPoint(point);
187 drawGlyphBuffer(gc, runInfo, glyphBuffer, adjustedPoint);
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.cpp     [all...]
RenderBox.cpp     [all...]

Completed in 198 milliseconds