SVG_StrokeLineJoin  363 include/gpac/nodes_svg.h 	SVG_StrokeLineJoin *stroke_linejoin;
SVG_StrokeLineJoin  522 include/gpac/scenegraph_svg.h 	SVG_StrokeLineJoin			*stroke_linejoin;
SVG_StrokeLineJoin 1460 src/laser/lsr_dec.c 			GF_LSR_READ_INT(lsr, *(SVG_StrokeLineJoin*)info.far_ptr, 2, "stroke-linejoin");
SVG_StrokeLineJoin 1229 src/laser/lsr_enc.c 			GF_LSR_WRITE_INT(lsr, *(SVG_StrokeLineJoin*)att->data, 2, "stroke-linejoin");
SVG_StrokeLineJoin 2273 src/scenegraph/svg_attributes.c static void svg_parse_strokelinejoin(SVG_StrokeLineJoin *value, char *value_string)
SVG_StrokeLineJoin 3067 src/scenegraph/svg_attributes.c 		svg_parse_strokelinejoin((SVG_StrokeLineJoin *)info->far_ptr, attribute_content);
SVG_StrokeLineJoin  156 src/scenegraph/svg_properties.c 	GF_SAFEALLOC(svg_props->stroke_linejoin, SVG_StrokeLineJoin);
SVG_StrokeLineJoin  454 src/scenegraph/svg_properties.c 		return (*((SVG_StrokeLineJoin *)a->far_ptr) == SVG_STROKELINEJOIN_INHERIT);
SVG_StrokeLineJoin  960 src/scenegraph/svg_properties.c 			all_atts->stroke_linejoin = (SVG_StrokeLineJoin *)att->data;
SVG_StrokeLineJoin  891 src/scenegraph/xml_ns.c 		*(SVG_StrokeLineJoin*)att->data = SVG_STROKELINEJOIN_INHERIT;