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

/inkscape/src/ui/dialog/
H A Dexport.cpp1549 setValuePx(x1_adj, x1);
1552 setValuePx(x0_adj, x0);
1556 setValuePx(width_adj, x1 - x0);
1594 setValuePx(y1_adj, y1);
1597 setValuePx(y0_adj, y0);
1601 setValuePx(height_adj, y1 - y0);
1629 setValuePx(width_adj, width);
1632 setValuePx(x1_adj, x0 + width);
1658 setValuePx(height_adj, height);
1661 setValuePx(y1_ad
1901 void Export::setValuePx(Glib::RefPtr<Gtk::Adjustment>& adj, double val) function in class:Inkscape::UI::Dialog::Export
[all...]

Completed in 14 milliseconds