Searched refs:RoundRect (Results 1 – 2 of 2) sorted by relevance
29 enum class Type { None = 0, Empty = 1, Path = 2, RoundRect = 3 }; enumerator35 if (mType == Type::RoundRect && left == mBounds.left && right == mBounds.right && in setRoundRect()41 mType = Type::RoundRect; in setRoundRect()94 return mShouldClip && (mType != Type::RoundRect || MathUtils::isPositive(mRadius)); in willComplexClip()98 if (mType == Type::RoundRect) { in getAsRoundRect()
55 import androidx.compose.ui.geometry.RoundRect in <lambda>()515 roundedRect: RoundRect, in createRoundRectPath()527 private fun createInsetRoundedRect(widthPx: Float, roundedRect: RoundRect) =528 RoundRect(