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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DIntRect.h141 IntPoint minXMinYCorner() const { return m_location; } // typically topLeft function in class:WebCore::IntRect
H A DFloatRect.h142 FloatPoint minXMinYCorner() const { return m_location; } // typically topLeft function in class:WebCore::FloatRect
H A DLayoutRect.h140 LayoutPoint minXMinYCorner() const { return m_location; } // typically topLeft function in class:WebCore::LayoutRect
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DSelectionHandler.cpp987 static WebCore::IntPoint minXMinYCorner(const WebCore::IntRect& rect) { return rect.location(); } // typically topLeft function in namespace:BlackBerry::WebKit

Completed in 100 milliseconds