/third_party/skia/gm/ |
D | ovals.cpp | 191 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
|
D | arcto.cpp | 74 SkRect oval = SkRect::MakeXYWH(100, 100, 100, 100); variable 204 SkRect oval = SkRect::MakeXYWH(-radius, yOffset - radius, 2 * radius, 2 * radius); variable
|
D | testgradient.cpp | 57 SkRRect oval; in onDraw() local
|
/third_party/skia/docs/examples/ |
D | Canvas_clipRRect_2.cpp | 9 auto oval = SkRRect::MakeOval({10, 20, 90, 100}); in draw() local
|
D | Path_addOval.cpp | 8 SkPath oval; in draw() local
|
D | Canvas_drawArc_a.cpp | 9 SkRect oval = { 4, 4, 60, 60}; in draw() local
|
D | Canvas_clipRRect_3.cpp | 9 auto oval = SkRRect::MakeRectXY({10, 20, 90, 100}, 9, 13); in draw() local
|
D | Canvas_clipRRect.cpp | 11 SkRRect oval; in draw() local
|
D | shapes.cpp | 17 SkRRect oval; in draw() local
|
D | Canvas_drawArc_b.cpp | 11 SkRect oval = { 4, 4, 60, 60}; in draw() local
|
D | shapes_with_motion.cpp | 19 SkRRect oval; in draw() local
|
D | fivearcs.cpp | 13 SkRect oval = {8, 8, 56, 56}; in draw() local
|
D | SkPath_arcTo_example.cpp | 13 SkRect oval = {64, 64, 448, 448}; in draw() local
|
D | issue640176.cpp | 15 SkRect oval = {-radius, -radius, radius, radius}; in draw() local
|
D | skcanvas_paint.cpp | 16 SkRRect oval; in draw() local
|
D | Path_conicTo_2.cpp | 10 SkRect oval = {0, 20, 120, 140}; in draw() local
|
D | SkPath_arcto_conic_parametric.cpp | 23 SkRect oval = {center.x() - r, center.y() - r, center.x() + r, center.y() + r}; in draw() local
|
D | SkPath_arcto_conic_parametric2.cpp | 40 SkRect oval = {center.x() - r, center.y() - r, center.x() + r, center.y() + r}; in draw() local
|
/third_party/skia/src/gpu/effects/ |
D | GrOvalEffect.cpp | 13 const SkRect& oval, const GrShaderCaps& caps) { in Make()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
D | evp_cnf.c | 26 CONF_VALUE *oval; in alg_module_init() local
|
/third_party/openssl/crypto/evp/ |
D | evp_cnf.c | 26 CONF_VALUE *oval; in alg_module_init() local
|
/third_party/openssl/crypto/asn1/ |
D | asn_moid.c | 28 CONF_VALUE *oval; in oid_module_init() local
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
D | asn_moid.c | 28 CONF_VALUE *oval; in oid_module_init() local
|
/third_party/skia/src/core/ |
D | SkPathBuilder.cpp | 247 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()
|
D | SkPathMakers.h | 53 SkPath_OvalPointIterator(const SkRect& oval, SkPathDirection dir, unsigned startIndex) in SkPath_OvalPointIterator()
|