Home
last modified time | relevance | path

Searched refs:newMaxPoint (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DLayoutRect.cpp63 LayoutPoint newMaxPoint(std::min(maxX(), other.maxX()), std::min(maxY(), other.maxY())); in intersect() local
66 if (newLocation.x() >= newMaxPoint.x() || newLocation.y() >= newMaxPoint.y()) { in intersect()
68 newMaxPoint = LayoutPoint(0, 0); in intersect()
72 m_size = newMaxPoint - newLocation; in intersect()
86 LayoutPoint newMaxPoint(std::max(maxX(), other.maxX()), std::max(maxY(), other.maxY())); in unite() local
89 m_size = newMaxPoint - newLocation; in unite()
103 LayoutPoint newMaxPoint(std::max(maxX(), other.maxX()), std::max(maxY(), other.maxY())); in uniteIfNonZero() local
106 m_size = newMaxPoint - newLocation; in uniteIfNonZero()