Lines Matching defs:nl
106 double nl=Geom::L2(d);
107 if ( nl > 0.0001 ) {
108 totLength+=nl;
134 double nl=Geom::L2(d);
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 > 0 ) {
175 if ( enLength <= totLength-tail ) nl=enLength-curLength; else nl=totLength-tail-curLength;
180 if ( leftInDash <= nl ) {
224 nl-=leftInDash;
226 dashPos+=nl;
227 curLength+=nl;
228 nl=0;
238 nl=enLength-curLength;
240 if ( curLength <= totLength-tail && curLength+nl > totLength-tail ) {
241 nl=totLength-tail-curLength;