Searched refs:center_elliptical_hole_as_SVG_PathV (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/extension/internal/
H A Dmetafile-print.h106 static Geom::PathVector center_elliptical_hole_as_SVG_PathV(Geom::Point ctr, double rx, double ry, double F);
H A Dmetafile-print.cpp428 Geom::PathVector PrintMetafile::center_elliptical_hole_as_SVG_PathV(Geom::Point ctr, double rx, double ry, double F) function in class:Inkscape::Extension::Internal::PrintMetafile
H A Dwmf-print.cpp708 pathvc = center_elliptical_hole_as_SVG_PathV(gv.p1, rx * (1.0 - overlap / range), ry * (1.0 - overlap / range), asin(xuv[Y]));
H A Demf-print.cpp1200 pathvc = center_elliptical_hole_as_SVG_PathV(gv.p1, rx * (1.0 - overlap / range), ry * (1.0 - overlap / range), asin(xuv[Y]));

Completed in 29 milliseconds