Home
last modified time | relevance | path

Searched refs:SVGParseEllipse (Results 1 – 1 of 1) sorted by relevance

/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dsvg.c1747 static SplineSet *SVGParseEllipse(xmlNodePtr ellipse, int iscircle) { in SVGParseEllipse() function
2769 head = SVGParseEllipse(svg,true); /* cx,cy, r */ in _SVGParseSVG()
2771 head = SVGParseEllipse(svg,false); /* cx,cy, rx,ry */ in _SVGParseSVG()