Searched refs:RoundRect (Results 1 – 1 of 1) sorted by relevance
29 enum class Type { None = 0, Empty = 1, ConvexPath = 2, RoundRect = 3 }; enumerator35 if (mType == Type::RoundRect && left == mBounds.left && right == mBounds.right && in setRoundRect()41 mType = Type::RoundRect; in setRoundRect()93 return mShouldClip && (mType == Type::RoundRect); in willClip()102 if (mType == Type::RoundRect) { in getAsRoundRect()