Searched refs:ConvexPath (Results 1 – 1 of 1) sorted by relevance
29 enum class Type { None = 0, Empty = 1, ConvexPath = 2, RoundRect = 3 }; enumerator65 mType = Type::ConvexPath; in setConvexPath()