Searched defs:expandedTo (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DFloatSize.h74 FloatSize expandedTo(const FloatSize& other) const function in class:WebCore::FloatSize
H A DIntPoint.h95 IntPoint expandedTo(const IntPoint& other) const function in class:WebCore::IntPoint
109 *this = expandedTo(zero());
H A DIntSize.h90 IntSize expandedTo(const IntSize& other) const function in class:WebCore::IntSize
104 *this = expandedTo(IntSize());

Completed in 755 milliseconds