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

/inkscape/src/widgets/
H A Dselect-toolbar.cpp184 GtkAdjustment* a_x = GTK_ADJUSTMENT( g_object_get_data( tbl, "X" ) ); local
190 x0 = Quantity::convert(gtk_adjustment_get_value(a_x), unit, "px");
197 double const x0_propn = gtk_adjustment_get_value (a_x) / 100 / unit->factor;

Completed in 13 milliseconds