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

  /external/chromium_org/third_party/WebKit/Source/web/
ViewportAnchor.cpp 97 Node* node = findNonEmptyAnchorNode(flooredIntPoint(anchorPoint), viewRect, m_eventHandler);
124 return flooredIntPoint(anchorPoint - anchorOffsetFromOrigin);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FloatSize.h 185 inline IntPoint flooredIntPoint(const FloatSize& p)
LayoutRect.cpp 131 IntPoint location = flooredIntPoint(rect.minXMinYCorner());
FloatRect.cpp 239 IntPoint location = flooredIntPoint(rect.minXMinYCorner());
248 IntPoint maxPoint = flooredIntPoint(rect.maxXMaxYCorner());
FloatPoint.h 217 inline IntPoint flooredIntPoint(const FloatPoint& p)
LayoutPoint.h 151 inline IntPoint flooredIntPoint(const LayoutPoint& point)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestLocation.cpp 187 IntPoint actualPoint(flooredIntPoint(point));
RenderInline.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGText.cpp 453 HitTestLocation hitTestLocation(LayoutPoint(flooredIntPoint(localPoint)));
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]

Completed in 76 milliseconds