OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:minXMaxYCorner
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRect.h
126
FloatPoint
minXMaxYCorner
() const { return FloatPoint(m_location.x(), m_location.y() + m_size.height()); } // typically bottomLeft
IntRect.h
121
IntPoint
minXMaxYCorner
() const { return IntPoint(m_location.x(), m_location.y() + m_size.height()); } // typically bottomLeft
LayoutRect.h
134
LayoutPoint
minXMaxYCorner
() const { return LayoutPoint(m_location.x(), m_location.y() + m_size.height()); } // typically bottomLeft
Completed in 57 milliseconds