Home
last modified time | relevance | path

Searched refs:stroke_linecap (Results 1 – 25 of 71) sorted by relevance

123

/dports/graphics/py-svgwrite/svgwrite-1.4.1/examples/ltattrie/
H A Dline_cap_join.py28 lines.add(dwg.line(start=(50, 130), end=(150, 130), stroke_linecap='butt'))
30 lines.add(dwg.line(start=(50, 160), end=(150, 160), stroke_linecap='square'))
32 lines.add(dwg.line(start=(50, 190), end=(150, 190), stroke_linecap='round'))
47 stroke_linejoin='round', stroke_linecap='round'))
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/libsvg/
H A Dshape.cc98 this->stroke_linecap = attrs["stroke-linecap"]; in set_attrs()
138 if (this->stroke_linecap.empty()) { in get_stroke_linecap()
141 cap = this->stroke_linecap; in get_stroke_linecap()
264 …th(path_list_t& path_list, path_t& path, double stroke_width, ClipperLib::EndType stroke_linecap) { in offset_path() argument
272 co.AddPath(line, get_stroke_linejoin(), stroke_linecap); in offset_path()
H A Dshape.h57 std::string stroke_linecap; variable
66 …ath(path_list_t& path_list, path_t& path, double stroke_width, ClipperLib::EndType stroke_linecap);
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/libsvg/
H A Dshape.cc98 this->stroke_linecap = attrs["stroke-linecap"]; in set_attrs()
138 if (this->stroke_linecap.empty()) { in get_stroke_linecap()
141 cap = this->stroke_linecap; in get_stroke_linecap()
264 …th(path_list_t& path_list, path_t& path, double stroke_width, ClipperLib::EndType stroke_linecap) { in offset_path() argument
272 co.AddPath(line, get_stroke_linejoin(), stroke_linecap); in offset_path()
H A Dshape.h57 std::string stroke_linecap; variable
66 …ath(path_list_t& path_list, path_t& path, double stroke_width, ClipperLib::EndType stroke_linecap);
/dports/www/xist/ll-xist-5.34/src/ll/xist/ns/
H A Dsvg.py312 class stroke_linecap(xsc.Attrs): class
313 class stroke_linecap(xsc.TextAttr): class in stroke_linecap
735 …tures, shape_rendering, stroke, stroke_dasharray, stroke_dashoffset, stroke_linecap, stroke_linejo…
741 …tures, shape_rendering, stroke, stroke_dasharray, stroke_dashoffset, stroke_linecap, stroke_linejo…
783 …tures, shape_rendering, stroke, stroke_dasharray, stroke_dashoffset, stroke_linecap, stroke_linejo…
1078 …tures, shape_rendering, stroke, stroke_dasharray, stroke_dashoffset, stroke_linecap, stroke_linejo…
1127 …tures, shape_rendering, stroke, stroke_dasharray, stroke_dashoffset, stroke_linecap, stroke_linejo…
1142 …tures, shape_rendering, stroke, stroke_dasharray, stroke_dashoffset, stroke_linecap, stroke_linejo…
1148 …tures, shape_rendering, stroke, stroke_dasharray, stroke_dashoffset, stroke_linecap, stroke_linejo…
1162 …tures, shape_rendering, stroke, stroke_dasharray, stroke_dashoffset, stroke_linecap, stroke_linejo…
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/scenegraph/
H A Dsvg_properties.c153 GF_SAFEALLOC(svg_props->stroke_linecap, SVG_StrokeLineCap); in gf_svg_properties_init_pointers()
154 if (svg_props->stroke_linecap) *svg_props->stroke_linecap = SVG_STROKELINECAP_BUTT; in gf_svg_properties_init_pointers()
234 if(svg_props->stroke_linecap) gf_free(svg_props->stroke_linecap); in gf_svg_properties_reset_pointers()
304 return output_property_context->stroke_linecap; in gf_svg_get_property_pointer_from_tag()
748 if (all_atts->stroke_linecap && *(all_atts->stroke_linecap) != SVG_STROKELINECAP_INHERIT) { in gf_svg_apply_inheritance()
749 render_svg_props->stroke_linecap = all_atts->stroke_linecap; in gf_svg_apply_inheritance()
957 all_atts->stroke_linecap = (SVG_StrokeLineCap *)att->data; in gf_svg_flatten_attributes()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/scenegraph/
H A Dsvg_properties.c153 GF_SAFEALLOC(svg_props->stroke_linecap, SVG_StrokeLineCap); in gf_svg_properties_init_pointers()
154 if (svg_props->stroke_linecap) *svg_props->stroke_linecap = SVG_STROKELINECAP_BUTT; in gf_svg_properties_init_pointers()
234 if(svg_props->stroke_linecap) gf_free(svg_props->stroke_linecap); in gf_svg_properties_reset_pointers()
304 return output_property_context->stroke_linecap; in gf_svg_get_property_pointer_from_tag()
748 if (all_atts->stroke_linecap && *(all_atts->stroke_linecap) != SVG_STROKELINECAP_INHERIT) { in gf_svg_apply_inheritance()
749 render_svg_props->stroke_linecap = all_atts->stroke_linecap; in gf_svg_apply_inheritance()
957 all_atts->stroke_linecap = (SVG_StrokeLineCap *)att->data; in gf_svg_flatten_attributes()
/dports/graphics/libgaiagraphics/libgaiagraphics-0.5/src/
H A Dgaiagraphics_svg_aux.c853 p->style.stroke_linecap = -1; in gg_svg_alloc_shape()
942 out->style.stroke_linecap = in->style.stroke_linecap; in gg_svg_clone_shape()
1051 if (use->style.stroke_linecap >= 0) in gg_svg_clone_shape()
1052 out->style.stroke_linecap = use->style.stroke_linecap; in gg_svg_clone_shape()
1131 p->style.stroke_linecap = -1; in gg_svg_alloc_use()
1182 out->style.stroke_linecap = in->style.stroke_linecap; in gg_svg_clone_use()
1254 p->style.stroke_linecap = -1; in gg_svg_alloc_group()
1305 out->style.stroke_linecap = in->style.stroke_linecap; in gg_svg_clone_group()
1437 if (use->style.stroke_linecap >= 0) in gg_svg_clone_group()
1438 out->style.stroke_linecap = use->style.stroke_linecap; in gg_svg_clone_group()
H A Dgaiagraphics_svg.c212 cairo_set_line_cap (cairo, style->stroke_linecap); in gg_svg_set_pen()
242 cairo_set_line_cap (cairo, style->stroke_linecap); in gg_svg_set_pen()
259 cairo_set_line_cap (cairo, style->stroke_linecap); in gg_svg_set_pen()
1168 style->stroke_linecap = -1; in gg_svg_apply_style()
1213 if (group->style.stroke_linecap >= 0) in gg_svg_apply_style()
1214 style->stroke_linecap = group->style.stroke_linecap; in gg_svg_apply_style()
1283 if (shape->style.stroke_linecap >= 0) in gg_svg_apply_style()
1284 style->stroke_linecap = shape->style.stroke_linecap; in gg_svg_apply_style()
1357 if (style->stroke_linecap < 0) in gg_svg_apply_style()
1358 style->stroke_linecap = CAIRO_LINE_CAP_BUTT; in gg_svg_apply_style()
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/src/
H A Drl2svg.c242 cairo_set_line_cap (cairo, style->stroke_linecap); in svg_set_pen()
272 cairo_set_line_cap (cairo, style->stroke_linecap); in svg_set_pen()
289 cairo_set_line_cap (cairo, style->stroke_linecap); in svg_set_pen()
1213 if (group->style.stroke_linecap >= 0) in svg_apply_style()
1214 style->stroke_linecap = group->style.stroke_linecap; in svg_apply_style()
1283 if (shape->style.stroke_linecap >= 0) in svg_apply_style()
1284 style->stroke_linecap = shape->style.stroke_linecap; in svg_apply_style()
1357 if (style->stroke_linecap < 0) in svg_apply_style()
1358 style->stroke_linecap = CAIRO_LINE_CAP_BUTT; in svg_apply_style()
H A Drl2svgaux.c333 style->stroke_linecap = -1; in svg_init_style()
974 out->style.stroke_linecap = in->style.stroke_linecap; in svg_clone_shape()
1083 if (use->style.stroke_linecap >= 0) in svg_clone_shape()
1084 out->style.stroke_linecap = use->style.stroke_linecap; in svg_clone_shape()
1187 out->style.stroke_linecap = in->style.stroke_linecap; in svg_clone_use()
1283 out->style.stroke_linecap = in->style.stroke_linecap; in svg_clone_group()
1415 if (use->style.stroke_linecap >= 0) in svg_clone_group()
1416 out->style.stroke_linecap = use->style.stroke_linecap; in svg_clone_group()
/dports/graphics/p5-SVG-DOM2/SVG-DOM2-1.00/lib/SVG/DOM2/Attribute/
H A DStyle.pm85 sub stroke_linecap { shift->_style('stroke-linecap', @_); } subroutine
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/compositor/
H A Dsvg_base.c118 CHECK_PROP(render_svg_props->stroke_linecap, all_atts->stroke_linecap); in gf_svg_apply_inheritance_no_inheritance()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/compositor/
H A Dsvg_base.c118 CHECK_PROP(render_svg_props->stroke_linecap, all_atts->stroke_linecap); in gf_svg_apply_inheritance_no_inheritance()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/extension/internal/
H A Dwmf-inout.cpp870 d->dc[d->level].style.stroke_linecap.computed == SP_STROKE_LINECAP_BUTT ? "butt" : in output_style()
871 d->dc[d->level].style.stroke_linecap.computed == SP_STROKE_LINECAP_ROUND ? "round" : in output_style()
872 … d->dc[d->level].style.stroke_linecap.computed == SP_STROKE_LINECAP_SQUARE ? "square" : in output_style()
1021 …case U_PS_ENDCAP_ROUND: { d->dc[d->level].style.stroke_linecap.computed = SP_STROKE_LINECAP_ROUND… in select_pen()
1022 …case U_PS_ENDCAP_SQUARE: { d->dc[d->level].style.stroke_linecap.computed = SP_STROKE_LINECAP_SQUAR… in select_pen()
1024 …default: { d->dc[d->level].style.stroke_linecap.computed = SP_STROKE_LINECAP_BUTT;… in select_pen()
1243 … d->dc[d->level].style.stroke_linecap.computed = SP_STROKE_LINECAP_SQUARE; // U_PS_ENDCAP_SQUARE in delete_object()
2408 …case U_PS_ENDCAP_ROUND: { d->dc[d->level].style.stroke_linecap.computed = SP_STROKE_LINECAP_ROUND… in myMetaFileProc()
2409 …case U_PS_ENDCAP_SQUARE: { d->dc[d->level].style.stroke_linecap.computed = SP_STROKE_LINECAP_SQUAR… in myMetaFileProc()
2411 …default: { d->dc[d->level].style.stroke_linecap.computed = SP_STROKE_LINECAP_BUTT;… in myMetaFileProc()
[all …]
H A Demf-inout.cpp961 d->dc[d->level].style.stroke_linecap.computed == SP_STROKE_LINECAP_BUTT ? "butt" : in output_style()
962 d->dc[d->level].style.stroke_linecap.computed == SP_STROKE_LINECAP_ROUND ? "round" : in output_style()
963 … d->dc[d->level].style.stroke_linecap.computed == SP_STROKE_LINECAP_SQUARE ? "square" : in output_style()
1130 …case U_PS_ENDCAP_ROUND: { d->dc[d->level].style.stroke_linecap.computed = SP_STROKE_LINECAP_ROUND… in select_pen()
1131 …case U_PS_ENDCAP_SQUARE: { d->dc[d->level].style.stroke_linecap.computed = SP_STROKE_LINECAP_SQUAR… in select_pen()
1133 …default: { d->dc[d->level].style.stroke_linecap.computed = SP_STROKE_LINECAP_BUTT;… in select_pen()
1251 d->dc[d->level].style.stroke_linecap.computed = SP_STROKE_LINECAP_ROUND; in select_extpen()
1256 d->dc[d->level].style.stroke_linecap.computed = SP_STROKE_LINECAP_SQUARE; in select_extpen()
1262 d->dc[d->level].style.stroke_linecap.computed = SP_STROKE_LINECAP_BUTT; in select_extpen()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Ddesktop-style.cpp928 if (n_stroked > 1 && style->stroke_linecap.value != prev_cap) in objects_query_strokecap()
930 prev_cap = style->stroke_linecap.value; in objects_query_strokecap()
933 style_res->stroke_linecap.value = prev_cap; in objects_query_strokecap()
934 style_res->stroke_linecap.set = true; in objects_query_strokecap()
H A Dstyle.h260 T<SPAttr::STROKE_LINECAP, SPIEnum<SPStrokeCapType>> stroke_linecap; variable
/dports/multimedia/gpac-libgpac/gpac-1.0.0/include/gpac/
H A Dnodes_svg.h166 SVG_StrokeLineCap *stroke_linecap; member
/dports/multimedia/gpac-mp4box/gpac-1.0.0/include/gpac/
H A Dnodes_svg.h166 SVG_StrokeLineCap *stroke_linecap; member
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/laser/
H A Dlsr_tables.c984 f_elt.far_ptr = elt_atts->stroke_linecap; in gf_lsr_same_rare()
985 f_base.far_ptr = base_atts->stroke_linecap; in gf_lsr_same_rare()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/laser/
H A Dlsr_tables.c984 f_elt.far_ptr = elt_atts->stroke_linecap; in gf_lsr_same_rare()
985 f_base.far_ptr = base_atts->stroke_linecap; in gf_lsr_same_rare()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/display/
H A Dnr-style.cpp175 switch (style->stroke_linecap.computed) { in set()
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/headers/
H A Drl2svg_private.h320 int stroke_linecap; member

123