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

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRect.h 123 FloatPoint maxXMinYCorner() const { return FloatPoint(m_location.x() + m_size.width(), m_location.y()); } // typically topRight
IntRect.h 119 IntPoint maxXMinYCorner() const { return IntPoint(m_location.x() + m_size.width(), m_location.y()); } // typically topRight
FloatPolygon.cpp 210 leftSide(vertex1(), vertex2(), rect.maxXMinYCorner()),
LayoutRect.h 133 LayoutPoint maxXMinYCorner() const { return LayoutPoint(m_location.x() + m_size.width(), m_location.y()); } // typically topRight
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp     [all...]
RenderThemeChromiumMac.mm     [all...]

Completed in 144 milliseconds