OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxXMaxYCorner
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutRect.cpp
135
IntPoint maxPoint = ceiledIntPoint(rect.
maxXMaxYCorner
());
143
LayoutPoint maxPoint = ceiledLayoutPoint(rect.
maxXMaxYCorner
());
FloatRect.cpp
237
IntPoint maxPoint = ceiledIntPoint(rect.
maxXMaxYCorner
());
245
IntPoint maxPoint = flooredIntPoint(rect.
maxXMaxYCorner
());
FloatRect.h
127
FloatPoint
maxXMaxYCorner
() const { return FloatPoint(m_location.x() + m_size.width(), m_location.y() + m_size.height()); } // typically bottomRight
IntRect.h
122
IntPoint
maxXMaxYCorner
() const { return IntPoint(m_location.x() + m_size.width(), m_location.y() + m_size.height()); } // typically bottomRight
FloatPolygon.cpp
212
leftSide(vertex1(), vertex2(), rect.
maxXMaxYCorner
())
LayoutRect.h
135
LayoutPoint
maxXMaxYCorner
() const { return LayoutPoint(m_location.x() + m_size.width(), m_location.y() + m_size.height()); } // typically bottomRight
/external/chromium_org/third_party/WebKit/Source/web/tests/
TouchActionTest.cpp
224
clientPoint = clientRect.
maxXMaxYCorner
();
/external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.cpp
761
point.moveBy(linesBox.
maxXMaxYCorner
());
764
point.moveBy(box->frameRect().
maxXMaxYCorner
());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp
[
all
...]
RenderLayerScrollableArea.cpp
[
all
...]
Completed in 989 milliseconds