Searched defs:ls (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/2geom/
H A Dgeom.cpp336 Geom::LineSegment ls)
340 results = rect_line_intersect(r.min(), r.max(), ls[0], ls[1]);
335 rect_line_intersect(Geom::Rect &r, Geom::LineSegment ls) argument
H A Dconicsec.cpp440 Geom::NL::LinearSystem ls(M, V);
442 Geom::NL::Vector x = ls.SV_solve();
499 Geom::LineSegment ls(r.corner(ei), r.corner(ei+1));
500 D2<SBasis> lssb = ls.toSBasis();
518 LineSegment ls = intersection(Line::from_origin_and_vector(A, dA), bnd); local
519 return RatQuad::fromPointsTangents(A, dA, ls.pointAt(0.5), ls[1], dA);
/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp1257 const int ls = _light_source.get_active_row_number(); local
1259 if(!(ls == -1 && !child) &&
1260 !(ls == 0 && SP_IS_FEDISTANTLIGHT(child)) &&
1261 !(ls == 1 && SP_IS_FEPOINTLIGHT(child)) &&
1262 !(ls == 2 && SP_IS_FESPOTLIGHT(child))) {
1267 if(ls != -1) {
1315 LightSourceControl* ls = new LightSourceControl(_dialog); local
1316 add_attr_widget(ls);
1317 add_widget(&ls->get_box(), "");
1318 return ls;
[all...]

Completed in 37 milliseconds