/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | path_to_svg.dart | 36 case PathCommandTypes.ellipse: 37 final Ellipse ellipse = command; 40 if ((ellipse.endAngle - ellipse.startAngle) % (2 * math.pi) == 0.0) { 43 ellipse.x + offsetX, 44 ellipse.y + offsetY, 45 ellipse.radiusX, 46 ellipse.radiusY, 47 ellipse.rotation, 50 ellipse.anticlockwise, 54 ellipse.x + offsetX, [all …]
|
D | bitmap_canvas.dart | 516 ctx.ellipse( 529 ctx.ellipse( 542 ctx.ellipse( 555 ctx.ellipse( 598 ctx.ellipse( 611 ctx.ellipse( 624 ctx.ellipse( 637 ctx.ellipse( 661 ctx.ellipse(rect.center.dx, rect.center.dy, rect.width / 2, rect.height / 2, 670 ctx.ellipse(c.dx, c.dy, radius, radius, 0, 0, 2.0 * math.pi, false); [all …]
|
/third_party/flutter/skia/src/gpu/effects/ |
D | GrEllipseEffect.fp | 18 // The ellipse uniform is (center.x, center.y, 1 / rx^2, 1 / ry^2) 20 uniform float4 ellipse; 67 pdman.set4f(ellipse, center.fX, center.fY, invRXSqd, invRYSqd); 74 // d is the offset to the ellipse center 75 float2 d = sk_FragCoord.xy - ellipse.xy; 83 float2 Z = d * ellipse.zw;
|
/third_party/libxml2/result/ |
D | svg2.sax | 51 SAX.startElement(ellipse, cx='182', cy='127', major='37', minor='31', angle='90') 52 SAX.endElement(ellipse) 149 SAX.startElement(ellipse, cx='208', cy='180', major='45', minor='31', angle='0') 150 SAX.endElement(ellipse)
|
D | svg2.sax2 | 51 SAX.startElementNs(ellipse, NULL, NULL, 0, 5, 0, cx='182"...', 3, cy='127"...', 3, major='37" ...',… 52 SAX.endElementNs(ellipse, NULL, NULL) 149 SAX.startElementNs(ellipse, NULL, NULL, 0, 5, 0, cx='208"...', 3, cy='180"...', 3, major='45" ...',… 150 SAX.endElementNs(ellipse, NULL, NULL)
|
D | svg2.rde | 44 2 1 ellipse 1 0 140 2 1 ellipse 1 0
|
D | svg2.rdr | 44 2 1 ellipse 1 0 140 2 1 ellipse 1 0
|
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/ |
D | path2d.js | 6 ellipse(skpath, x, y, radius, radius, 0, startAngle, endAngle, ccw); 60 function ellipse(skpath, x, y, radiusX, radiusY, rotation, function 185 this.ellipse = function(x, y, radiusX, radiusY, rotation, method in Path2D 187 ellipse(this._path, x, y, radiusX, radiusY, rotation,
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
D | path2d.js | 6 ellipse(skpath, x, y, radius, radius, 0, startAngle, endAngle, ccw); 60 function ellipse(skpath, x, y, radiusX, radiusY, rotation, function 186 this.ellipse = function(x, y, radiusX, radiusY, rotation, method in Path2D 188 ellipse(this._path, x, y, radiusX, radiusY, rotation,
|
/third_party/flutter/skia/src/gpu/effects/generated/ |
D | GrEllipseEffect.cpp | 73 UniformHandle& ellipse = ellipseVar; in onSetData() local 74 (void)ellipse; in onSetData() 98 pdman.set4f(ellipse, center.fX, center.fY, invRXSqd, invRYSqd); in onSetData()
|
/third_party/skia/modules/canvaskit/tests/ |
D | canvas2d.spec.js | 308 ctx.ellipse(130, 25, 30, 10, -1*Math.PI/8, Math.PI/6, 1.5*Math.PI) 327 ctx.ellipse(155, 100, 10, 15, Math.PI/8, 100.1 * Math.PI, Math.PI, true); 330 ctx.ellipse(180, 100, 10, 15, Math.PI/8, Math.PI, 100.1 * Math.PI, true); 427 ctx.ellipse(10, 290, 30, 30, 0, 0, Math.PI * 2); 430 ctx.ellipse(10, 290, 30, 60, 0, 0, Math.PI * 2); 435 ctx.ellipse(10, 290, 30, 90, 0, 0, Math.PI * 2); 841 path.ellipse(130, 25, 30, 10, -1*Math.PI/8, Math.PI/6, 1.5*Math.PI)
|
/third_party/libxml2/result/noent/ |
D | svg2.sax2 | 51 SAX.startElementNs(ellipse, NULL, NULL, 0, 5, 0, cx='182"...', 3, cy='127"...', 3, major='37" ...',… 52 SAX.endElementNs(ellipse, NULL, NULL) 149 SAX.startElementNs(ellipse, NULL, NULL, 0, 5, 0, cx='208"...', 3, cy='180"...', 3, major='45" ...',… 150 SAX.endElementNs(ellipse, NULL, NULL)
|
/third_party/skia/src/gpu/ops/ |
D | GrOvalOpFactory.cpp | 1830 const SkRect& ellipse, in Make() argument 1834 params.fCenter = SkPoint::Make(ellipse.centerX(), ellipse.centerY()); in Make() 1836 SkScalar ellipseXRadius = SkScalarHalf(ellipse.width()); in Make() 1837 SkScalar ellipseYRadius = SkScalarHalf(ellipse.height()); in Make() 1999 for (const auto& ellipse : fEllipses) { in onPrepareDraws() local 2000 GrVertexColor color(ellipse.fColor, fWideColor); in onPrepareDraws() 2001 SkScalar xRadius = ellipse.fXRadius; in onPrepareDraws() 2002 SkScalar yRadius = ellipse.fYRadius; in onPrepareDraws() 2008 SkScalarInvert(ellipse.fInnerXRadius), in onPrepareDraws() 2009 SkScalarInvert(ellipse.fInnerYRadius) in onPrepareDraws() [all …]
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrOvalOpFactory.cpp | 1729 const SkRect& ellipse, in Make() argument 1733 params.fCenter = SkPoint::Make(ellipse.centerX(), ellipse.centerY()); in Make() 1735 SkScalar ellipseXRadius = SkScalarHalf(ellipse.width()); in Make() 1736 SkScalar ellipseYRadius = SkScalarHalf(ellipse.height()); in Make() 1882 for (const auto& ellipse : fEllipses) { in onPrepareDraws() local 1883 GrVertexColor color(ellipse.fColor, fWideColor); in onPrepareDraws() 1884 SkScalar xRadius = ellipse.fXRadius; in onPrepareDraws() 1885 SkScalar yRadius = ellipse.fYRadius; in onPrepareDraws() 1891 SkScalarInvert(ellipse.fInnerXRadius), in onPrepareDraws() 1892 SkScalarInvert(ellipse.fInnerYRadius) in onPrepareDraws() [all …]
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/surface/ |
D | clip.dart | 253 final Ellipse ellipse = path.webOnlyPathAsCircle; 254 if (ellipse != null) { 255 final double rx = ellipse.radiusX; 256 final double ry = ellipse.radiusY; 260 final double left = ellipse.x - rx; 261 final double top = ellipse.y - ry;
|
/third_party/flutter/skia/modules/canvaskit/tests/ |
D | canvas2d.spec.js | 307 ctx.ellipse(130, 25, 30, 10, -1*Math.PI/8, Math.PI/6, 1.5*Math.PI) 326 ctx.ellipse(155, 100, 10, 15, Math.PI/8, 100.1 * Math.PI, Math.PI, true); 329 ctx.ellipse(180, 100, 10, 15, Math.PI/8, Math.PI, 100.1 * Math.PI, true); 434 ctx.ellipse(10, 290, 30, 30, 0, 0, Math.PI * 2); 437 ctx.ellipse(10, 290, 30, 60, 0, 0, Math.PI * 2); 442 ctx.ellipse(10, 290, 30, 90, 0, 0, Math.PI * 2); 863 path.ellipse(130, 25, 30, 10, -1*Math.PI/8, Math.PI/6, 1.5*Math.PI)
|
/third_party/typescript/tests/baselines/reference/ |
D | intersectionsOfLargeUnions.types | 27 >assertNodeTagName : <T extends "symbol" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "f… 59 >assertNodeProperty : <T extends "symbol" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "… 72 >assertNodeTagName : <T extends "symbol" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "f…
|
D | intersectionsOfLargeUnions2.types | 41 >assertNodeTagName : <T extends "symbol" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "f… 73 >assertNodeProperty : <T extends "symbol" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "… 86 >assertNodeTagName : <T extends "symbol" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "f…
|
/third_party/flutter/engine/flutter/lib/ui/ |
D | pointer.dart | 168 /// The radius of the contact ellipse along the major axis, in logical pixels. 171 /// The radius of the contact ellipse along the minor axis, in logical pixels. 184 /// The angle of the contact ellipse, in radius in the range: 188 /// ...giving the angle of the major axis of the ellipse with the y-axis
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/ |
D | pointer.dart | 168 /// The radius of the contact ellipse along the major axis, in logical pixels. 171 /// The radius of the contact ellipse along the minor axis, in logical pixels. 184 /// The angle of the contact ellipse, in radius in the range: 188 /// ...giving the angle of the major axis of the ellipse with the y-axis
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstfacedetect.cpp | 731 ellipse (img, center, axes, 0, 0, 360, Scalar (cr, cg, cb), 3, 8, 0); in gst_face_detect_transform_ip() 742 ellipse (img, center, axes, 0, 0, 360, Scalar (cr, cg, cb), 1, 8, 0); in gst_face_detect_transform_ip() 753 ellipse (img, center, axes, 0, 0, 360, Scalar (cr, cg, cb), 1, 8, 0); in gst_face_detect_transform_ip() 764 ellipse (img, center, axes, 0, 0, 360, Scalar (cr, cg, cb), 1, 8, 0); in gst_face_detect_transform_ip()
|
/third_party/flutter/skia/src/svg/ |
D | SkSVGDevice.cpp | 779 AutoElement ellipse("ellipse", fWriter, fResourceBucket.get(), MxCp(this), paint); in drawOval() local 780 ellipse.addAttribute("cx", oval.centerX()); in drawOval() 781 ellipse.addAttribute("cy", oval.centerY()); in drawOval() 782 ellipse.addAttribute("rx", oval.width() / 2); in drawOval() 783 ellipse.addAttribute("ry", oval.height() / 2); in drawOval()
|
/third_party/skia/src/svg/ |
D | SkSVGDevice.cpp | 877 AutoElement ellipse("ellipse", this, fResourceBucket.get(), MxCp(this), paint); in drawOval() local 878 ellipse.addAttribute("cx", oval.centerX()); in drawOval() 879 ellipse.addAttribute("cy", oval.centerY()); in drawOval() 880 ellipse.addAttribute("rx", oval.width() / 2); in drawOval() 881 ellipse.addAttribute("ry", oval.height() / 2); in drawOval()
|
/third_party/libinput/doc/user/ |
D | touchpads.rst | 107 provide an ellipse and the orientation of the ellipse for each touch point. 198 laptops for a number of years. These touchpad shaped in an ellipse or
|
/third_party/flutter/skia/modules/canvaskit/ |
D | externs.js | 597 CanvasRenderingContext2D.prototype.ellipse = function() {}; method in CanvasRenderingContext2D 632 Path2D.prototype.ellipse = function() {}; method in Path2D
|