Searched defs:BasicShapeRadius (Results 1 – 1 of 1) sorted by relevance
131 BasicShapeRadius() : m_value(Undefined), m_type(ClosestSide) { } in BasicShapeRadius() function132 explicit BasicShapeRadius(const Length& v) : m_value(v), m_type(Value) { } in BasicShapeRadius() function133 explicit BasicShapeRadius(Type t) : m_value(Undefined), m_type(t) { } in BasicShapeRadius() function134 … BasicShapeRadius(const BasicShapeRadius& other) : m_value(other.value()), m_type(other.type()) { } in BasicShapeRadius() function