Searched defs:old_height_units (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Ddocument.cpp655 Inkscape::Util::Unit const *old_height_units = unit_table.getUnit("px"); member in class:Inkscape::Util
657 old_height_units = unit_table.getUnit(root->height.unit);
662 old_height_converted = Inkscape::Util::Quantity::convert(root->height.value, old_height_units, height.unit);
735 Inkscape::Util::Unit const *old_height_units = unit_table.getUnit("px"); member in class:Inkscape::Util
737 old_height_units = unit_table.getUnit(root->height.unit);
742 old_height_converted = Inkscape::Util::Quantity::convert(root->height.value, old_height_units, height.unit);

Completed in 1635 milliseconds