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

/inkscape/src/ui/widget/
H A Dunit-tracker.cpp244 void UnitTracker::_fixupAdjustments(Inkscape::Util::Unit const *oldUnit, Inkscape::Util::Unit const *newUnit) argument
252 if ( (oldUnit->type != Inkscape::Util::UNIT_TYPE_DIMENSIONLESS)
256 _priorValues[adj] = Inkscape::Util::Quantity::convert(oldVal, oldUnit, "px");
257 } else if ( (oldUnit->type == Inkscape::Util::UNIT_TYPE_DIMENSIONLESS)
264 val = Inkscape::Util::Quantity::convert(oldVal, oldUnit, newUnit);
H A Dunit-tracker.h59 void _fixupAdjustments(Inkscape::Util::Unit const *oldUnit, Inkscape::Util::Unit const *newUnit);

Completed in 14 milliseconds