Home
last modified time | relevance | path

Searched defs:maxXMaxYCorner (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DIntRect.h121 …IntPoint maxXMaxYCorner() const { return IntPoint(m_location.x() + m_size.width(), m_location.y() … in maxXMaxYCorner() function
DFloatRect.h125 …FloatPoint maxXMaxYCorner() const { return FloatPoint(m_location.x() + m_size.width(), m_location.… in maxXMaxYCorner() function
DLayoutRect.h135 …LayoutPoint maxXMaxYCorner() const { return LayoutPoint(m_location.x() + m_size.width(), m_locatio… in maxXMaxYCorner() function