Home
last modified time | relevance | path

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

123

/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dshape-handler.js34 var ellipse = scope.consumeToken(/^ellipse/, input);
35 if (ellipse && ellipse[0]) {
42 ], ellipse[1]));
/external/skqp/src/gpu/effects/
DGrEllipseEffect.fp18 // The ellipse uniform is (center.x, center.y, 1 / rx^2, 1 / ry^2)
20 uniform float4 ellipse;
60 pdman.set4f(ellipse, center.fX, center.fY, invRXSqd, invRYSqd);
67 // d is the offset to the ellipse center
68 float2 d = sk_FragCoord.xy - ellipse.xy;
76 float2 Z = d * ellipse.zw;
DGrEllipseEffect.cpp71 UniformHandle& ellipse = fEllipseVar; in onSetData() local
72 (void)ellipse; in onSetData()
96 pdman.set4f(ellipse, center.fX, center.fY, invRXSqd, invRYSqd); in onSetData()
/external/skia/src/gpu/effects/
DGrEllipseEffect.fp19 // The ellipse uniform is (center.x, center.y, 1 / rx^2, 1 / ry^2)
21 uniform float4 ellipse;
70 pdman.set4f(ellipse, center.fX, center.fY, invRXSqd, invRYSqd);
77 // d is the offset to the ellipse center
78 float2 d = sk_FragCoord.xy - ellipse.xy;
87 float2 Z = d * ellipse.zw;
/external/rust/crates/quiche/
Dquiche.svg1ellipse class="cls-15" cx="1390.66" cy="150.32" rx="10.9" ry="10.89"/><ellipse class="cls-15" cx="…
/external/fonttools/Lib/fontTools/svgLib/path/
Dshapes.py161 def _parse_ellipse(self, ellipse): argument
162 cx = float(ellipse.attrib.get('cx', 0))
163 cy = float(ellipse.attrib.get('cy', 0))
164 rx = float(ellipse.attrib.get('rx'))
165 ry = float(ellipse.attrib.get('ry'))
/external/skqp/experimental/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,
/external/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.rdr44 2 1 ellipse 1 0
140 2 1 ellipse 1 0
Dsvg2.rde44 2 1 ellipse 1 0
140 2 1 ellipse 1 0
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)
/external/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,
/external/skia/src/gpu/effects/generated/
DGrEllipseEffect.cpp102 UniformHandle& ellipse = ellipseVar; in onSetData() local
103 (void)ellipse; in onSetData()
127 pdman.set4f(ellipse, center.fX, center.fY, invRXSqd, invRYSqd); in onSetData()
/external/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)
/external/skqp/src/gpu/ops/
DGrOvalOpFactory.cpp1642 const SkRect& ellipse, in Make() argument
1646 params.fCenter = SkPoint::Make(ellipse.centerX(), ellipse.centerY()); in Make()
1648 SkScalar ellipseXRadius = SkScalarHalf(ellipse.width()); in Make()
1649 SkScalar ellipseYRadius = SkScalarHalf(ellipse.height()); in Make()
1778 for (const auto& ellipse : fEllipses) { in onPrepareDraws() local
1779 GrVertexColor color(ellipse.fColor, fWideColor); in onPrepareDraws()
1780 SkScalar xRadius = ellipse.fXRadius; in onPrepareDraws()
1781 SkScalar yRadius = ellipse.fYRadius; in onPrepareDraws()
1787 SkScalarInvert(ellipse.fInnerXRadius), in onPrepareDraws()
1788 SkScalarInvert(ellipse.fInnerYRadius) in onPrepareDraws()
[all …]
/external/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)
/external/skqp/experimental/canvaskit/tests/
Dcanvas2d.spec.js325 ctx.ellipse(130, 25, 30, 10, -1*Math.PI/8, Math.PI/6, 1.5*Math.PI)
344 ctx.ellipse(155, 100, 10, 15, Math.PI/8, 100.1 * Math.PI, Math.PI, true);
347 ctx.ellipse(180, 100, 10, 15, Math.PI/8, Math.PI, 100.1 * Math.PI, true);
452 ctx.ellipse(10, 290, 30, 30, 0, 0, Math.PI * 2);
455 ctx.ellipse(10, 290, 30, 60, 0, 0, Math.PI * 2);
460 ctx.ellipse(10, 290, 30, 90, 0, 0, Math.PI * 2);
881 path.ellipse(130, 25, 30, 10, -1*Math.PI/8, Math.PI/6, 1.5*Math.PI)
/external/skia/src/gpu/ops/
DGrOvalOpFactory.cpp1844 const SkRect& ellipse, in Make() argument
1848 params.fCenter = SkPoint::Make(ellipse.centerX(), ellipse.centerY()); in Make()
1850 SkScalar ellipseXRadius = SkScalarHalf(ellipse.width()); in Make()
1851 SkScalar ellipseYRadius = SkScalarHalf(ellipse.height()); in Make()
2004 for (const auto& ellipse : fEllipses) { in onPrepareDraws() local
2005 GrVertexColor color(ellipse.fColor, fWideColor); in onPrepareDraws()
2006 SkScalar xRadius = ellipse.fXRadius; in onPrepareDraws()
2007 SkScalar yRadius = ellipse.fYRadius; in onPrepareDraws()
2013 SkScalarInvert(ellipse.fInnerXRadius), in onPrepareDraws()
2014 SkScalarInvert(ellipse.fInnerYRadius) in onPrepareDraws()
[all …]
/external/skqp/src/svg/
DSkSVGDevice.cpp749 AutoElement ellipse("ellipse", fWriter, fResourceBucket.get(), MxCp(this), paint); in drawOval() local
750 ellipse.addAttribute("cx", oval.centerX()); in drawOval()
751 ellipse.addAttribute("cy", oval.centerY()); in drawOval()
752 ellipse.addAttribute("rx", oval.width() / 2); in drawOval()
753 ellipse.addAttribute("ry", oval.height() / 2); in drawOval()
/external/ImageMagick/Magick++/fuzz/dictionaries/
Dmvg.dict47 "ellipse"
/external/skqp/experimental/canvaskit/
Dexterns.js512 CanvasRenderingContext2D.prototype.ellipse = function() {}; method in CanvasRenderingContext2D
547 Path2D.prototype.ellipse = function() {}; method in Path2D
/external/skia/src/svg/
DSkSVGDevice.cpp872 AutoElement ellipse("ellipse", this, fResourceBucket.get(), MxCp(this), paint); in drawOval() local
873 ellipse.addAttribute("cx", oval.centerX()); in drawOval()
874 ellipse.addAttribute("cy", oval.centerY()); in drawOval()
875 ellipse.addAttribute("rx", oval.width() / 2); in drawOval()
876 ellipse.addAttribute("ry", oval.height() / 2); in drawOval()
/external/skia/modules/pathkit/tests/
Dpath2d.spec.js32 secondPath.ellipse(130, 25, 30, 10, -1*Math.PI/8, Math.PI/6, 1.5*Math.PI, false);
/external/skqp/modules/pathkit/tests/
Dpath2d.spec.js49 secondPath.ellipse(130, 25, 30, 10, -1*Math.PI/8, Math.PI/6, 1.5*Math.PI, false);
/external/skqp/modules/pathkit/
Dexterns.js98 PathKit.SkPath.prototype.ellipse = function(x, y, radiusX, radiusY, rotation, startAngle, endAngle,… method in PathKit.SkPath

123