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 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...]
EventHandler.h 169 bool adjustGesturePosition(const PlatformGestureEvent&, IntPoint& adjustedPoint);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
FontHarfBuzz.cpp 187 FloatPoint adjustedPoint = shaper.adjustStartPoint(point);
188 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 723 milliseconds