HomeSort by relevance Sort by last modified time
    Searched defs:expandedTo (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
IntPoint.h 68 IntPoint expandedTo(const IntPoint& other) const
84 *this = expandedTo(zero());
FloatPoint.h 124 FloatPoint expandedTo(const FloatPoint& other) const
FloatSize.h 85 FloatSize expandedTo(const FloatSize& other) const
IntSize.h 77 IntSize expandedTo(const IntSize& other) const
91 *this = expandedTo(IntSize());
LayoutPoint.h 65 LayoutPoint expandedTo(const LayoutPoint& other) const
77 *this = expandedTo(zero());
LayoutSize.h 85 LayoutSize expandedTo(const LayoutSize& other) const
99 *this = expandedTo(LayoutSize());

Completed in 55 milliseconds