Lines Matching refs:Oval
161 Closed Contours like Rect, Round_Rect, Circle, and Oval added with
869 #Line # returns if describes Oval ##
887 #SeeAlso Oval addCircle addOval
2351 #Line # part of Oval or Circle ##
2352 Arc can be constructed in a number of ways. Arc may be described by part of Oval and angles,
2357 Conic describes an Arc of some Oval or Circle.
2360 describes Arc as a piece of Oval, beginning at start angle, sweeping clockwise or counterclockwise,
2372 describes Arc as part of Oval with radii (rx, ry), beginning at
2443 # 5 describes an arc from Oval center, arc start Point and arc end Point. ##
2675 Arc begins at top of Oval pair and ends at bottom. Arc can take four routes to get there.
2770 more Conic, weighted to describe part of Oval with radii (rx, ry) rotated by
3250 #Line # adds one Contour containing Oval ##
3261 #SeeAlso SkCanvas::drawOval Direction Oval
3269 Adds Oval to Path, appending kMove_Verb, four kConic_Verb, and kClose_Verb.
3270 Oval is upright ellipse bounded by Rect oval with radii equal to half oval width
3271 and half oval height. Oval begins at start and continues
3320 #SeeAlso SkCanvas::drawOval Direction Oval
3404 If sides are only radii, path contains Oval and is drawn blue.
3461 After appending, Path may be empty, or may contain: Rect, Oval, or Round_Rect.
3540 After appending, Path may be empty, or may contain: Rect, Oval, or Round_Rect.