Searched +refs:val +refs:changes (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/tools/
H A Dconnector-tool.cpp253 void ConnectorTool::set(const Inkscape::Preferences::Entry& val) { argument
256 Glib::ustring name = val.getEntryName();
259 this->curvature = val.getDoubleLimited(); // prevents NaN and +/-Inf from messing up
261 this->isOrthogonal = val.getBool();
1102 // Listen in case the active shape changes
1170 // Listen in case the active conn changes
1307 int changes = 0; local
1318 changes++;
1322 if (changes == 0) {
1374 // Look for changes tha
[all...]
/inkscape/src/
H A Dtext-editing.cpp1143 gdouble val; local
1160 /* TODO: Consider calculating val unconditionally, i.e. drop the first `if' line, and
1161 get rid of the `else val = 0.0'. Similarly below and in sp-string.cpp. */
1164 val = style->font_size.computed * style->letter_spacing.value;
1166 val = style->font_size.computed * style->letter_spacing.value * 0.5;
1168 val = 0.0;
1171 val = style->letter_spacing.computed;
1189 val += zby;
1196 style->letter_spacing.value = val / style->font_size.computed;
1198 style->letter_spacing.value = val / styl
1931 bool changes = false; local
[all...]

Completed in 25 milliseconds