Lines Matching refs:i_style
954 SPStyle *i_style = item->style;
959 float o_width = i_style->stroke_width.computed;
965 float o_miter = i_style->stroke_miterlimit.value * o_width;
970 switch (i_style->stroke_linejoin.computed) {
982 switch (i_style->stroke_linecap.computed) {
1004 if (!i_style->stroke_dasharray.values.empty()) {
1010 orig->DashPolylineFromStyle(i_style, scale, 0);
1071 Geom::Scale(i_style->stroke_width.computed),
1086 Geom::Scale(i_style->stroke_width.computed),
1101 Geom::Scale(i_style->stroke_width.computed),
1113 Geom::Scale(i_style->stroke_width.computed),
1132 Geom::Scale(i_style->stroke_width.computed),
1192 SPStyle *i_style = item->style;
1195 ncss = sp_css_attr_from_style(i_style, SP_STYLE_FLAG_ALWAYS);
1224 jointype = i_style->stroke_linejoin.computed;
1225 captype = i_style->stroke_linecap.computed;
1226 o_width = i_style->stroke_width.computed;
1254 o_miter = i_style->stroke_miterlimit.value * o_width;
1272 if (!i_style->stroke_dasharray.values.empty()) {
1278 orig->DashPolylineFromStyle(i_style, scale, 0);
1390 Geom::Scale(i_style->stroke_width.computed), transform,
1405 Geom::Scale(i_style->stroke_width.computed), transform,
1420 Geom::Scale(i_style->stroke_width.computed), transform,
1432 Geom::Scale(i_style->stroke_width.computed), transform,
1451 Geom::Scale(i_style->stroke_width.computed), transform,
1803 SPStyle *i_style = item->style;
1804 int jointype = i_style->stroke_linejoin.value;
1822 o_miter = i_style->stroke_miterlimit.value * o_width;