Lines Matching defs:getValue
1057 dpi = getValue(xdpi_adj);
1118 float const xdpi = getValue(xdpi_adj);
1119 float const ydpi = getValue(ydpi_adj);
1120 unsigned long int const width = int(getValue(bmwidth_adj) + 0.5);
1121 unsigned long int const height = int(getValue(bmheight_adj) + 0.5);
1540 xdpi = getValue(xdpi_adj);
1583 ydpi = getValue(ydpi_adj);
1621 float xdpi = getValue(xdpi_adj);
1651 float ydpi = getValue(ydpi_adj);
1683 xdpi = getValue(xdpi_adj);
1705 xdpi = getValue(xdpi_adj);
1726 bmwidth = getValue(bmwidth_adj);
1756 bmheight = getValue(bmheight_adj);
1812 xdpi = getValue(xdpi_adj);
1924 float Export::getValue(Glib::RefPtr<Gtk::Adjustment>& adj)
1926 float Export::getValue( Gtk::Adjustment *adj )
1955 float value = getValue( adj);