Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DIntRect.h121 …IntPoint minXMaxYCorner() const { return IntPoint(m_location.x(), m_location.y() + m_size.height()… in minXMaxYCorner() function
DFloatRect.h126 …FloatPoint minXMaxYCorner() const { return FloatPoint(m_location.x(), m_location.y() + m_size.heig… in minXMaxYCorner() function
DLayoutRect.h134 …LayoutPoint minXMaxYCorner() const { return LayoutPoint(m_location.x(), m_location.y() + m_size.he… in minXMaxYCorner() function