Home
last modified time | relevance | path

Searched refs:Oval (Results 1 – 25 of 29) sorted by relevance

12

/external/skia/gm/
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()
Dbug5252.cpp18 canvas->clipPath(SkPath::Oval(SkRect::MakeWH(225, 200))); // bug
Dpatheffects.cpp248 []() { return SkPath::Oval({0, 0, 100, 100}, SkPathDirection::kCW); }, in __anonc24eb2700102()
249 []() { return SkPath::Oval({0, 0, 100, 100}, SkPathDirection::kCCW); }, in __anonc24eb2700202()
Dpathcontourstart.cpp62 return SkPath::Oval(rect, dir, startIndex); in onDraw()
Dshadowutils.cpp57 paths.push_back(SkPath::Oval(SkRect::MakeWH(20, 60))); in draw_paths()
Dsmallpaths.cpp57 SkPath::Oval(r.makeOffset(10, 0)), in make_oval()
Ddashing.cpp132 return SkPath::Oval(bounds); in make_path_oval()
/external/python/cpython2/Demo/tkinter/guido/
Dcanvasevents.py4 from Canvas import Oval, Group, CanvasText
47 self.__oval = Oval(self.canvas,
82 self.__oval = Oval(self.canvas,
/external/skqp/site/user/api/
DSkPath_Overview.md14 …>, <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…
DSkPath_Reference.md94 …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 …]
DSkRRect_Reference.md41 …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>)
/external/skia/modules/svg/src/
DSkSVGEllipse.cpp40 SkPath path = SkPath::Oval(this->resolve(ctx.lengthContext())); in onAsPath()
/external/skia/site/docs/user/api/
DSkPath_Overview.md39 <a href='undocumented#Oval'>Oval</a> are composed of
50 <a href='undocumented#Oval'>Oval</a>, <a href='#RRect'>Round_Rect</a>, and so
/external/skqp/docs/
DSkPath_Overview.bmh14 Path components Arc, Rect, Round_Rect, Circle, and Oval are composed of
18 Rect, Oval, Round_Rect, and so on.
DSkRRect_Reference.bmh81 a Circle; an Oval; or a rectangle with one or more rounded corners.
214 are equal. The radii do not describe Rect, Oval, or simple type.
405 #Line # returns true if not empty, Rect or Oval; and axes radii are equal ##
433 #Line # returns true if not empty, Rect, Oval or simple; and radii are axis-aligned ##
461 #Line # returns true if not empty, Rect, Oval, simple, or nine-patch ##
661 #Line # creates Oval to fit bounds ##
705 #Line # replaces with Oval to fit bounds ##
DSkPath_Reference.bmh161 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.
[all …]
Dundocumented.bmh761 #Topic Oval
Dillustrations.bmh823 "Oval part",
/external/skia/include/core/
DSkPath.h72 static SkPath Oval(const SkRect&, SkPathDirection = SkPathDirection::kCW);
73 static SkPath Oval(const SkRect&, SkPathDirection, unsigned startIndex);
/external/skqp/src/sfnt/
DSkPanose.h372 Oval = 8, enumerator
/external/skia/src/sfnt/
DSkPanose.h372 Oval = 8, enumerator
/external/python/cpython2/Lib/lib-tk/
DCanvas.py105 class Oval(CanvasItem): class
/external/skia/src/core/
DSkBitmapDevice.cpp371 this->drawPath(SkPath::Oval(oval), paint, true); in drawOval()
DSkPath.cpp3401 SkPath SkPath::Oval(const SkRect& r, SkPathDirection dir) { in Oval() function in SkPath
3405 SkPath SkPath::Oval(const SkRect& r, SkPathDirection dir, unsigned startIndex) { in Oval() function in SkPath
/external/skia/src/pdf/
DSkPDFDevice.cpp486 this->internalDrawPath(this->cs(), this->localToDevice(), SkPath::Oval(oval), paint, true); in drawOval()

12