Searched defs:lr (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/livarot/ |
H A D | Shape.cpp | 2068 int lr = 0, ll = 0, rr = 0; local 2110 if (ast[0] > px[0]) lr += nWeight; 2112 if (ast[0] < px[0]) lr -= nWeight; 2115 return lr + (ll + rr) / 2;
|
H A D | ShapeSweep.cpp | 2029 int lr = 0, ll = 0, rr = 0; local 2098 lr += nWeight; 2103 lr -= nWeight; 2106 return lr + (ll + rr) / 2;
|
/inkscape/src/ui/dialog/ |
H A D | export.cpp | 491 const Glib::ustring& ll, const Glib::ustring& lr, 498 const Glib::ustring& ll, const Glib::ustring& lr, 546 if (!lr.empty()) { 547 l = new Gtk::Label(lr,true); 488 createSpinbutton( gchar const * , float val, float min, float max, float step, float page, Gtk::Grid *t, int x, int y, const Glib::ustring& ll, const Glib::ustring& lr, int digits, unsigned int sensitive, void (Export::*cb)() ) argument
|
/inkscape/src/extension/internal/ |
H A D | emf-print.cpp | 1240 Geom::Point ul, ur, lr; local 1252 lr = get_pathrect_corner(pathRect, angle, 2) * PX2WORLD; 1254 hRect = Geom::distance(ur,lr);
|
Completed in 212 milliseconds