Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DTessellationCache.h57 RoundRect, enumerator
68 struct RoundRect { struct
69 float width;
70 float height;
71 float rx;
72 float ry;
DPathCache.h108 enum class ShapeType { None, Rect, RoundRect, Circle, Oval, Arc, Path }; enumerator
123 struct RoundRect { struct
124 float mWidth;
125 float mHeight;
126 float mRx;
127 float mRy;
DOutline.h29 enum class Type { None = 0, Empty = 1, ConvexPath = 2, RoundRect = 3 }; enumerator
/frameworks/base/libs/hwui/protos/
Dhwui.proto71 RoundRect = 3; enumerator