Searched refs:hasRadius (Results 1 – 2 of 2) sorted by relevance
50 bool hasRadius() const { return m_hasRadius; } in hasRadius() function51 void setHasRadius(bool hasRadius) { m_hasRadius = hasRadius; } in setHasRadius() argument53 …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()
1537 if (clipRect.rect() == localPaintingInfo.paintDirtyRect && !clipRect.hasRadius()) in clipToRect()1542 if (!clipRect.hasRadius()) in clipToRect()1569 if (clipRect.rect() == paintDirtyRect && !clipRect.hasRadius()) in restoreClip()