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

/inkscape/src/widgets/
H A Dstroke-style.cpp1054 double width_typed = (*widthAdj)->get_value(); local
1057 double width_typed = widthAdj->get_value();
1071 width = Inkscape::Util::Quantity::convert(width_typed, unit, "px");
1074 width = old_w * width_typed / 100;

Completed in 24 milliseconds