Lines Matching defs:oval
21 a circle; an oval; or a rectangle with one or more rounded corners.
151 /** Sets bounds to oval, x-axis radii to half oval.width(), and all y-axis radii
152 to half oval.height(). If oval bounds is empty, sets to kEmpty_Type.
155 @param oval bounds of oval
156 @return oval
158 static SkRRect MakeOval(const SkRect& oval) {
160 rr.setOval(oval);
182 /** Sets bounds to oval, x-axis radii to half oval.width(), and all y-axis radii
183 to half oval.height(). If oval bounds is empty, sets to kEmpty_Type.
186 @param oval bounds of oval
188 void setOval(const SkRect& oval);