Searched refs:get_pathrect_corner (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | emf-print.h | 78 Geom::Point get_pathrect_corner(Geom::Path pathRect, double angle, int corner);
|
H A D | emf-print.cpp | 933 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