Searched refs:divider (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-copy_rotate.h37 virtual void setFusion(Geom::PathVector &path_in, Geom::Path divider, double sizeDivider);
38 virtual void split(Geom::PathVector &path_in, Geom::Path const &divider);
H A Dlpe-copy_rotate.cpp163 LPECopyRotate::split(Geom::PathVector &path_on, Geom::Path const &divider) argument
169 Geom::Crossings cs = crossings(original,divider);
183 position = Geom::sgn(Geom::cross(divider[1].finalPoint() - divider[0].finalPoint(), side_checker - divider[0].finalPoint()));
185 position = pointInTriangle(side_checker, divider.initialPoint(), divider[0].finalPoint(), divider[1].finalPoint());
194 position = Geom::sgn(Geom::cross(divider[1].finalPoint() - divider[
222 setFusion(Geom::PathVector &path_on, Geom::Path divider, double size_divider) argument
359 Geom::Path divider = Geom::Path(line_start); local
[all...]
H A Dlpe-mirror_symmetry.cpp231 Geom::Path divider = Geom::Path(s); local
232 divider.appendNew<Geom::LineSegment>(e);
233 Geom::Crossings cs = crossings(original, divider);
/inkscape/src/libgdl/
H A Dgdl-dock-paned.c131 _("Position of the divider in pixels"),
422 gint divider = -1; local
442 divider = other.width;
447 divider = MAX (0, my.width - other.width);
451 divider = other.height;
456 divider = MAX (0, my.height - other.height);
486 divider = other.height;
491 divider = MAX (0, my.height - other.height);
497 divider = other.width;
502 divider
[all...]
H A Dgdl-dock-item.c1281 gint divider = -1; local
1294 divider = other.width;
1299 divider = MAX (0, my.width - other.width);
1303 divider = other.height;
1307 divider = MAX (0, my.height - other.height);
1370 if (request->position != GDL_DOCK_CENTER && divider >= 0) {
1374 g_value_set_uint (&request->extra, (guint) divider);

Completed in 25 milliseconds