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

/inkscape/src/
H A Ddocument.cpp797 Inkscape::Util::Unit const *nv_units = unit_table.getUnit("px"); member in class:Inkscape::Util
799 nv_units = unit_table.getUnit(root->height.unit);
810 margin_top = nv->getMarginLength("fit-margin-top", nv_units, unit_table.getUnit("px"), w, h, false);
811 margin_left = nv->getMarginLength("fit-margin-left", nv_units, unit_table.getUnit("px"), w, h, true);
812 margin_right = nv->getMarginLength("fit-margin-right", nv_units, unit_table.getUnit("px"), w, h, true);
813 margin_bottom = nv->getMarginLength("fit-margin-bottom", nv_units, unit_table.getUnit("px"), w, h, false);
814 margin_top = Inkscape::Util::Quantity::convert(margin_top, nv_units, "px");
815 margin_left = Inkscape::Util::Quantity::convert(margin_left, nv_units, "px");
816 margin_right = Inkscape::Util::Quantity::convert(margin_right, nv_units, "px");
817 margin_bottom = Inkscape::Util::Quantity::convert(margin_bottom, nv_units, "p
827 Inkscape::Util::Quantity(Inkscape::Util::Quantity::convert(rect_with_margins.height(), "px", nv_units), nv_units) local
[all...]

Completed in 44 milliseconds