Home
last modified time | relevance | path

Searched refs:SVGPath (Results 1 – 25 of 76) sorted by relevance

1234

/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/addons/batikvis/src/main/java/de/lmu/ifi/dbs/elki/visualization/svg/
H A DSVGPath.java37 public class SVGPath { class
148 public SVGPath() { in SVGPath() method in SVGPath
158 public SVGPath(double x, double y) { in SVGPath() method in SVGPath
168 public SVGPath(double[] xy) { in SVGPath() method in SVGPath
178 public SVGPath(Polygon vectors) { in SVGPath() method in SVGPath
209 public SVGPath drawTo(double[] xy) { in drawTo()
239 public SVGPath lineTo(double[] xy) { in lineTo()
321 public SVGPath moveTo(double[] xy) { in moveTo()
627 private SVGPath append(char action) { in append()
641 private SVGPath append(double x) { in append()
[all …]
H A DVoronoiDraw.java57 …public static SVGPath drawDelaunay(Projection2D proj, List<SweepHullDelaunay2D.Triangle> delaunay,… in drawDelaunay()
58 final SVGPath path = new SVGPath(); in drawDelaunay()
76 …public static SVGPath drawVoronoi(Projection2D proj, List<SweepHullDelaunay2D.Triangle> delaunay, … in drawVoronoi()
77 final SVGPath path = new SVGPath(); in drawVoronoi()
150 public static SVGPath drawFakeVoronoi(Projection2D proj, List<double[]> means) { in drawFakeVoronoi()
152 final SVGPath path = new SVGPath(); in drawFakeVoronoi()
H A DSVGArrow.java71 …return new SVGPath().drawTo(x + hs, y + hs).drawTo(x - hs, y).drawTo(x + hs, y - hs).drawTo(x + hs… in makeArrow()
73 …return new SVGPath().drawTo(x - hs, y - hs).drawTo(x + hs, y - hs).drawTo(x, y + hs).drawTo(x - hs… in makeArrow()
75 …return new SVGPath().drawTo(x - hs, y - hs).drawTo(x + hs, y).drawTo(x - hs, y + hs).drawTo(x - hs… in makeArrow()
77 …return new SVGPath().drawTo(x - hs, y + hs).drawTo(x, y - hs).drawTo(x + hs, y + hs).drawTo(x - hs… in makeArrow()
H A DSVGHyperSphere.java67 SVGPath path = new SVGPath(); in drawManhattan()
106 SVGPath path = new SVGPath(); in drawEuclidean()
158 SVGPath path = new SVGPath(); in drawLp()
257 SVGPath path = new SVGPath(); in drawCross()
H A DSVGHyperCube.java62 SVGPath path = new SVGPath(); in drawFrame()
79 SVGPath path = new SVGPath(); in drawFrame()
95 SVGPath path = new SVGPath(); in drawFrame()
248 …private static void recDrawEdges(SVGPath path, double minx, double miny, List<double[]> r_edges, l… in recDrawEdges()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/
H A Dsvg_path.cc83 SVGPath::SVGPath() : path_value_(CSSPathValue::EmptyPathValue()) {} in SVGPath() function in blink::SVGPath
85 SVGPath::SVGPath(CSSPathValue* path_value) : path_value_(path_value) { in SVGPath() function in blink::SVGPath
89 SVGPath::~SVGPath() = default;
91 String SVGPath::ValueAsString() const { in ValueAsString()
95 SVGPath* SVGPath::Clone() const { in Clone()
96 return MakeGarbageCollected<SVGPath>(path_value_); in Clone()
112 return MakeGarbageCollected<SVGPath>( in CloneForAnimation()
126 void SVGPath::CalculateAnimatedValue( in CalculateAnimatedValue()
136 const auto& to = To<SVGPath>(*to_value); in CalculateAnimatedValue()
143 const auto& from = To<SVGPath>(*from_value); in CalculateAnimatedValue()
[all …]
H A Dsvg_path.h42 class SVGPath final : public SVGPropertyBase {
46 SVGPath();
47 explicit SVGPath(cssvalue::CSSPathValue*);
48 ~SVGPath() override;
57 SVGPath* Clone() const;
82 struct DowncastTraits<SVGPath> {
84 return value.GetType() == SVGPath::ClassType();
H A Dsvg_animated_path.cc41 : SVGAnimatedProperty<SVGPath>(context_element, in SVGAnimatedPath()
43 MakeGarbageCollected<SVGPath>(), in SVGAnimatedPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/
H A Dsvg_path.cc83 SVGPath::SVGPath() : path_value_(CSSPathValue::EmptyPathValue()) {} in SVGPath() function in blink::SVGPath
85 SVGPath::SVGPath(CSSPathValue* path_value) : path_value_(path_value) { in SVGPath() function in blink::SVGPath
89 SVGPath::~SVGPath() = default;
91 String SVGPath::ValueAsString() const { in ValueAsString()
95 SVGPath* SVGPath::Clone() const { in Clone()
96 return MakeGarbageCollected<SVGPath>(path_value_); in Clone()
112 return MakeGarbageCollected<SVGPath>( in CloneForAnimation()
126 void SVGPath::CalculateAnimatedValue( in CalculateAnimatedValue()
134 const auto& to = To<SVGPath>(*to_value); in CalculateAnimatedValue()
141 const auto& from = To<SVGPath>(*from_value); in CalculateAnimatedValue()
[all …]
H A Dsvg_path.h42 class SVGPath final : public SVGPropertyBase {
46 SVGPath();
47 explicit SVGPath(cssvalue::CSSPathValue*);
48 ~SVGPath() override;
57 SVGPath* Clone() const;
84 struct DowncastTraits<SVGPath> {
86 return value.GetType() == SVGPath::ClassType();
H A Dsvg_animated_path.cc41 : SVGAnimatedProperty<SVGPath>(context_element, in SVGAnimatedPath()
43 MakeGarbageCollected<SVGPath>(), in SVGAnimatedPath()
/dports/devel/upp/upp/uppsrc/plugin/tess2/
H A Dnanosvg.h40 struct SVGPath struct
50 struct SVGPath* next; argument
54 struct SVGPath* svgParseFromFile(const char* filename);
57 struct SVGPath* svgParse(char* input);
60 void svgDelete(struct SVGPath* plist);
H A Dnanosvg.c184 struct SVGPath* plist;
256 struct SVGPath* path; in svgDeleteParser()
257 struct SVGPath* next; in svgDeleteParser()
323 struct SVGPath* path; in svgCreatePath()
336 path = (struct SVGPath*)malloc(sizeof(struct SVGPath)); in svgCreatePath()
1270 struct SVGPath* svgParse(char* input) in svgParse()
1273 struct SVGPath* ret = 0; in svgParse()
1304 struct SVGPath* plist; in svgParseFromFile()
1320 void svgDelete(struct SVGPath* plist) in svgDelete()
1322 struct SVGPath* path; in svgDelete()
[all …]
/dports/print/py-fonttools3/fonttools-3.44.0/Tests/svgLib/path/
H A Dpath_test.py5 from fontTools.svgLib import SVGPath
46 svg = SVGPath(tmp.name)
55 svg = SVGPath.fromstring(SVG_DATA)
62 svg = SVGPath.fromstring(SVG_DATA,
/dports/print/py-fonttools/fonttools-4.28.2/Tests/svgLib/path/
H A Dpath_test.py3 from fontTools.svgLib import SVGPath
44 svg = SVGPath(tmp.name)
53 svg = SVGPath.fromstring(SVG_DATA)
60 svg = SVGPath.fromstring(SVG_DATA,
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/graphics/src/
H A DSVGLoader_TEST.cc40 std::vector<SVGPath> paths; in TEST_F()
66 SVGPath &a = paths[0]; in TEST_F()
84 SVGPath &p2 = paths[1]; in TEST_F()
107 std::vector<SVGPath> paths; in TEST_F()
149 std::vector<SVGPath> paths; in TEST_F()
172 std::vector<SVGPath> paths; in TEST_F()
194 std::vector<SVGPath> paths; in TEST_F()
219 std::vector<SVGPath> paths; in TEST_F()
256 std::vector<SVGPath> paths; in TEST_F()
314 std::vector<SVGPath> paths; in TEST_F()
[all …]
H A DSVGLoader.cc60 SVGPath& _path);
67 SVGPath &_path);
80 std::vector<SVGPath> &_paths);
704 SVGPath &_path) in PathCommands()
787 SVGPath &_path) in PathAttribs()
834 std::vector<SVGPath> &_paths) in SvgPaths()
850 SVGPath p; in SvgPaths()
874 std::vector<SVGPath> &_paths) in Parse()
901 void SVGLoader::DumpPaths(const std::vector<SVGPath> &_paths, in DumpPaths()
1057 for (SVGPath path : _paths) in DumpPaths()
[all …]
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/graphics/include/ignition/common/
H A DSVGLoader.hh63 struct IGNITION_COMMON_GRAPHICS_VISIBLE SVGPath struct
107 std::vector<SVGPath> &_paths);
115 const std::vector<common::SVGPath> &_paths,
123 public: void DumpPaths(const std::vector<SVGPath> &_paths,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Dsvg_path_interpolation_type.cc19 To<SVGPath>(svg_value).ByteStream(), in MaybeConvertSVGValue()
49 return MakeGarbageCollected<SVGPath>( in AppliedSVGValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Dsvg_path_interpolation_type.cc19 To<SVGPath>(svg_value).GetStylePath(), in MaybeConvertSVGValue()
49 return MakeGarbageCollected<SVGPath>( in AppliedSVGValue()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/addons/batikvis/src/main/java/de/lmu/ifi/dbs/elki/visualization/visualizers/visunproj/
H A DHistogramVisualization.java39 import de.lmu.ifi.dbs.elki.visualization.svg.SVGPath;
109 SVGPath[] path = new SVGPath[dim]; in makeVisualization()
111 path[i] = new SVGPath(sizex * xscale.getScaled(xminmax.getMin() - binwidth * .5), sizey); in makeVisualization()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/addons/batikvis/src/main/java/de/lmu/ifi/dbs/elki/visualization/visualizers/scatterplot/cluster/
H A DEMClusterVisualization.java65 import de.lmu.ifi.dbs.elki.visualization.svg.SVGPath;
267 SVGPath path = new SVGPath(); in drawSphere2D()
326 SVGPath path = new SVGPath(); in drawHullLines()
429 SVGPath path = new SVGPath(); in drawHullArc()
469 …private void drawArc(SVGPath path, double[] cent, double[] pre, double[] nex, double[] oPrev, doub… in drawArc()
H A DClusterHullVisualization.java63 import de.lmu.ifi.dbs.elki.visualization.svg.SVGPath;
190 SVGPath path = new SVGPath(pair.second); in fullRedraw()
202 SVGPath path = new SVGPath(mpair.second); in fullRedraw()
234 … layer.appendChild(new SVGPath(p).makeElement(svgp, CLUSTERHULL + cpol.getStyleForCluster(clu))); in fullRedraw()
H A DClusterStarVisualization.java48 import de.lmu.ifi.dbs.elki.visualization.svg.SVGPath;
169 SVGPath star = new SVGPath(); in fullRedraw()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/addons/batikvis/src/main/java/de/lmu/ifi/dbs/elki/visualization/visualizers/scatterplot/
H A DPolygonVisualization.java43 import de.lmu.ifi.dbs.elki.visualization.svg.SVGPath;
148 SVGPath path = new SVGPath(); in fullRedraw()

1234