Searched defs:nl (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/livarot/
H A DShape.cpp2237 double const nl = fabs( Geom::cross(d, e) ); local
2238 double ndot = nl * nl / el;
2300 double const nl = fabs(Geom::cross(d, e_unit)); local
2301 if ( nl <= max_l2 ) {
H A DPathCutting.cpp106 double nl=Geom::L2(d); local
107 if ( nl > 0.0001 ) {
108 totLength+=nl;
134 double nl=Geom::L2(d); local
135 if ( nl > 0.0001 ) {
137 double enLength=curLength+nl;
139 if ( curLength <= head && curLength+nl > head ) {
140 nl-=head-curLength;
173 if ( curLength >= head /*&& curLength+nl <= totLength-tail*/ ) {
174 while ( curLength <= totLength-tail && nl >
[all...]
/inkscape/src/extension/implementation/
H A Dscript.cpp725 int nl=0; local
727 for (Inkscape::UI::NodeList::iterator j = node->nodeList().begin(); j != node->nodeList().end(); ++j, ++nl){
734 ss<< "--selected-nodes=" << id << ":" << sp << ":" << nl; local
/inkscape/src/ui/tool/
H A Dpath-manipulator.cpp687 // We can't use nl->erase(start, end), because it would break when the stretch
689 NodeList &nl = start->nodeList(); local
692 nl.erase(start);
1540 NodeList &nl = iter->nodeList(); local
1542 if (nl.size() <= 1 || (nl.size() <= 2 && !nl.closed())) {
1544 nl.kill();

Completed in 80 milliseconds