Home
last modified time | relevance | path

Searched refs:Oval (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/gm/
H A Dconvexpaths.cpp70 fPaths.push_back(SkPath::Oval(SkRect::MakeXYWH(0, 0, 50, 100), SkPathDirection::kCW)); in makePaths()
71 fPaths.push_back(SkPath::Oval(SkRect::MakeXYWH(0, 0, 100, 5), SkPathDirection::kCCW)); in makePaths()
72 fPaths.push_back(SkPath::Oval(SkRect::MakeXYWH(0, 0, 1, 100), SkPathDirection::kCCW)); in makePaths()
H A Dbug5252.cpp18 canvas->clipPath(SkPath::Oval(SkRect::MakeWH(225, 200))); // bug in DEF_SIMPLE_GM()
20 //canvas->clipPath(SkPath::Oval(SkRect::MakeWH(220, 200))); // ok in DEF_SIMPLE_GM()
H A Dpathcontourstart.cpp62 return SkPath::Oval(rect, dir, startIndex);
H A Dpatheffects.cpp248 []() { return SkPath::Oval({0, 0, 100, 100}, SkPathDirection::kCW); }, in DEF_SIMPLE_GM()
249 []() { return SkPath::Oval({0, 0, 100, 100}, SkPathDirection::kCCW); }, in DEF_SIMPLE_GM()
H A Dshadowutils.cpp57 paths.push_back(SkPath::Oval(SkRect::MakeWH(20, 60))); in draw_paths()
H A Dsmallpaths.cpp57 SkPath::Oval(r.makeOffset(10, 0)), in make_oval()
H A Ddashing.cpp132 return SkPath::Oval(bounds); in make_path_oval()
/third_party/skia/modules/svg/src/
H A DSkSVGEllipse.cpp40 SkPath path = SkPath::Oval(this->resolve(ctx.lengthContext())); in onAsPath()
/third_party/skia/include/core/
H A DSkPath.h72 static SkPath Oval(const SkRect&, SkPathDirection = SkPathDirection::kCW);
73 static SkPath Oval(const SkRect&, SkPathDirection, unsigned startIndex);
1087 Oval is upright ellipse bounded by SkRect oval with radii equal to half oval width
1088 and half oval height. Oval begins at (oval.fRight, oval.centerY()) and continues
1100 Oval is upright ellipse bounded by SkRect oval with radii equal to half oval width
1101 and half oval height. Oval begins at start and continues
/third_party/skia/src/sfnt/
H A DSkPanose.h372 Oval = 8, member in SkPanose::Data::Decorative::SerifVariant
/third_party/skia/src/core/
H A DSkBitmapDevice.cpp371 this->drawPath(SkPath::Oval(oval), paint, true); in drawOval()
H A DSkPath.cpp3467 SkPath SkPath::Oval(const SkRect& r, SkPathDirection dir) { in Oval() function in SkPath
3471 SkPath SkPath::Oval(const SkRect& r, SkPathDirection dir, unsigned startIndex) { in Oval() function in SkPath
/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp485 this->internalDrawPath(this->cs(), this->localToDevice(), SkPath::Oval(oval), paint, true); in drawOval()

Completed in 19 milliseconds