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

/inkscape/src/widgets/
H A Dsp-attribute-widget.cpp189 Gtk::Entry *ee = new Gtk::Entry(); local
190 ee->show();
192 ee->set_text (val ? val : (const gchar *) "");
195 ee->set_hexpand();
196 ee->set_vexpand();
197 ee->set_margin_left(XPAD);
198 ee->set_margin_right(XPAD);
199 ee->set_margin_top(XPAD);
200 ee->set_margin_bottom(XPAD);
201 table->attach(*ee,
[all...]
/inkscape/src/ui/dialog/
H A Dextension-editor.cpp196 ExtensionEditor * ee = static_cast<ExtensionEditor *>(in_data); local
197 ee->add_extension(in_plug);
/inkscape/src/2geom/
H A Delliptical-arc-from-sbasis.cpp89 bool bound_exceeded( unsigned int k, detail::ellipse_equation const & ee,
212 bound_exceeded( unsigned int k, detail::ellipse_equation const & ee, argument
215 dist_err = std::fabs( ee(p[k]) );
220 angle_err = std::fabs( dot( dcurve(k/partitions), ee.normal(p[k]) ) );
233 detail::ellipse_equation ee(A, B, C, D, E, F);
239 if (bound_exceeded(0, ee, e1x, e1y, e2))
244 if (bound_exceeded(0, ee, e1x, e1y, e2))
250 // e1x = derivative((ee(x,y), x) | x->tolerance, y->tolerance
252 // e1y = derivative((ee(x,y), y) | x->tolerance, y->tolerance
254 // e2 = ee(toleranc
[all...]
H A Dellipse.cpp488 // mu Q + R = [1 x y] | cc/2 aa ee/2 | |x| = 0
489 // | dd/2 ee/2 bb | |y|
522 Coord ee = mus[i] * E + e; local
523 Coord delta = ee*ee - 4*aa*bb;
536 Coord ee = mu * E + e; local
542 bb /= aa; cc /= aa; dd /= aa; ee /= aa; /*ff /= aa;*/
543 Coord s = (ee + std::sqrt(ee*ee
[all...]

Completed in 18 milliseconds