Searched refs:oldVal (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/widget/
H A Dunit-tracker.cpp249 gdouble oldVal = gtk_adjustment_get_value(adj); local
250 gdouble val = oldVal;
256 _priorValues[adj] = Inkscape::Util::Quantity::convert(oldVal, oldUnit, "px");
264 val = Inkscape::Util::Quantity::convert(oldVal, oldUnit, newUnit);
/inkscape/src/display/
H A Dcanvas-grid.cpp511 @param oldVal Old value to use if the new one is invalid.
515 static void validateInt(gint oldVal, argument
525 if ( oldVal <= 0 )
526 oldVal = 1;
529 *pTarget = oldVal;
635 gint oldVal = empspacing; local
637 validateInt( oldVal, &empspacing);

Completed in 16 milliseconds