Home
last modified time | relevance | path

Searched refs:ellipse (Results 1 – 25 of 71) sorted by relevance

123

/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dpath_to_svg.dart36 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 …]
Dbitmap_canvas.dart516 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/
DGrEllipseEffect.fp18 // 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/
Dsvg2.sax51 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)
Dsvg2.sax251 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)
Dsvg2.rde44 2 1 ellipse 1 0
140 2 1 ellipse 1 0
Dsvg2.rdr44 2 1 ellipse 1 0
140 2 1 ellipse 1 0
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/
Dpath2d.js6 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/
Dpath2d.js6 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/
DGrEllipseEffect.cpp73 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/
Dcanvas2d.spec.js308 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/
Dsvg2.sax251 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/
DGrOvalOpFactory.cpp1830 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/
DGrOvalOpFactory.cpp1729 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/
Dclip.dart253 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/
Dcanvas2d.spec.js307 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/
DintersectionsOfLargeUnions.types27 >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…
DintersectionsOfLargeUnions2.types41 >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/
Dpointer.dart168 /// 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/
Dpointer.dart168 /// 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/
Dgstfacedetect.cpp731 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/
DSkSVGDevice.cpp779 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/
DSkSVGDevice.cpp877 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/
Dtouchpads.rst107 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/
Dexterns.js597 CanvasRenderingContext2D.prototype.ellipse = function() {}; method in CanvasRenderingContext2D
632 Path2D.prototype.ellipse = function() {}; method in Path2D

123