Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DLayoutRect.cpp92 void LayoutRect::uniteIfNonZero(const LayoutRect& other) in uniteIfNonZero() function in WebCore::LayoutRect
DIntRect.cpp105 void IntRect::uniteIfNonZero(const IntRect& other) in uniteIfNonZero() function in WebCore::IntRect
DIntRect.h135 void uniteIfNonZero(const IntRect&);
DFloatRect.h136 void uniteIfNonZero(const FloatRect&);
DLayoutRect.h148 void uniteIfNonZero(const LayoutRect&);
DFloatRect.cpp127 void FloatRect::uniteIfNonZero(const FloatRect& other) in uniteIfNonZero() function in WebCore::FloatRect
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderInline.cpp835 m_rect.uniteIfNonZero(rect); in operator ()()
948 result.uniteIfNonZero(logicalRect); in culledInlineVisualOverflowBoundingBox()
951 result.uniteIfNonZero(logicalRect.transposedRect()); in culledInlineVisualOverflowBoundingBox()
958 result.uniteIfNonZero(currInline->culledInlineVisualOverflowBoundingBox()); in culledInlineVisualOverflowBoundingBox()
960 result.uniteIfNonZero(currInline->linesVisualOverflowBoundingBox()); in culledInlineVisualOverflowBoundingBox()
965 result.uniteIfNonZero(currText->linesVisualOverflowBoundingBox()); in culledInlineVisualOverflowBoundingBox()