Lines Matching defs:o_width

959     float o_width = i_style->stroke_width.computed;
960 if (o_width < Geom::EPSILON) {
963 o_width = Geom::EPSILON;
965 float o_miter = i_style->stroke_miterlimit.value * o_width;
1013 orig->Stroke(theShape, false, 0.5*o_width, o_join, o_butt,
1015 orig->Outline(res, 0.5 * o_width, o_join, o_butt, 0.5 * o_miter);
1029 orig->Outline(res, 0.5 * o_width, o_join, o_butt, 0.5 * o_miter);
1032 orig->Coalesce(0.5 * o_width);
1217 float o_width, o_miter;
1226 o_width = i_style->stroke_width.computed;
1252 if (o_width < 0.032)
1253 o_width = 0.032;
1254 o_miter = i_style->stroke_miterlimit.value * o_width;
1281 orig->Stroke(theShape, false, 0.5*o_width, o_join, o_butt,
1283 orig->Outline(res, 0.5 * o_width, o_join, o_butt, 0.5 * o_miter);
1300 orig->Outline(res, 0.5 * o_width, o_join, o_butt, 0.5 * o_miter);
1302 orig->Coalesce(0.5 * o_width);
1614 float o_width = 0;
1618 o_width = prefs->getDouble("/options/defaultoffsetwidth/value", 1.0, "px");
1621 if (o_width < 0.01){
1622 o_width = 0.01;
1691 ? o_width
1693 ? -o_width
1797 float o_width = 0;
1818 o_width = prefOffset;
1820 if (o_width < 0.1)
1821 o_width = 0.1;
1822 o_miter = i_style->stroke_miterlimit.value * o_width;
1864 res->OutsideOutline(orig, 0.5 * o_width, o_join, o_butt, o_miter);
1866 res->OutsideOutline(orig, -0.5 * o_width, o_join, o_butt, o_miter);
1875 if (o_width >= 0.5) {
1880 // res->Coalesce(o_width);
1881 res->ConvertEvenLines(1.0*o_width);
1882 res->Simplify(1.0 * o_width);
1888 theShape->MakeOffset(theRes, o_width, o_join, o_miter);
1892 theShape->MakeOffset(theRes, -o_width, o_join, o_miter);
1899 if (o_width >= 1.0)
1906 res->ConvertEvenLines(1.0*o_width);
1907 res->Simplify(1.0 * o_width);