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

/inkscape/src/
H A Ddocument.cpp658 gdouble old_height_converted; // old height converted to new units local
660 old_height_converted = Inkscape::Util::Quantity::convert(root->height.computed, "px", height.unit);
662 old_height_converted = Inkscape::Util::Quantity::convert(root->height.value, old_height_units, height.unit);
672 root->viewBox.top() + (root->height.value / old_height_converted) * root->viewBox.height()));
738 gdouble old_height_converted; // old height converted to new units local
740 old_height_converted = Inkscape::Util::Quantity::convert(root->height.computed, "px", height.unit);
742 old_height_converted = Inkscape::Util::Quantity::convert(root->height.value, old_height_units, height.unit);
749 root->viewBox.setMax(Geom::Point(root->viewBox.right(), root->viewBox.top() + (root->height.value / old_height_converted) * root->viewBox.height()));

Completed in 273 milliseconds