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

/inkscape/src/
H A Ddocument.cpp645 gdouble old_width_converted; // old width converted to new units local
647 old_width_converted = Inkscape::Util::Quantity::convert(root->width.computed, "px", width.unit);
649 old_width_converted = Inkscape::Util::Quantity::convert(root->width.value, old_width_units, width.unit);
671 root->viewBox.left() + (root->width.value / old_width_converted ) * root->viewBox.width(),
699 gdouble old_width_converted; // old width converted to new units local
701 old_width_converted = Inkscape::Util::Quantity::convert(root->width.computed, "px", width.unit);
703 old_width_converted = Inkscape::Util::Quantity::convert(root->width.value, old_width_units, width.unit);
710 root->viewBox.setMax(Geom::Point(root->viewBox.left() + (root->width.value / old_width_converted) * root->viewBox.width(), root->viewBox.bottom()));

Completed in 20 milliseconds