Searched defs:maxXMaxYCorner (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DIntRect.h144 IntPoint maxXMaxYCorner() const { return IntPoint(m_location.x() + m_size.width(), m_location.y() + m_size.height()); } // typically bottomRight function in class:WebCore::IntRect
H A DFloatRect.h145 FloatPoint maxXMaxYCorner() const { return FloatPoint(m_location.x() + m_size.width(), m_location.y() + m_size.height()); } // typically bottomRight function in class:WebCore::FloatRect
H A DLayoutRect.h143 LayoutPoint maxXMaxYCorner() const { return LayoutPoint(m_location.x() + m_size.width(), m_location.y() + m_size.height()); } // typically bottomRight function in class:WebCore::LayoutRect
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DSelectionHandler.cpp990 static WebCore::IntPoint maxXMaxYCorner(const WebCore::IntRect& rect) { return WebCore::IntPoint(rect.x() + rect.width() - 1, rect.y() + rect.height() - 1); } // typically bottomRight function in namespace:BlackBerry::WebKit

Completed in 200 milliseconds