Home
last modified time | relevance | path

Searched refs:all_atts (Results 1 – 25 of 31) sorted by relevance

12

/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/scenegraph/
H A Dsvg_properties.c593 if (all_atts->color && all_atts->color->type == SVG_PAINT_COLOR in gf_svg_apply_inheritance()
602 if (all_atts->display && *(all_atts->display) != SVG_DISPLAY_INHERIT) { in gf_svg_apply_inheritance()
615 if (all_atts->fill && all_atts->fill->type != SVG_PAINT_INHERIT) { in gf_svg_apply_inheritance()
632 if (all_atts->fill_rule && *(all_atts->fill_rule) != SVG_FILLRULE_INHERIT) { in gf_svg_apply_inheritance()
642 if (all_atts->font_size && all_atts->font_size->type != SVG_NUMBER_INHERIT) { in gf_svg_apply_inheritance()
647 if (all_atts->font_style && *(all_atts->font_style) != SVG_FONTSTYLE_INHERIT) { in gf_svg_apply_inheritance()
670 if (all_atts->opacity && all_atts->opacity->type != SVG_NUMBER_INHERIT) { in gf_svg_apply_inheritance()
684 if (all_atts->solid_color && all_atts->solid_color->type != SVG_PAINT_INHERIT) { in gf_svg_apply_inheritance()
705 if (all_atts->stop_color && all_atts->stop_color->type != SVG_PAINT_INHERIT) { in gf_svg_apply_inheritance()
726 if (all_atts->stroke && all_atts->stroke->type != SVG_PAINT_INHERIT) { in gf_svg_apply_inheritance()
[all …]
H A Dsmil_anim.c1417 SVGAllAttributes all_atts; in gf_smil_anim_init_discard() local
1429 xlinkp->href = all_atts.xlink_href; in gf_smil_anim_init_discard()
1439 SVGAllAttributes all_atts; in gf_smil_anim_init_node() local
1486 if ( (all_atts.to && (all_atts.to->type==0)) in gf_smil_anim_init_node()
1487 || (all_atts.from && (all_atts.from->type==0)) in gf_smil_anim_init_node()
1488 || (all_atts.by && (all_atts.by->type==0)) in gf_smil_anim_init_node()
1528 animp->by = all_atts.by; in gf_smil_anim_init_node()
1530 animp->from = all_atts.from; in gf_smil_anim_init_node()
1534 animp->to = all_atts.to; in gf_smil_anim_init_node()
1536 animp->values = all_atts.values; in gf_smil_anim_init_node()
[all …]
H A Dsmil_timing.c324 SVGAllAttributes all_atts; in gf_smil_timing_init_runtime_info() local
329 e->timingp->begin = all_atts.begin; in gf_smil_timing_init_runtime_info()
330 e->timingp->clipBegin = all_atts.clipBegin; in gf_smil_timing_init_runtime_info()
331 e->timingp->clipEnd = all_atts.clipEnd; in gf_smil_timing_init_runtime_info()
332 e->timingp->dur = all_atts.dur; in gf_smil_timing_init_runtime_info()
333 e->timingp->end = all_atts.end; in gf_smil_timing_init_runtime_info()
334 e->timingp->fill = all_atts.smil_fill; in gf_smil_timing_init_runtime_info()
335 e->timingp->max = all_atts.max; in gf_smil_timing_init_runtime_info()
336 e->timingp->min = all_atts.min; in gf_smil_timing_init_runtime_info()
338 e->timingp->repeatDur = all_atts.repeatDur; in gf_smil_timing_init_runtime_info()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/scenegraph/
H A Dsvg_properties.c593 if (all_atts->color && all_atts->color->type == SVG_PAINT_COLOR in gf_svg_apply_inheritance()
602 if (all_atts->display && *(all_atts->display) != SVG_DISPLAY_INHERIT) { in gf_svg_apply_inheritance()
615 if (all_atts->fill && all_atts->fill->type != SVG_PAINT_INHERIT) { in gf_svg_apply_inheritance()
632 if (all_atts->fill_rule && *(all_atts->fill_rule) != SVG_FILLRULE_INHERIT) { in gf_svg_apply_inheritance()
642 if (all_atts->font_size && all_atts->font_size->type != SVG_NUMBER_INHERIT) { in gf_svg_apply_inheritance()
647 if (all_atts->font_style && *(all_atts->font_style) != SVG_FONTSTYLE_INHERIT) { in gf_svg_apply_inheritance()
670 if (all_atts->opacity && all_atts->opacity->type != SVG_NUMBER_INHERIT) { in gf_svg_apply_inheritance()
684 if (all_atts->solid_color && all_atts->solid_color->type != SVG_PAINT_INHERIT) { in gf_svg_apply_inheritance()
705 if (all_atts->stop_color && all_atts->stop_color->type != SVG_PAINT_INHERIT) { in gf_svg_apply_inheritance()
726 if (all_atts->stroke && all_atts->stroke->type != SVG_PAINT_INHERIT) { in gf_svg_apply_inheritance()
[all …]
H A Dsmil_anim.c1417 SVGAllAttributes all_atts; in gf_smil_anim_init_discard() local
1429 xlinkp->href = all_atts.xlink_href; in gf_smil_anim_init_discard()
1439 SVGAllAttributes all_atts; in gf_smil_anim_init_node() local
1486 if ( (all_atts.to && (all_atts.to->type==0)) in gf_smil_anim_init_node()
1487 || (all_atts.from && (all_atts.from->type==0)) in gf_smil_anim_init_node()
1488 || (all_atts.by && (all_atts.by->type==0)) in gf_smil_anim_init_node()
1528 animp->by = all_atts.by; in gf_smil_anim_init_node()
1530 animp->from = all_atts.from; in gf_smil_anim_init_node()
1534 animp->to = all_atts.to; in gf_smil_anim_init_node()
1536 animp->values = all_atts.values; in gf_smil_anim_init_node()
[all …]
H A Dsmil_timing.c324 SVGAllAttributes all_atts; in gf_smil_timing_init_runtime_info() local
329 e->timingp->begin = all_atts.begin; in gf_smil_timing_init_runtime_info()
330 e->timingp->clipBegin = all_atts.clipBegin; in gf_smil_timing_init_runtime_info()
331 e->timingp->clipEnd = all_atts.clipEnd; in gf_smil_timing_init_runtime_info()
332 e->timingp->dur = all_atts.dur; in gf_smil_timing_init_runtime_info()
333 e->timingp->end = all_atts.end; in gf_smil_timing_init_runtime_info()
334 e->timingp->fill = all_atts.smil_fill; in gf_smil_timing_init_runtime_info()
335 e->timingp->max = all_atts.max; in gf_smil_timing_init_runtime_info()
336 e->timingp->min = all_atts.min; in gf_smil_timing_init_runtime_info()
338 e->timingp->repeatDur = all_atts.repeatDur; in gf_smil_timing_init_runtime_info()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/compositor/
H A Dsvg_paint_servers.c95 if (!all_atts->cx) all_atts->cx = all_href_atts.cx; in svg_copy_gradient_attributes_from()
96 if (!all_atts->cy) all_atts->cy = all_href_atts.cy; in svg_copy_gradient_attributes_from()
97 if (!all_atts->r) all_atts->r = all_href_atts.r; in svg_copy_gradient_attributes_from()
98 if (!all_atts->fx) all_atts->fx = all_href_atts.fx; in svg_copy_gradient_attributes_from()
99 if (!all_atts->fy) all_atts->fy = all_href_atts.fy; in svg_copy_gradient_attributes_from()
101 if (!all_atts->x1) all_atts->x1 = all_href_atts.x1; in svg_copy_gradient_attributes_from()
102 if (!all_atts->x2) all_atts->x2 = all_href_atts.x2; in svg_copy_gradient_attributes_from()
103 if (!all_atts->y1) all_atts->y1 = all_href_atts.y1; in svg_copy_gradient_attributes_from()
104 if (!all_atts->y2) all_atts->y2 = all_href_atts.y2; in svg_copy_gradient_attributes_from()
533 if (all_atts.x1) { in SVG_LG_ComputeMatrix()
[all …]
H A Dsvg_grouping.c415 …f_mx2d_add_translation(&tr_state->vb_transform, all_atts.x ? all_atts.x->value : 0, all_atts.y ? a… in svg_traverse_svg()
1062 translate.m[2] = (all_atts.x ? all_atts.x->value : 0); in svg_traverse_resource()
1063 translate.m[5] = (all_atts.y ? all_atts.y->value : 0); in svg_traverse_resource()
1067 if (all_atts.width && all_atts.height) { in svg_traverse_resource()
1152 clipBegin = all_atts.clipBegin ? *all_atts.clipBegin : 0; in svg_animation_smil_update()
1153 clipEnd = all_atts.clipEnd ? *all_atts.clipEnd : -1; in svg_animation_smil_update()
1212 if (all_atts.xlink_href) all_atts.xlink_href->target=NULL; in svg_animation_smil_evaluate()
1254 if (!all_atts.width || !all_atts.height) return; in svg_traverse_animation()
1255 if (!all_atts.width->value || !all_atts.height->value) return; in svg_traverse_animation()
1269 translate.m[2] = (all_atts.x ? all_atts.x->value : 0); in svg_traverse_animation()
[all …]
H A Dsvg_external.c133 SVGAllAttributes all_atts; in gf_mo_load_xlink_resource() local
140 xlinkp.actuate = all_atts.xlink_actuate; in gf_mo_load_xlink_resource()
141 xlinkp.arcrole = all_atts.xlink_arcrole; in gf_mo_load_xlink_resource()
142 xlinkp.href = all_atts.xlink_href; in gf_mo_load_xlink_resource()
143 xlinkp.role = all_atts.xlink_role; in gf_mo_load_xlink_resource()
144 xlinkp.show = all_atts.xlink_show; in gf_mo_load_xlink_resource()
145 xlinkp.title = all_atts.xlink_title; in gf_mo_load_xlink_resource()
146 xlinkp.type = all_atts.xlink_type; in gf_mo_load_xlink_resource()
147 syncp.syncBehavior = all_atts.syncBehavior; in gf_mo_load_xlink_resource()
149 syncp.syncMaster = all_atts.syncMaster; in gf_mo_load_xlink_resource()
[all …]
H A Dsvg_base.c107 CHECK_PROP(render_svg_props->display, all_atts->display); in gf_svg_apply_inheritance_no_inheritance()
108 CHECK_PROP(render_svg_props->fill, all_atts->fill); in gf_svg_apply_inheritance_no_inheritance()
109 CHECK_PROP(render_svg_props->fill_opacity, all_atts->fill_opacity); in gf_svg_apply_inheritance_no_inheritance()
110 CHECK_PROP(render_svg_props->fill_rule, all_atts->fill_rule); in gf_svg_apply_inheritance_no_inheritance()
111 CHECK_PROP(render_svg_props->solid_color, all_atts->solid_color); in gf_svg_apply_inheritance_no_inheritance()
112 CHECK_PROP(render_svg_props->solid_opacity, all_atts->solid_opacity); in gf_svg_apply_inheritance_no_inheritance()
113 CHECK_PROP(render_svg_props->stop_color, all_atts->stop_color); in gf_svg_apply_inheritance_no_inheritance()
114 CHECK_PROP(render_svg_props->stop_opacity, all_atts->stop_opacity); in gf_svg_apply_inheritance_no_inheritance()
115 CHECK_PROP(render_svg_props->stroke, all_atts->stroke); in gf_svg_apply_inheritance_no_inheritance()
122 CHECK_PROP(render_svg_props->stroke_width, all_atts->stroke_width); in gf_svg_apply_inheritance_no_inheritance()
[all …]
H A Dsvg_filters.c203 SVGAllAttributes all_atts; in svg_draw_filter() local
366 gf_svg_flatten_attributes((SVG_Element *)filter, &all_atts); in svg_draw_filter()
367 if (!all_atts.filterUnits || (*all_atts.filterUnits==SVG_GRADIENTUNITS_OBJECT)) { in svg_draw_filter()
369 v = all_atts.x ? all_atts.x->value : INT2FIX(-10); in svg_draw_filter()
371 v = all_atts.y ? all_atts.y->value : INT2FIX(-10); in svg_draw_filter()
373 v = all_atts.width ? all_atts.width->value : INT2FIX(120); in svg_draw_filter()
375 v = all_atts.height ? all_atts.height->value : INT2FIX(120); in svg_draw_filter()
378 bounds.x = all_atts.x ? all_atts.x->value : 0; in svg_draw_filter()
379 bounds.y = all_atts.y ? all_atts.y->value : 0; in svg_draw_filter()
380 bounds.width = all_atts.width ? all_atts.width->value : bounds.width; in svg_draw_filter()
[all …]
H A Dsvg_media.c210 SVGAllAttributes all_atts; in svg_play_texture() local
216 atts = &all_atts; in svg_play_texture()
238 SVGAllAttributes all_atts; in svg_traverse_bitmap() local
272 gf_svg_flatten_attributes((SVG_Element *)node, &all_atts); in svg_traverse_bitmap()
681 SVGAllAttributes all_atts; in svg_traverse_audio_ex() local
700 gf_svg_flatten_attributes((SVG_Element *)node, &all_atts); in svg_traverse_audio_ex()
831 SVGAllAttributes all_atts; in svg_traverse_updates() local
850 gf_svg_flatten_attributes((SVG_Element *)node, &all_atts); in svg_traverse_updates()
856 stack->clipBegin = all_atts.clipBegin ? *all_atts.clipBegin : 0; in svg_traverse_updates()
857 stack->clipEnd = all_atts.clipEnd ? *all_atts.clipEnd : -1; in svg_traverse_updates()
[all …]
H A Dsvg_geometry.c274 SVGAllAttributes all_atts; in svg_drawable_pick() local
278 gf_svg_flatten_attributes((SVG_Element *)node, &all_atts); in svg_drawable_pick()
281 gf_svg_apply_inheritance(&all_atts, tr_state->svg_props); in svg_drawable_pick()
284 compositor_svg_apply_local_transformation(tr_state, &all_atts, &backup_matrix, &mx_3d); in svg_drawable_pick()
350 SVGAllAttributes all_atts; in svg_drawable_traverse() local
369 gf_svg_flatten_attributes((SVG_Element *)node, &all_atts); in svg_drawable_traverse()
376 rebuild_path(node, drawable, &all_atts); in svg_drawable_traverse()
408 compositor_svg_apply_local_transformation(tr_state, &all_atts, &backup_matrix, NULL); in svg_drawable_traverse()
422 compositor_svg_apply_local_transformation(tr_state, &all_atts, &backup_matrix, &mx_3d); in svg_drawable_traverse()
437 if (all_atts.pathLength && all_atts.pathLength->type==SVG_NUMBER_VALUE) in svg_drawable_traverse()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/compositor/
H A Dsvg_paint_servers.c95 if (!all_atts->cx) all_atts->cx = all_href_atts.cx; in svg_copy_gradient_attributes_from()
96 if (!all_atts->cy) all_atts->cy = all_href_atts.cy; in svg_copy_gradient_attributes_from()
97 if (!all_atts->r) all_atts->r = all_href_atts.r; in svg_copy_gradient_attributes_from()
98 if (!all_atts->fx) all_atts->fx = all_href_atts.fx; in svg_copy_gradient_attributes_from()
99 if (!all_atts->fy) all_atts->fy = all_href_atts.fy; in svg_copy_gradient_attributes_from()
101 if (!all_atts->x1) all_atts->x1 = all_href_atts.x1; in svg_copy_gradient_attributes_from()
102 if (!all_atts->x2) all_atts->x2 = all_href_atts.x2; in svg_copy_gradient_attributes_from()
103 if (!all_atts->y1) all_atts->y1 = all_href_atts.y1; in svg_copy_gradient_attributes_from()
104 if (!all_atts->y2) all_atts->y2 = all_href_atts.y2; in svg_copy_gradient_attributes_from()
533 if (all_atts.x1) { in SVG_LG_ComputeMatrix()
[all …]
H A Dsvg_grouping.c415 …f_mx2d_add_translation(&tr_state->vb_transform, all_atts.x ? all_atts.x->value : 0, all_atts.y ? a… in svg_traverse_svg()
1062 translate.m[2] = (all_atts.x ? all_atts.x->value : 0); in svg_traverse_resource()
1063 translate.m[5] = (all_atts.y ? all_atts.y->value : 0); in svg_traverse_resource()
1067 if (all_atts.width && all_atts.height) { in svg_traverse_resource()
1152 clipBegin = all_atts.clipBegin ? *all_atts.clipBegin : 0; in svg_animation_smil_update()
1153 clipEnd = all_atts.clipEnd ? *all_atts.clipEnd : -1; in svg_animation_smil_update()
1212 if (all_atts.xlink_href) all_atts.xlink_href->target=NULL; in svg_animation_smil_evaluate()
1254 if (!all_atts.width || !all_atts.height) return; in svg_traverse_animation()
1255 if (!all_atts.width->value || !all_atts.height->value) return; in svg_traverse_animation()
1269 translate.m[2] = (all_atts.x ? all_atts.x->value : 0); in svg_traverse_animation()
[all …]
H A Dsvg_external.c133 SVGAllAttributes all_atts; in gf_mo_load_xlink_resource() local
140 xlinkp.actuate = all_atts.xlink_actuate; in gf_mo_load_xlink_resource()
141 xlinkp.arcrole = all_atts.xlink_arcrole; in gf_mo_load_xlink_resource()
142 xlinkp.href = all_atts.xlink_href; in gf_mo_load_xlink_resource()
143 xlinkp.role = all_atts.xlink_role; in gf_mo_load_xlink_resource()
144 xlinkp.show = all_atts.xlink_show; in gf_mo_load_xlink_resource()
145 xlinkp.title = all_atts.xlink_title; in gf_mo_load_xlink_resource()
146 xlinkp.type = all_atts.xlink_type; in gf_mo_load_xlink_resource()
147 syncp.syncBehavior = all_atts.syncBehavior; in gf_mo_load_xlink_resource()
149 syncp.syncMaster = all_atts.syncMaster; in gf_mo_load_xlink_resource()
[all …]
H A Dsvg_base.c107 CHECK_PROP(render_svg_props->display, all_atts->display); in gf_svg_apply_inheritance_no_inheritance()
108 CHECK_PROP(render_svg_props->fill, all_atts->fill); in gf_svg_apply_inheritance_no_inheritance()
109 CHECK_PROP(render_svg_props->fill_opacity, all_atts->fill_opacity); in gf_svg_apply_inheritance_no_inheritance()
110 CHECK_PROP(render_svg_props->fill_rule, all_atts->fill_rule); in gf_svg_apply_inheritance_no_inheritance()
111 CHECK_PROP(render_svg_props->solid_color, all_atts->solid_color); in gf_svg_apply_inheritance_no_inheritance()
112 CHECK_PROP(render_svg_props->solid_opacity, all_atts->solid_opacity); in gf_svg_apply_inheritance_no_inheritance()
113 CHECK_PROP(render_svg_props->stop_color, all_atts->stop_color); in gf_svg_apply_inheritance_no_inheritance()
114 CHECK_PROP(render_svg_props->stop_opacity, all_atts->stop_opacity); in gf_svg_apply_inheritance_no_inheritance()
115 CHECK_PROP(render_svg_props->stroke, all_atts->stroke); in gf_svg_apply_inheritance_no_inheritance()
122 CHECK_PROP(render_svg_props->stroke_width, all_atts->stroke_width); in gf_svg_apply_inheritance_no_inheritance()
[all …]
H A Dsvg_filters.c203 SVGAllAttributes all_atts; in svg_draw_filter() local
366 gf_svg_flatten_attributes((SVG_Element *)filter, &all_atts); in svg_draw_filter()
367 if (!all_atts.filterUnits || (*all_atts.filterUnits==SVG_GRADIENTUNITS_OBJECT)) { in svg_draw_filter()
369 v = all_atts.x ? all_atts.x->value : INT2FIX(-10); in svg_draw_filter()
371 v = all_atts.y ? all_atts.y->value : INT2FIX(-10); in svg_draw_filter()
373 v = all_atts.width ? all_atts.width->value : INT2FIX(120); in svg_draw_filter()
375 v = all_atts.height ? all_atts.height->value : INT2FIX(120); in svg_draw_filter()
378 bounds.x = all_atts.x ? all_atts.x->value : 0; in svg_draw_filter()
379 bounds.y = all_atts.y ? all_atts.y->value : 0; in svg_draw_filter()
380 bounds.width = all_atts.width ? all_atts.width->value : bounds.width; in svg_draw_filter()
[all …]
H A Dsvg_media.c210 SVGAllAttributes all_atts; in svg_play_texture() local
216 atts = &all_atts; in svg_play_texture()
238 SVGAllAttributes all_atts; in svg_traverse_bitmap() local
272 gf_svg_flatten_attributes((SVG_Element *)node, &all_atts); in svg_traverse_bitmap()
681 SVGAllAttributes all_atts; in svg_traverse_audio_ex() local
700 gf_svg_flatten_attributes((SVG_Element *)node, &all_atts); in svg_traverse_audio_ex()
831 SVGAllAttributes all_atts; in svg_traverse_updates() local
850 gf_svg_flatten_attributes((SVG_Element *)node, &all_atts); in svg_traverse_updates()
856 stack->clipBegin = all_atts.clipBegin ? *all_atts.clipBegin : 0; in svg_traverse_updates()
857 stack->clipEnd = all_atts.clipEnd ? *all_atts.clipEnd : -1; in svg_traverse_updates()
[all …]
H A Dsvg_geometry.c274 SVGAllAttributes all_atts; in svg_drawable_pick() local
278 gf_svg_flatten_attributes((SVG_Element *)node, &all_atts); in svg_drawable_pick()
281 gf_svg_apply_inheritance(&all_atts, tr_state->svg_props); in svg_drawable_pick()
284 compositor_svg_apply_local_transformation(tr_state, &all_atts, &backup_matrix, &mx_3d); in svg_drawable_pick()
350 SVGAllAttributes all_atts; in svg_drawable_traverse() local
369 gf_svg_flatten_attributes((SVG_Element *)node, &all_atts); in svg_drawable_traverse()
376 rebuild_path(node, drawable, &all_atts); in svg_drawable_traverse()
408 compositor_svg_apply_local_transformation(tr_state, &all_atts, &backup_matrix, NULL); in svg_drawable_traverse()
422 compositor_svg_apply_local_transformation(tr_state, &all_atts, &backup_matrix, &mx_3d); in svg_drawable_traverse()
437 if (all_atts.pathLength && all_atts.pathLength->type==SVG_NUMBER_VALUE) in svg_drawable_traverse()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/testapps/svg2bifs/
H A Dmain.c37 SVGAllAttributes all_atts; member
454 if (converter->all_atts.x || converter->all_atts.y) { in svg2bifs_node_start()
466 …if (converter->all_atts.x) tr->translation.x = converter->all_atts.x->value + (converter->all_atts in svg2bifs_node_start()
467 …if (converter->all_atts.y) tr->translation.y = converter->all_atts.y->value + (converter->all_atts in svg2bifs_node_start()
482 if (converter->all_atts.width) rect->size.x = converter->all_atts.width->value; in svg2bifs_node_start()
506 if (converter->all_atts.x || converter->all_atts.y) { in svg2bifs_node_start()
518 if (converter->all_atts.x) tr->translation.x = converter->all_atts.x->value; in svg2bifs_node_start()
519 if (converter->all_atts.y) tr->translation.y = converter->all_atts.y->value; in svg2bifs_node_start()
727 if (converter->all_atts.cx || converter->all_atts.cy) { in svg2bifs_node_start()
733 if (converter->all_atts.cx) tr->translation.x = converter->all_atts.cx->value; in svg2bifs_node_start()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/testapps/svg2bifs/
H A Dmain.c37 SVGAllAttributes all_atts; member
454 if (converter->all_atts.x || converter->all_atts.y) { in svg2bifs_node_start()
466 …if (converter->all_atts.x) tr->translation.x = converter->all_atts.x->value + (converter->all_atts in svg2bifs_node_start()
467 …if (converter->all_atts.y) tr->translation.y = converter->all_atts.y->value + (converter->all_atts in svg2bifs_node_start()
482 if (converter->all_atts.width) rect->size.x = converter->all_atts.width->value; in svg2bifs_node_start()
506 if (converter->all_atts.x || converter->all_atts.y) { in svg2bifs_node_start()
518 if (converter->all_atts.x) tr->translation.x = converter->all_atts.x->value; in svg2bifs_node_start()
519 if (converter->all_atts.y) tr->translation.y = converter->all_atts.y->value; in svg2bifs_node_start()
727 if (converter->all_atts.cx || converter->all_atts.cy) { in svg2bifs_node_start()
733 if (converter->all_atts.cx) tr->translation.x = converter->all_atts.cx->value; in svg2bifs_node_start()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/generators/SVG/
H A Dv3.c53 gf_list_add(all_atts, att); in buildGlobalAttributeList()
87 gf_list_add(all_atts, att); in buildGlobalAttributeList()
98 gf_list_add(all_atts, att); in buildGlobalAttributeList()
106 GF_List *all_atts = gf_list_new(); in generateSVGCode_V3() local
137 for (i=0; i<gf_list_count(all_atts); i++) { in generateSVGCode_V3()
146 for (i=0; i<gf_list_count(all_atts); i++) { in generateSVGCode_V3()
169 for (i=0; i<gf_list_count(all_atts); i++) { in generateSVGCode_V3()
213 for (i=0; i<gf_list_count(all_atts); i++) { in generateSVGCode_V3()
226 for (i=0; i<gf_list_count(all_atts); i++) { in generateSVGCode_V3()
290 generate_laser_tables_da(all_atts); in generateSVGCode_V3()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/generators/SVG/
H A Dv3.c53 gf_list_add(all_atts, att); in buildGlobalAttributeList()
87 gf_list_add(all_atts, att); in buildGlobalAttributeList()
98 gf_list_add(all_atts, att); in buildGlobalAttributeList()
106 GF_List *all_atts = gf_list_new(); in generateSVGCode_V3() local
137 for (i=0; i<gf_list_count(all_atts); i++) { in generateSVGCode_V3()
146 for (i=0; i<gf_list_count(all_atts); i++) { in generateSVGCode_V3()
169 for (i=0; i<gf_list_count(all_atts); i++) { in generateSVGCode_V3()
213 for (i=0; i<gf_list_count(all_atts); i++) { in generateSVGCode_V3()
226 for (i=0; i<gf_list_count(all_atts); i++) { in generateSVGCode_V3()
290 generate_laser_tables_da(all_atts); in generateSVGCode_V3()
[all …]
/dports/mail/balsa/balsa-2.5.1/src/
H A Dbalsa-mime-widget-vcalendar.c184 GString *all_atts = NULL; in balsa_vevent_widget() local
190 if (all_atts) in balsa_vevent_widget()
191 g_string_append_printf(all_atts, "\n%s", this_att); in balsa_vevent_widget()
193 all_atts = g_string_new(this_att); in balsa_vevent_widget()
212 GRID_ATTACH(grid, all_atts->str, in balsa_vevent_widget()
215 g_string_free(all_atts, TRUE); in balsa_vevent_widget()

12