Searched refs:center_elliptical_hole_as_SVG_PathV (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | metafile-print.h | 106 static Geom::PathVector center_elliptical_hole_as_SVG_PathV(Geom::Point ctr, double rx, double ry, double F);
|
H A D | metafile-print.cpp | 428 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 D | wmf-print.cpp | 708 pathvc = center_elliptical_hole_as_SVG_PathV(gv.p1, rx * (1.0 - overlap / range), ry * (1.0 - overlap / range), asin(xuv[Y]));
|
H A D | emf-print.cpp | 1200 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