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

/inkscape/src/
H A Dsp-offset.cpp392 float o_width; local
395 o_width = this->rad;
396 orig->OutsideOutline (res, o_width, join_round, butt_straight, 20.0);
400 o_width = -this->rad;
401 orig->OutsideOutline (res, -o_width, join_round, butt_straight, 20.0);
404 if (o_width >= 1.0)
411 // res->ConvertForOffset (o_width, orig, offset->rad);
412 res->ConvertWithBackData (o_width);
435 // if (o_width >= 1.0)
444 // orig->Coalesce (0.1*o_width);
459 float o_width; local
[all...]
H A Dsplivarot.cpp959 float o_width = i_style->stroke_width.computed; local
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; local
1226 o_width
1614 float o_width = 0; local
1797 float o_width = 0; local
[all...]

Completed in 59 milliseconds