Home
last modified time | relevance | path

Searched refs:RoundRect (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
DOutline.h29 enum class Type { None = 0, Empty = 1, ConvexPath = 2, RoundRect = 3 }; enumerator
35 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()