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

/inkscape/src/ui/dialog/
H A Dexport.cpp1114 float const x0 = getValuePx(x0_adj);
1115 float const y0 = getValuePx(y0_adj);
1116 float const x1 = getValuePx(x1_adj);
1117 float const y1 = getValuePx(y1_adj);
1454 Geom::Point x(getValuePx(x0_adj),
1455 getValuePx(y0_adj));
1456 Geom::Point y(getValuePx(x1_adj),
1457 getValuePx(y1_adj));
1538 x0 = getValuePx(x0_adj);
1539 x1 = getValuePx(x1_ad
1950 float Export::getValuePx(Glib::RefPtr<Gtk::Adjustment>& adj) function in class:Inkscape::UI::Dialog::Export
[all...]
H A Dexport.h86 float getValuePx(Glib::RefPtr<Gtk::Adjustment>& adj);
91 float getValuePx (Gtk::Adjustment *adj);

Completed in 18 milliseconds