Searched refs:pathRect (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){ argument 935 for(Geom::Path::iterator cit = pathRect.begin(); ; ++cit) { 937 if(cit == pathRect.end_open())break; 964 for(Geom::Path::iterator cit = pathRect.begin(); ; ++cit) { 969 if(cit == pathRect.end_open())break; 1137 Geom::Path pathRect; local 1140 pathRect = pathv_to_rect(pvr, &is_Rect, &angle); 1250 ul = get_pathrect_corner(pathRect, angle, 0) * PX2WORLD; 1251 ur = get_pathrect_corner(pathRect, angle, 1) * PX2WORLD; 1252 lr = get_pathrect_corner(pathRect, angl [all...] |
Completed in 19 milliseconds