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

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderLayer.h98 bool hasRadius() const { return m_hasRadius; } function in class:WebCore::ClipRect
99 void setHasRadius(bool hasRadius) { m_hasRadius = hasRadius; } argument
101 bool operator==(const ClipRect& other) const { return rect() == other.rect() && hasRadius() == other.hasRadius(); }
102 bool operator!=(const ClipRect& other) const { return rect() != other.rect() || hasRadius() != other.hasRadius(); }
109 if (other.hasRadius())

Completed in 75 milliseconds