Searched defs:dl (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/ui/dialog/
H A Dnew-from-template.cpp82 NewFromTemplate dl; local
83 dl.run();
/inkscape/src/
H A Dsp-radial-gradient.cpp187 double dl = hypot(dx, dy); local
188 double tx = tolerance * dx / dl, ty = tolerance * dy / dl;
196 scale *= 1.0 - 2.0 * tolerance / dl;
/inkscape/src/live_effects/
H A Dlpe-lattice.cpp151 double dl = dot((*handles[corner+4*i] - (base + origin)), dir)/dot(dir,dir); local
152 sb2[dim][i][corner] = dl/( dim ? height : width )*pow(4.0,ui+vi);
H A Dlpe-lattice2.cpp199 double dl = dot((handles[corner+4*i] - (base + origin)), dir)/dot(dir,dir); local
200 sb2[dim][i][corner] = dl/( dim ? height : width )*pow(4.0,ui+vi);
/inkscape/src/libcola/
H A Dgradient_projection.h165 double dl = place_l-old_place_l, local
167 r = 2.0 * lap2 * ( dr - dl );
168 numerator += g * ( dl - dr );
169 denominator += r*dl - r * dr;

Completed in 39 milliseconds