Searched defs:hp (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/live_effects/ | ||
H A D | lpe-simplify.h | 49 Geom::PathVector hp; member in class:Inkscape::LivePathEffect::LPESimplify |
H A D | lpe-transform_2pts.cpp | 422 Geom::Path hp; local 423 hp.start((Geom::Point)start); 424 hp.appendNew<Geom::LineSegment>((Geom::Point)end); 426 pathv.push_back(hp); |
H A D | lpe-bspline.cpp | 25 Geom::PathVector hp; member in namespace:Inkscape::LivePathEffect 63 if(!hp.empty()) { 64 hp.clear(); 81 hp_vec.push_back(hp); 193 hp.push_back(*path_it); 330 hp.push_back(pathv[0]); 343 hp.push_back(pathv[0]); |
H A D | lpe-copy_rotate.cpp | 408 Geom::Path hp; local 409 hp.start(start_pos); 410 hp.appendNew<Geom::LineSegment>((Geom::Point)origin); 411 hp.appendNew<Geom::LineSegment>(origin + dir * Rotate(-rad_from_deg(rotation_angle+starting_angle)) * dist_angle_handle); 413 pathv.push_back(hp); |
/inkscape/src/live_effects/parameter/ | ||
H A D | filletchamferpointarray.h | 90 Geom::PathVector hp; member in class:Inkscape::LivePathEffect::FilletChamferPointArrayParam |
Completed in 474 milliseconds