Searched refs:get_pathrect_corner (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/internal/
H A Demf-print.h78 Geom::Point get_pathrect_corner(Geom::Path pathRect, double angle, int corner);
H A Demf-print.cpp933 Geom::Point PrintEmf::get_pathrect_corner(Geom::Path pathRect, double angle, int corner){ function in class:Inkscape::Extension::Internal::PrintEmf
1250 ul = get_pathrect_corner(pathRect, angle, 0) * PX2WORLD;
1251 ur = get_pathrect_corner(pathRect, angle, 1) * PX2WORLD;
1252 lr = get_pathrect_corner(pathRect, angle, 2) * PX2WORLD;

Completed in 42 milliseconds