Searched refs:Oval (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/gm/ |
H A D | convexpaths.cpp | 70 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 D | bug5252.cpp | 18 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 D | pathcontourstart.cpp | 62 return SkPath::Oval(rect, dir, startIndex);
|
H A D | patheffects.cpp | 248 []() { 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 D | shadowutils.cpp | 57 paths.push_back(SkPath::Oval(SkRect::MakeWH(20, 60))); in draw_paths()
|
H A D | smallpaths.cpp | 57 SkPath::Oval(r.makeOffset(10, 0)), in make_oval()
|
H A D | dashing.cpp | 132 return SkPath::Oval(bounds); in make_path_oval()
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGEllipse.cpp | 40 SkPath path = SkPath::Oval(this->resolve(ctx.lengthContext())); in onAsPath()
|
/third_party/skia/include/core/ |
H A D | SkPath.h | 72 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 D | SkPanose.h | 372 Oval = 8, member in SkPanose::Data::Decorative::SerifVariant
|
/third_party/skia/src/core/ |
H A D | SkBitmapDevice.cpp | 371 this->drawPath(SkPath::Oval(oval), paint, true); in drawOval()
|
H A D | SkPath.cpp | 3467 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 D | SkPDFDevice.cpp | 485 this->internalDrawPath(this->cs(), this->localToDevice(), SkPath::Oval(oval), paint, true); in drawOval()
|
Completed in 19 milliseconds