Home | History | Annotate | Download | only in graphics

Lines Matching refs:m_radii

123     , m_radii(radii)
129 , m_radii(topLeft, topRight, bottomLeft, bottomRight)
135 m_radii.includeLogicalEdges(edges, isHorizontal, includeLogicalLeftEdge, includeLogicalRightEdge);
140 m_radii.excludeLogicalEdges(isHorizontal, excludeLogicalLeftEdge, excludeLogicalRightEdge);
145 return m_radii.topLeft().width() + m_radii.topRight().width() <= m_rect.width()
146 && m_radii.bottomLeft().width() + m_radii.bottomRight().width() <= m_rect.width()
147 && m_radii.topLeft().height() + m_radii.topRight().height() <= m_rect.height()
148 && m_radii.bottomLeft().height() + m_radii.bottomRight().height() <= m_rect.height();