Searched defs:old (Results 1 - 9 of 9) sorted by relevance
/inkscape/src/ui/widget/ |
H A D | rotateable.cpp | 55 guint Rotateable::get_single_modifier(guint old, guint state) { argument 57 if (old == 0 || old == 3) { 72 if (old == 1) { 79 if (old == 2) { 86 return old;
|
H A D | selected-style.cpp | 1274 double old = hsla[1]; local 1280 diff = hsla[1] - old; 1282 double old = hsla[2]; local 1288 diff = hsla[2] - old; 1290 double old = hsla[3]; local 1297 diff = hsla[3] - old; 1299 double old = hsla[0]; local 1305 diff = hsla[0] - old;
|
/inkscape/src/live_effects/ |
H A D | lpe-vonkoch.cpp | 34 Geom::PathVector old = _pathvector; local 39 _pathvector = old;
|
/inkscape/src/widgets/ |
H A D | gradient-toolbar.cpp | 139 /* Clear old list, if there is any */ 490 SPGradient *old = gr_get_selected_gradient(widget); local 492 if (old != gradient) { 502 if (old) { 507 sp_signal_disconnect_by_data(old, widget); 752 /* Clear old list, if there is any */
|
H A D | gradient-vector.cpp | 295 /* Clear old list, if there is any */ 591 /* Clear old list, if there is any */ 1099 SPGradient *old; local 1101 old = static_cast<SPGradient*>(g_object_get_data(G_OBJECT(widget), "gradient")); 1103 if (old != gradient) { 1110 if (old) { 1115 sp_signal_disconnect_by_data(old, widget);
|
/inkscape/src/livarot/ |
H A D | ShapeSweep.cpp | 2953 int old = lS->swsData[lB].leftRnd; local 2954 if (getPoint(old).x[0] > getPoint(lastPointNo).x[0]) { 2961 int old = lS->swsData[lB].rightRnd; local 2962 if (getPoint(old).x[0] < getPoint(lastPointNo).x[0]) 2985 int old = rS->swsData[rB].leftRnd; local 2986 if (getPoint(old).x[0] > getPoint(lastPointNo).x[0]) { 2993 int old = rS->swsData[rB].rightRnd; local 2994 if (getPoint(old).x[0] < getPoint(lastPointNo).x[0])
|
/inkscape/src/ |
H A D | desktop-style.cpp | 117 // However, if the line tspan or textPath contains some style (old file?), we reluctantly set our style to it too. 1488 SPIBaselineShift old; local 1489 old.value = 0.0; 1490 old.computed = 0.0; 1522 if( current.set != old.set || 1523 current.inherit != old.inherit || 1524 current.type != old.type || 1525 current.literal != old.literal || 1526 current.value != old.value || 1527 current.computed != old [all...] |
H A D | sp-object.cpp | 855 void SPObject::repr_order_changed(Inkscape::XML::Node * /*repr*/, Inkscape::XML::Node *child, Inkscape::XML::Node *old, Inkscape::XML::Node *newer, gpointer data) argument 859 object->order_changed(child, old, newer);
|
/inkscape/src/ui/dialog/ |
H A D | clonetiler.cpp | 790 bool old = prefs->getBool(prefs_path + "dotrace"); local 791 gtk_toggle_button_set_active ((GtkToggleButton *) b, old); 960 bool old = prefs->getBool(prefs_path + "pick_to_presence", true); local 961 gtk_toggle_button_set_active ((GtkToggleButton *) b, old); 970 bool old = prefs->getBool(prefs_path + "pick_to_size"); local 971 gtk_toggle_button_set_active ((GtkToggleButton *) b, old); 980 bool old = prefs->getBool(prefs_path + "pick_to_color", 0); local 981 gtk_toggle_button_set_active ((GtkToggleButton *) b, old); 990 bool old = prefs->getBool(prefs_path + "pick_to_opacity", 0); local 991 gtk_toggle_button_set_active ((GtkToggleButton *) b, old); [all...] |
Completed in 66 milliseconds