Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatRect.cpp114 uniteEvenIfEmpty(other); in unite()
117 void FloatRect::uniteEvenIfEmpty(const FloatRect& other) in uniteEvenIfEmpty() function in WebCore::FloatRect
137 uniteEvenIfEmpty(other); in uniteIfNonZero()
DFloatRect.h135 void uniteEvenIfEmpty(const FloatRect&);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRenderSupport.cpp126 objectBoundingBox.uniteEvenIfEmpty(otherBoundingBox); in updateObjectBoundingBox()