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

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutRect.cpp 146 IntPoint maxPoint = ceiledIntPoint(rect.maxXMaxYCorner());
154 LayoutPoint maxPoint = ceiledLayoutPoint(rect.maxXMaxYCorner());
FloatRect.cpp 231 IntPoint maxPoint = ceiledIntPoint(rect.maxXMaxYCorner());
239 IntPoint maxPoint = flooredIntPoint(rect.maxXMaxYCorner());
FloatRect.h 125 FloatPoint maxXMaxYCorner() const { return FloatPoint(m_location.x() + m_size.width(), m_location.y() + m_size.height()); } // typically bottomRight
IntRect.h 121 IntPoint maxXMaxYCorner() const { return IntPoint(m_location.x() + m_size.width(), m_location.y() + m_size.height()); } // typically bottomRight
FloatPolygon.cpp 212 leftSide(vertex1(), vertex2(), rect.maxXMaxYCorner())
LayoutRect.h 135 LayoutPoint maxXMaxYCorner() const { return LayoutPoint(m_location.x() + m_size.width(), m_location.y() + m_size.height()); } // typically bottomRight
  /external/chromium_org/third_party/WebKit/Source/web/tests/
TouchActionTest.cpp 246 clientPoint = clientRect.maxXMaxYCorner();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.cpp 873 point.moveBy(linesBox.maxXMaxYCorner());
876 point.moveBy(box->frameRect().maxXMaxYCorner());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp     [all...]
RenderLayerScrollableArea.cpp     [all...]

Completed in 316 milliseconds