Searched defs:SvgRadius (Results 1 – 1 of 1) sorted by relevance
34 struct SvgRadius { struct35 Radius topLeft;36 Radius topRight;37 Radius bottomLeft;38 Radius bottomRight;40 bool IsValid() const in IsValid()