/third_party/skia/gm/ |
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()
|
D | bug5252.cpp | 18 canvas->clipPath(SkPath::Oval(SkRect::MakeWH(225, 200))); // bug
|
D | patheffects.cpp | 248 []() { return SkPath::Oval({0, 0, 100, 100}, SkPathDirection::kCW); }, in __anon21fa055a0102() 249 []() { return SkPath::Oval({0, 0, 100, 100}, SkPathDirection::kCCW); }, in __anon21fa055a0202()
|
D | pathcontourstart.cpp | 62 return SkPath::Oval(rect, dir, startIndex); in onDraw()
|
D | shadowutils.cpp | 57 paths.push_back(SkPath::Oval(SkRect::MakeWH(20, 60))); in draw_paths()
|
D | smallpaths.cpp | 57 SkPath::Oval(r.makeOffset(10, 0)), in make_oval()
|
D | dashing.cpp | 132 return SkPath::Oval(bounds); in make_path_oval()
|
/third_party/flutter/skia/site/user/api/ |
D | SkPath_Overview.md | 14 …>, <a href='undocumented#Circle'>Circle</a>, and <a href='undocumented#Oval'>Oval</a> are composed… 18 <a href='SkRect_Reference#Rect'>Rect</a>, <a href='undocumented#Oval'>Oval</a>, <a href='#RRect'>Ro…
|
D | SkPath_Reference.md | 94 …const <a href='SkRect_Reference#SkRect'>SkRect</a>& <a href='undocumented#Oval'>oval</a>, <a href=… 120 …const <a href='SkRect_Reference#SkRect'>SkRect</a>& <a href='undocumented#Oval'>oval</a>, <a href=… 121 …const <a href='SkRect_Reference#SkRect'>SkRect</a>& <a href='undocumented#Oval'>oval</a>, <a href=… 124 …const <a href='SkRect_Reference#SkRect'>SkRect</a>& <a href='undocumented#Oval'>oval</a>, <a href=… 345 …</a>, <a href='undocumented#Circle'>Circle</a>, and <a href='undocumented#Oval'>Oval</a> added with 1070 …SkPath_Reference#Path'>path</a> is recognized as an <a href='undocumented#Oval'>oval</a> or <a hre… 1072 …ds</a> receives <a href='#SkPath_isOval_bounds'>bounds</a> of <a href='undocumented#Oval'>oval</a>. 1074 <a href='#SkPath_isOval_bounds'>bounds</a> is unmodified if <a href='undocumented#Oval'>oval</a> is… 1079 …ing <a href='SkRect_Reference#SkRect'>SkRect</a> of <a href='undocumented#Oval'>oval</a>; may be n… 1085 true if <a href='SkPath_Reference#SkPath'>SkPath</a> is recognized as an <a href='undocumented#Oval… [all …]
|
D | SkRRect_Reference.md | 41 …Oval</a>(const <a href='SkRect_Reference#SkRect'>SkRect</a>& <a href='undocumented#Oval'>oval</a>); 43 …Oval</a>(const <a href='SkRect_Reference#SkRect'>SkRect</a>& <a href='undocumented#Oval'>oval</a>); 83 a <a href='undocumented#Circle'>Circle</a>; an <a href='undocumented#Oval'>Oval</a>; or a rectangle… 243 …scribe <a href='SkRect_Reference#Rect'>Rect</a>, <a href='undocumented#Oval'>Oval</a>, or simple t… 367 left <a href='#RRect'>Round_Rect</a> is not an <a href='undocumented#Oval'>oval</a>. The second rad… 368 dimensions; right <a href='#RRect'>Round_Rect</a> is an <a href='undocumented#Oval'>oval</a>. 618 …eOval</a>(const <a href='SkRect_Reference#SkRect'>SkRect</a>& <a href='undocumented#Oval'>oval</a>) 689 …tOval</a>(const <a href='SkRect_Reference#SkRect'>SkRect</a>& <a href='undocumented#Oval'>oval</a>)
|
D | SkSurface_Reference.md | 1517 <div><fiddle-embed name="484d60dab5d846bf28c7a4d48892324a"><div>A black <a href='undocumented#Oval'… 1519 The copied quarter <a href='undocumented#Oval'>ovals</a> overdraw the original <a href='undocumente…
|
D | SkPaint_Reference.md | 1867 …ect</a>, <a href='undocumented#Circle'>Circles</a>, <a href='undocumented#Oval'>Ovals</a>, <a href… 1879 …rcs</a>, <a href='undocumented#Circle'>Circles</a>, <a href='undocumented#Oval'>Ovals</a>, <a href… 1889 …ect</a>, <a href='undocumented#Circle'>Circles</a>, <a href='undocumented#Oval'>Ovals</a>, <a href…
|
D | SkCanvas_Reference.md | 98 …const <a href='SkRect_Reference#SkRect'>SkRect</a>& <a href='undocumented#Oval'>oval</a>, const <a… 103 …const <a href='SkRect_Reference#SkRect'>SkRect</a>& <a href='undocumented#Oval'>oval</a>, <a href=… 3447 …const <a href='SkRect_Reference#SkRect'>SkRect</a>& <a href='undocumented#Oval'>oval</a>, const <a… 3484 …ectangle, <a href='undocumented#Circle'>circle</a>, <a href='undocumented#Oval'>oval</a>, uniforml… 3629 …const <a href='SkRect_Reference#SkRect'>SkRect</a>& <a href='undocumented#Oval'>oval</a>, <a href=… 3702 … <td>axis length on x-axis of <a href='undocumented#Oval'>oval</a> describing rounded corners</td> 3705 … <td>axis length on y-axis of <a href='undocumented#Oval'>oval</a> describing rounded corners</td>
|
/third_party/skia/modules/svg/src/ |
D | SkSVGEllipse.cpp | 40 SkPath path = SkPath::Oval(this->resolve(ctx.lengthContext())); in onAsPath()
|
/third_party/skia/site/docs/user/api/ |
D | SkPath_Overview.md | 39 <a href='undocumented#Oval'>Oval</a> are composed of 50 <a href='undocumented#Oval'>Oval</a>, <a href='#RRect'>Round_Rect</a>, and so
|
/third_party/skia/include/core/ |
D | SkPath.h | 72 static SkPath Oval(const SkRect&, SkPathDirection = SkPathDirection::kCW); 73 static SkPath Oval(const SkRect&, SkPathDirection, unsigned startIndex);
|
/third_party/flutter/skia/src/sfnt/ |
D | SkPanose.h | 372 Oval = 8, enumerator
|
/third_party/skia/src/sfnt/ |
D | SkPanose.h | 372 Oval = 8, enumerator
|
/third_party/skia/src/core/ |
D | SkBitmapDevice.cpp | 371 this->drawPath(SkPath::Oval(oval), paint, true); in drawOval()
|
D | SkPath.cpp | 3421 SkPath SkPath::Oval(const SkRect& r, SkPathDirection dir) { in Oval() function in SkPath 3425 SkPath SkPath::Oval(const SkRect& r, SkPathDirection dir, unsigned startIndex) { in Oval() function in SkPath
|
/third_party/skia/src/pdf/ |
D | SkPDFDevice.cpp | 485 this->internalDrawPath(this->cs(), this->localToDevice(), SkPath::Oval(oval), paint, true); in drawOval()
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | ulyss10.txt | 6481 --Who? the professor said, turning. They're gone round to the Oval for a
|