Searched refs:getConversion (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/ui/widget/
H A Dunit-menu.h109 double getConversion(Glib::ustring const &new_unit_abbr, Glib::ustring const &old_unit_abbr = "no_unit") const;
H A Dscalar-unit.cpp131 double conversion = _unit_menu->getConversion(units);
148 double conversion = _unit_menu->getConversion(unit_name);
179 double hundred_converted = _hundred_percent / _unit_menu->getConversion("px"); // _hundred_percent is in px
199 double hundred_converted = _hundred_percent / _unit_menu->getConversion("px", lastUnits); // _hundred_percent is in px
240 double conversion = _unit_menu->getConversion(lastUnits);
H A Dunit-menu.cpp111 double UnitMenu::getConversion(Glib::ustring const &new_unit_abbr, Glib::ustring const &old_unit_abbr) const function in class:Inkscape::UI::Widget::UnitMenu
H A Dpreferences-widget.cpp527 double conv = _unit.getConversion(_unit.getUnitAbbr(), "px");
/inkscape/src/ui/dialog/
H A Dtransformation.cpp590 double conversion = _units_move.getConversion("px");
1036 double conversion = _units_move.getConversion("px");

Completed in 26 milliseconds