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

/inkscape/src/ui/widget/
H A Dselected-style.cpp58 static gdouble const _sw_presets[] = { 32 , 16 , 10 , 8 , 6 , 4 , 3 , 2 , 1.5 , 1 , 0.75 , 0.5 , 0.25 , 0.1 }; variable
957 w = Inkscape::Util::Quantity::convert(_sw_presets[i], _sw_unit, "px");
959 w = _sw_presets[i];

Completed in 15 milliseconds