Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DClipRect.h50 bool hasRadius() const { return m_hasRadius; } in hasRadius() function
51 void setHasRadius(bool hasRadius) { m_hasRadius = hasRadius; } in setHasRadius() argument
53 …const ClipRect& other) const { return rect() == other.rect() && hasRadius() == other.hasRadius(); }
54 …const ClipRect& other) const { return rect() != other.rect() || hasRadius() != other.hasRadius(); }
61 if (other.hasRadius()) in intersect()
DRenderLayer.cpp1537 if (clipRect.rect() == localPaintingInfo.paintDirtyRect && !clipRect.hasRadius()) in clipToRect()
1542 if (!clipRect.hasRadius()) in clipToRect()
1569 if (clipRect.rect() == paintDirtyRect && !clipRect.hasRadius()) in restoreClip()