Home
last modified time | relevance | path

Searched defs:oval (Results 1 – 25 of 63) sorted by relevance

123

/third_party/skia/gm/
Dovals.cpp191 SkRect oval = SkRect::MakeLTRB(-20, -60, 20, 60); in onDraw() local
207 SkRect oval = SkRect::MakeLTRB(-80, -30, 80, 30); in onDraw() local
224 SkRect oval = SkRect::MakeLTRB(0, -60, 1, 60); in onDraw() local
239 SkRect oval = SkRect::MakeLTRB(-80, -1, 80, 0); in onDraw() local
281 SkRect oval = SkRect::MakeLTRB(-30, -30, 30, 30); in onDraw() local
Darcto.cpp74 SkRect oval = SkRect::MakeXYWH(100, 100, 100, 100); variable
204 SkRect oval = SkRect::MakeXYWH(-radius, yOffset - radius, 2 * radius, 2 * radius); variable
Dtestgradient.cpp57 SkRRect oval; in onDraw() local
/third_party/skia/docs/examples/
DCanvas_clipRRect_2.cpp9 auto oval = SkRRect::MakeOval({10, 20, 90, 100}); in draw() local
DPath_addOval.cpp8 SkPath oval; in draw() local
DCanvas_drawArc_a.cpp9 SkRect oval = { 4, 4, 60, 60}; in draw() local
DCanvas_clipRRect_3.cpp9 auto oval = SkRRect::MakeRectXY({10, 20, 90, 100}, 9, 13); in draw() local
DCanvas_clipRRect.cpp11 SkRRect oval; in draw() local
Dshapes.cpp17 SkRRect oval; in draw() local
DCanvas_drawArc_b.cpp11 SkRect oval = { 4, 4, 60, 60}; in draw() local
Dshapes_with_motion.cpp19 SkRRect oval; in draw() local
Dfivearcs.cpp13 SkRect oval = {8, 8, 56, 56}; in draw() local
DSkPath_arcTo_example.cpp13 SkRect oval = {64, 64, 448, 448}; in draw() local
Dissue640176.cpp15 SkRect oval = {-radius, -radius, radius, radius}; in draw() local
Dskcanvas_paint.cpp16 SkRRect oval; in draw() local
DPath_conicTo_2.cpp10 SkRect oval = {0, 20, 120, 140}; in draw() local
DSkPath_arcto_conic_parametric.cpp23 SkRect oval = {center.x() - r, center.y() - r, center.x() + r, center.y() + r}; in draw() local
DSkPath_arcto_conic_parametric2.cpp40 SkRect oval = {center.x() - r, center.y() - r, center.x() + r, center.y() + r}; in draw() local
/third_party/skia/src/gpu/effects/
DGrOvalEffect.cpp13 const SkRect& oval, const GrShaderCaps& caps) { in Make()
/third_party/node/deps/openssl/openssl/crypto/evp/
Devp_cnf.c26 CONF_VALUE *oval; in alg_module_init() local
/third_party/openssl/crypto/evp/
Devp_cnf.c26 CONF_VALUE *oval; in alg_module_init() local
/third_party/openssl/crypto/asn1/
Dasn_moid.c28 CONF_VALUE *oval; in oid_module_init() local
/third_party/node/deps/openssl/openssl/crypto/asn1/
Dasn_moid.c28 CONF_VALUE *oval; in oid_module_init() local
/third_party/skia/src/core/
DSkPathBuilder.cpp247 static bool arc_is_lone_point(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, in arc_is_lone_point()
308 static int build_arc_conics(const SkRect& oval, const SkVector& start, const SkVector& stop, in build_arc_conics()
328 SkPathBuilder& SkPathBuilder::arcTo(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, in arcTo()
391 SkPathBuilder& SkPathBuilder::addArc(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle) { in addArc()
627 OvalPointIterator(const SkRect& oval, SkPathDirection dir, unsigned startIndex) in OvalPointIterator()
678 SkPathBuilder& SkPathBuilder::addOval(const SkRect& oval, SkPathDirection dir, unsigned index) { in addOval()
DSkPathMakers.h53 SkPath_OvalPointIterator(const SkRect& oval, SkPathDirection dir, unsigned startIndex) in SkPath_OvalPointIterator()

123