Home
last modified time | relevance | path

Searched refs:urid (Results 1 – 25 of 549) sorted by relevance

12345678910>>...22

/dports/audio/espressivo-lv2/espressivo.lv2-de1d07c/canvas.lv2/canvas.lv2/
H A Dforge.h148 return _lv2_canvas_forge_vec(forge, urid, urid->Canvas_Arc, 5, vec); in lv2_canvas_forge_arc()
157 return _lv2_canvas_forge_vec(forge, urid, urid->Canvas_CurveTo, 6, vec); in lv2_canvas_forge_curveTo()
166 return _lv2_canvas_forge_vec(forge, urid, urid->Canvas_LineTo, 2, vec); in lv2_canvas_forge_lineTo()
175 return _lv2_canvas_forge_vec(forge, urid, urid->Canvas_MoveTo, 2, vec); in lv2_canvas_forge_moveTo()
191 return _lv2_canvas_forge_vec(forge, urid, urid->Canvas_PolyLine, n, vec); in lv2_canvas_forge_polyLine()
198 return _lv2_canvas_forge_lng(forge, urid, urid->Canvas_Style, style); in lv2_canvas_forge_style()
214 return _lv2_canvas_forge_vec(forge, urid, urid->Canvas_LineDash, 2, vec); in lv2_canvas_forge_lineDash()
283 return _lv2_canvas_forge_vec(forge, urid, urid->Canvas_Scale, 2, vec); in lv2_canvas_forge_scale()
290 return _lv2_canvas_forge_flt(forge, urid, urid->Canvas_Rotate, a); in lv2_canvas_forge_rotate()
312 return _lv2_canvas_forge_flt(forge, urid, urid->Canvas_FontSize, size); in lv2_canvas_forge_fontSize()
[all …]
H A Drender_nanovg.h55 LV2_Canvas_URID *urid, const LV2_Atom *body) in _lv2_canvas_render_beginPath() argument
63 LV2_Canvas_URID *urid, const LV2_Atom *body) in _lv2_canvas_render_closePath() argument
71 LV2_Canvas_URID *urid, const LV2_Atom *body) in _lv2_canvas_render_arc() argument
84 LV2_Canvas_URID *urid, const LV2_Atom *body) in _lv2_canvas_render_curveTo() argument
214 if(*v == urid->Canvas_lineCapButt) in _lv2_canvas_render_lineCap()
216 else if(*v == urid->Canvas_lineCapRound) in _lv2_canvas_render_lineCap()
218 else if(*v == urid->Canvas_lineCapSquare) in _lv2_canvas_render_lineCap()
236 if(*v == urid->Canvas_lineJoinMiter) in _lv2_canvas_render_lineJoin()
238 else if(*v == urid->Canvas_lineJoinRound) in _lv2_canvas_render_lineJoin()
542 LV2_Canvas_URID *urid = &canvas->urid; in lv2_canvas_render_body() local
[all …]
H A Drender_cairo.h33 LV2_Canvas_URID *urid __attribute__((unused)), in _lv2_canvas_render_beginPath() argument
51 LV2_Canvas_URID *urid, const LV2_Atom *body) in _lv2_canvas_render_arc() argument
64 LV2_Canvas_URID *urid, const LV2_Atom *body) in _lv2_canvas_render_curveTo() argument
77 LV2_Canvas_URID *urid, const LV2_Atom *body) in _lv2_canvas_render_lineTo() argument
192 if(*v == urid->Canvas_lineCapButt) in _lv2_canvas_render_lineCap()
194 else if(*v == urid->Canvas_lineCapRound) in _lv2_canvas_render_lineCap()
196 else if(*v == urid->Canvas_lineCapSquare) in _lv2_canvas_render_lineCap()
214 if(*v == urid->Canvas_lineJoinMiter) in _lv2_canvas_render_lineJoin()
216 else if(*v == urid->Canvas_lineJoinRound) in _lv2_canvas_render_lineJoin()
526 LV2_Canvas_URID *urid = &canvas->urid; in lv2_canvas_render_body() local
[all …]
H A Dcanvas.h140 urid->Canvas_graph = map->map(map->handle, CANVAS__graph); in lv2_canvas_urid_init()
141 urid->Canvas_body = map->map(map->handle, CANVAS__body); in lv2_canvas_urid_init()
146 urid->Canvas_Arc = map->map(map->handle, CANVAS__Arc); in lv2_canvas_urid_init()
148 urid->Canvas_LineTo = map->map(map->handle, CANVAS__LineTo); in lv2_canvas_urid_init()
152 urid->Canvas_Style = map->map(map->handle, CANVAS__Style); in lv2_canvas_urid_init()
159 urid->Canvas_Fill = map->map(map->handle, CANVAS__Fill); in lv2_canvas_urid_init()
160 urid->Canvas_Clip = map->map(map->handle, CANVAS__Clip); in lv2_canvas_urid_init()
161 urid->Canvas_Save = map->map(map->handle, CANVAS__Save); in lv2_canvas_urid_init()
164 urid->Canvas_Scale = map->map(map->handle, CANVAS__Scale); in lv2_canvas_urid_init()
167 urid->Canvas_Reset = map->map(map->handle, CANVAS__Reset); in lv2_canvas_urid_init()
[all …]
/dports/audio/moony-lv2/moony-0.36.0/canvas.lv2/canvas.lv2/
H A Dforge.h148 return _lv2_canvas_forge_vec(forge, urid, urid->Canvas_Arc, 5, vec); in lv2_canvas_forge_arc()
157 return _lv2_canvas_forge_vec(forge, urid, urid->Canvas_CurveTo, 6, vec); in lv2_canvas_forge_curveTo()
166 return _lv2_canvas_forge_vec(forge, urid, urid->Canvas_LineTo, 2, vec); in lv2_canvas_forge_lineTo()
175 return _lv2_canvas_forge_vec(forge, urid, urid->Canvas_MoveTo, 2, vec); in lv2_canvas_forge_moveTo()
191 return _lv2_canvas_forge_vec(forge, urid, urid->Canvas_PolyLine, n, vec); in lv2_canvas_forge_polyLine()
198 return _lv2_canvas_forge_lng(forge, urid, urid->Canvas_Style, style); in lv2_canvas_forge_style()
214 return _lv2_canvas_forge_vec(forge, urid, urid->Canvas_LineDash, 2, vec); in lv2_canvas_forge_lineDash()
283 return _lv2_canvas_forge_vec(forge, urid, urid->Canvas_Scale, 2, vec); in lv2_canvas_forge_scale()
290 return _lv2_canvas_forge_flt(forge, urid, urid->Canvas_Rotate, a); in lv2_canvas_forge_rotate()
312 return _lv2_canvas_forge_flt(forge, urid, urid->Canvas_FontSize, size); in lv2_canvas_forge_fontSize()
[all …]
H A Drender_nanovg.h55 LV2_Canvas_URID *urid, const LV2_Atom *body) in _lv2_canvas_render_beginPath() argument
63 LV2_Canvas_URID *urid, const LV2_Atom *body) in _lv2_canvas_render_closePath() argument
71 LV2_Canvas_URID *urid, const LV2_Atom *body) in _lv2_canvas_render_arc() argument
84 LV2_Canvas_URID *urid, const LV2_Atom *body) in _lv2_canvas_render_curveTo() argument
214 if(*v == urid->Canvas_lineCapButt) in _lv2_canvas_render_lineCap()
216 else if(*v == urid->Canvas_lineCapRound) in _lv2_canvas_render_lineCap()
218 else if(*v == urid->Canvas_lineCapSquare) in _lv2_canvas_render_lineCap()
236 if(*v == urid->Canvas_lineJoinMiter) in _lv2_canvas_render_lineJoin()
238 else if(*v == urid->Canvas_lineJoinRound) in _lv2_canvas_render_lineJoin()
542 LV2_Canvas_URID *urid = &canvas->urid; in lv2_canvas_render_body() local
[all …]
H A Drender_cairo.h33 LV2_Canvas_URID *urid __attribute__((unused)), in _lv2_canvas_render_beginPath() argument
51 LV2_Canvas_URID *urid, const LV2_Atom *body) in _lv2_canvas_render_arc() argument
64 LV2_Canvas_URID *urid, const LV2_Atom *body) in _lv2_canvas_render_curveTo() argument
77 LV2_Canvas_URID *urid, const LV2_Atom *body) in _lv2_canvas_render_lineTo() argument
192 if(*v == urid->Canvas_lineCapButt) in _lv2_canvas_render_lineCap()
194 else if(*v == urid->Canvas_lineCapRound) in _lv2_canvas_render_lineCap()
196 else if(*v == urid->Canvas_lineCapSquare) in _lv2_canvas_render_lineCap()
214 if(*v == urid->Canvas_lineJoinMiter) in _lv2_canvas_render_lineJoin()
216 else if(*v == urid->Canvas_lineJoinRound) in _lv2_canvas_render_lineJoin()
526 LV2_Canvas_URID *urid = &canvas->urid; in lv2_canvas_render_body() local
[all …]
H A Dcanvas.h140 urid->Canvas_graph = map->map(map->handle, CANVAS__graph); in lv2_canvas_urid_init()
141 urid->Canvas_body = map->map(map->handle, CANVAS__body); in lv2_canvas_urid_init()
146 urid->Canvas_Arc = map->map(map->handle, CANVAS__Arc); in lv2_canvas_urid_init()
148 urid->Canvas_LineTo = map->map(map->handle, CANVAS__LineTo); in lv2_canvas_urid_init()
152 urid->Canvas_Style = map->map(map->handle, CANVAS__Style); in lv2_canvas_urid_init()
159 urid->Canvas_Fill = map->map(map->handle, CANVAS__Fill); in lv2_canvas_urid_init()
160 urid->Canvas_Clip = map->map(map->handle, CANVAS__Clip); in lv2_canvas_urid_init()
161 urid->Canvas_Save = map->map(map->handle, CANVAS__Save); in lv2_canvas_urid_init()
164 urid->Canvas_Scale = map->map(map->handle, CANVAS__Scale); in lv2_canvas_urid_init()
167 urid->Canvas_Reset = map->map(map->handle, CANVAS__Reset); in lv2_canvas_urid_init()
[all …]
/dports/audio/synthpod-lv2/synthpod-01aad91/canvas.lv2/canvas.lv2/
H A Dforge.h148 return _lv2_canvas_forge_vec(forge, urid, urid->Canvas_Arc, 5, vec); in lv2_canvas_forge_arc()
157 return _lv2_canvas_forge_vec(forge, urid, urid->Canvas_CurveTo, 6, vec); in lv2_canvas_forge_curveTo()
166 return _lv2_canvas_forge_vec(forge, urid, urid->Canvas_LineTo, 2, vec); in lv2_canvas_forge_lineTo()
175 return _lv2_canvas_forge_vec(forge, urid, urid->Canvas_MoveTo, 2, vec); in lv2_canvas_forge_moveTo()
191 return _lv2_canvas_forge_vec(forge, urid, urid->Canvas_PolyLine, n, vec); in lv2_canvas_forge_polyLine()
198 return _lv2_canvas_forge_lng(forge, urid, urid->Canvas_Style, style); in lv2_canvas_forge_style()
214 return _lv2_canvas_forge_vec(forge, urid, urid->Canvas_LineDash, 2, vec); in lv2_canvas_forge_lineDash()
283 return _lv2_canvas_forge_vec(forge, urid, urid->Canvas_Scale, 2, vec); in lv2_canvas_forge_scale()
290 return _lv2_canvas_forge_flt(forge, urid, urid->Canvas_Rotate, a); in lv2_canvas_forge_rotate()
312 return _lv2_canvas_forge_flt(forge, urid, urid->Canvas_FontSize, size); in lv2_canvas_forge_fontSize()
[all …]
H A Drender_nanovg.h55 LV2_Canvas_URID *urid, const LV2_Atom *body) in _lv2_canvas_render_beginPath() argument
63 LV2_Canvas_URID *urid, const LV2_Atom *body) in _lv2_canvas_render_closePath() argument
71 LV2_Canvas_URID *urid, const LV2_Atom *body) in _lv2_canvas_render_arc() argument
84 LV2_Canvas_URID *urid, const LV2_Atom *body) in _lv2_canvas_render_curveTo() argument
214 if(*v == urid->Canvas_lineCapButt) in _lv2_canvas_render_lineCap()
216 else if(*v == urid->Canvas_lineCapRound) in _lv2_canvas_render_lineCap()
218 else if(*v == urid->Canvas_lineCapSquare) in _lv2_canvas_render_lineCap()
236 if(*v == urid->Canvas_lineJoinMiter) in _lv2_canvas_render_lineJoin()
238 else if(*v == urid->Canvas_lineJoinRound) in _lv2_canvas_render_lineJoin()
542 LV2_Canvas_URID *urid = &canvas->urid; in lv2_canvas_render_body() local
[all …]
H A Drender_cairo.h33 LV2_Canvas_URID *urid __attribute__((unused)), in _lv2_canvas_render_beginPath() argument
51 LV2_Canvas_URID *urid, const LV2_Atom *body) in _lv2_canvas_render_arc() argument
64 LV2_Canvas_URID *urid, const LV2_Atom *body) in _lv2_canvas_render_curveTo() argument
77 LV2_Canvas_URID *urid, const LV2_Atom *body) in _lv2_canvas_render_lineTo() argument
192 if(*v == urid->Canvas_lineCapButt) in _lv2_canvas_render_lineCap()
194 else if(*v == urid->Canvas_lineCapRound) in _lv2_canvas_render_lineCap()
196 else if(*v == urid->Canvas_lineCapSquare) in _lv2_canvas_render_lineCap()
214 if(*v == urid->Canvas_lineJoinMiter) in _lv2_canvas_render_lineJoin()
216 else if(*v == urid->Canvas_lineJoinRound) in _lv2_canvas_render_lineJoin()
526 LV2_Canvas_URID *urid = &canvas->urid; in lv2_canvas_render_body() local
[all …]
H A Dcanvas.h140 urid->Canvas_graph = map->map(map->handle, CANVAS__graph); in lv2_canvas_urid_init()
141 urid->Canvas_body = map->map(map->handle, CANVAS__body); in lv2_canvas_urid_init()
146 urid->Canvas_Arc = map->map(map->handle, CANVAS__Arc); in lv2_canvas_urid_init()
148 urid->Canvas_LineTo = map->map(map->handle, CANVAS__LineTo); in lv2_canvas_urid_init()
152 urid->Canvas_Style = map->map(map->handle, CANVAS__Style); in lv2_canvas_urid_init()
159 urid->Canvas_Fill = map->map(map->handle, CANVAS__Fill); in lv2_canvas_urid_init()
160 urid->Canvas_Clip = map->map(map->handle, CANVAS__Clip); in lv2_canvas_urid_init()
161 urid->Canvas_Save = map->map(map->handle, CANVAS__Save); in lv2_canvas_urid_init()
164 urid->Canvas_Scale = map->map(map->handle, CANVAS__Scale); in lv2_canvas_urid_init()
167 urid->Canvas_Reset = map->map(map->handle, CANVAS__Reset); in lv2_canvas_urid_init()
[all …]
/dports/audio/moony-lv2/moony-0.36.0/timely.lv2/
H A Dtimely.h61 } urid; member
130 timely->urid.time_barBeat, &bar_beat, in _timely_deatomize_body()
131 timely->urid.time_bar, &bar, in _timely_deatomize_body()
132 timely->urid.time_beatUnit, &beat_unit, in _timely_deatomize_body()
133 timely->urid.time_beatsPerBar, &beats_per_bar, in _timely_deatomize_body()
134 timely->urid.time_beatsPerMinute, &beats_per_minute, in _timely_deatomize_body()
135 timely->urid.time_frame, &frame, in _timely_deatomize_body()
137 timely->urid.time_speed, &speed, in _timely_deatomize_body()
380 if( ( (type == timely->urid.atom_object) in timely_advance_body()
381 || (type == timely->urid.atom_blank) in timely_advance_body()
[all …]
/dports/audio/orbit-lv2/orbit-0.1.431/timely.lv2/
H A Dtimely.h62 } urid; member
131 timely->urid.time_barBeat, &bar_beat, in _timely_deatomize_body()
132 timely->urid.time_bar, &bar, in _timely_deatomize_body()
133 timely->urid.time_beatUnit, &beat_unit, in _timely_deatomize_body()
134 timely->urid.time_beatsPerBar, &beats_per_bar, in _timely_deatomize_body()
135 timely->urid.time_beatsPerMinute, &beats_per_minute, in _timely_deatomize_body()
136 timely->urid.time_frame, &frame, in _timely_deatomize_body()
138 timely->urid.time_speed, &speed, in _timely_deatomize_body()
381 if( ( (type == timely->urid.atom_object) in timely_advance_body()
382 || (type == timely->urid.atom_blank) in timely_advance_body()
[all …]
/dports/audio/vm-lv2/vm-0.14.0/timely.lv2/
H A Dtimely.h61 } urid; member
130 timely->urid.time_barBeat, &bar_beat, in _timely_deatomize_body()
131 timely->urid.time_bar, &bar, in _timely_deatomize_body()
132 timely->urid.time_beatUnit, &beat_unit, in _timely_deatomize_body()
133 timely->urid.time_beatsPerBar, &beats_per_bar, in _timely_deatomize_body()
134 timely->urid.time_beatsPerMinute, &beats_per_minute, in _timely_deatomize_body()
135 timely->urid.time_frame, &frame, in _timely_deatomize_body()
137 timely->urid.time_speed, &speed, in _timely_deatomize_body()
380 if( ( (type == timely->urid.atom_object) in timely_advance_body()
381 || (type == timely->urid.atom_blank) in timely_advance_body()
[all …]
/dports/audio/timely-lv2/timely.lv2-3846b5a/
H A Dtimely.h61 } urid; member
130 timely->urid.time_barBeat, &bar_beat, in _timely_deatomize_body()
131 timely->urid.time_bar, &bar, in _timely_deatomize_body()
132 timely->urid.time_beatUnit, &beat_unit, in _timely_deatomize_body()
133 timely->urid.time_beatsPerBar, &beats_per_bar, in _timely_deatomize_body()
134 timely->urid.time_beatsPerMinute, &beats_per_minute, in _timely_deatomize_body()
135 timely->urid.time_frame, &frame, in _timely_deatomize_body()
137 timely->urid.time_speed, &speed, in _timely_deatomize_body()
380 if( ( (type == timely->urid.atom_object) in timely_advance_body()
381 || (type == timely->urid.atom_blank) in timely_advance_body()
[all …]
/dports/audio/espressivo-lv2/espressivo.lv2-de1d07c/props.lv2/
H A Dprops.h114 } urid; member
291 if(props->urid.subject) // is optional in _props_patch_set()
336 if(props->urid.subject) // is optional in _props_patch_get()
483 if( (type == props->urid.atom_int) in _props_impl_init()
484 || (type == props->urid.atom_float) in _props_impl_init()
485 || (type == props->urid.atom_bool) in _props_impl_init()
486 || (type == props->urid.atom_urid) ) in _props_impl_init()
638 props->urid.patch_subject, &subject, in props_advance()
644 if( (subject && props->urid.subject) in props_advance()
703 props->urid.patch_value, &value, in props_advance()
[all …]
/dports/audio/synthpod-lv2/synthpod-01aad91/props.lv2/
H A Dprops.h114 } urid;
291 if(props->urid.subject) // is optional
336 if(props->urid.subject) // is optional
483 if( (type == props->urid.atom_int)
484 || (type == props->urid.atom_float)
485 || (type == props->urid.atom_bool)
486 || (type == props->urid.atom_urid) )
638 props->urid.patch_subject, &subject,
644 if( (subject && props->urid.subject)
703 props->urid.patch_value, &value,
[all …]
/dports/audio/eteroj-lv2/eteroj.lv2-0.10.0/props.lv2/
H A Dprops.h134 } urid; member
317 if(props->urid.subject) // is optional in _props_patch_set()
369 if(props->urid.subject) // is optional in _props_patch_get()
516 if( (type == props->urid.atom_int) in _props_impl_init()
517 || (type == props->urid.atom_float) in _props_impl_init()
518 || (type == props->urid.atom_bool) in _props_impl_init()
519 || (type == props->urid.atom_urid) ) in _props_impl_init()
744 props->urid.patch_value, &value, in props_advance()
817 props->urid.patch_body, &body, in props_advance()
892 props->urid.patch_add, &add, in props_advance()
[all …]
/dports/audio/moony-lv2/moony-0.36.0/props.lv2/
H A Dprops.h134 } urid; member
317 if(props->urid.subject) // is optional in _props_patch_set()
369 if(props->urid.subject) // is optional in _props_patch_get()
516 if( (type == props->urid.atom_int) in _props_impl_init()
517 || (type == props->urid.atom_float) in _props_impl_init()
518 || (type == props->urid.atom_bool) in _props_impl_init()
519 || (type == props->urid.atom_urid) ) in _props_impl_init()
744 props->urid.patch_value, &value, in props_advance()
817 props->urid.patch_body, &body, in props_advance()
892 props->urid.patch_add, &add, in props_advance()
[all …]
/dports/audio/vm-lv2/vm-0.14.0/props.lv2/
H A Dprops.h134 } urid; member
317 if(props->urid.subject) // is optional in _props_patch_set()
369 if(props->urid.subject) // is optional in _props_patch_get()
516 if( (type == props->urid.atom_int) in _props_impl_init()
517 || (type == props->urid.atom_float) in _props_impl_init()
518 || (type == props->urid.atom_bool) in _props_impl_init()
519 || (type == props->urid.atom_urid) ) in _props_impl_init()
744 props->urid.patch_value, &value, in props_advance()
817 props->urid.patch_body, &body, in props_advance()
892 props->urid.patch_add, &add, in props_advance()
[all …]
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/props.lv2/
H A Dprops.h134 } urid;
317 if(props->urid.subject) // is optional
369 if(props->urid.subject) // is optional
516 if( (type == props->urid.atom_int)
517 || (type == props->urid.atom_float)
518 || (type == props->urid.atom_bool)
519 || (type == props->urid.atom_urid) )
744 props->urid.patch_value, &value,
817 props->urid.patch_body, &body,
892 props->urid.patch_add, &add,
[all …]
/dports/audio/orbit-lv2/orbit-0.1.431/props.lv2/
H A Dprops.h113 } urid; member
287 if(props->urid.subject) // is optional in _props_patch_set()
441 if( (type == props->urid.atom_int) in _props_impl_init()
442 || (type == props->urid.atom_float) in _props_impl_init()
443 || (type == props->urid.atom_bool) in _props_impl_init()
444 || (type == props->urid.atom_urid) ) in _props_impl_init()
448 else if((type == props->urid.atom_long) in _props_impl_init()
604 if( (subject && props->urid.subject) in props_advance()
663 { props->urid.patch_value, &value }, in props_advance()
669 if( (subject && props->urid.subject) in props_advance()
[all …]
/dports/audio/eteroj-lv2/eteroj.lv2-0.10.0/
H A Deteroj_query.c68 } urid; member
110 ? handle->urid.patch_writable in _add()
111 : handle->urid.patch_readable; in _add()
155 lv2_atom_forge_urid(forge, handle->urid.subject); in _add()
166 lv2_atom_forge_key(forge, handle->urid.patch_add); in _add()
800 if(obj->body.otype == handle->urid.patch_set) in run()
807 handle->urid.patch_subject, &subject, in run()
808 handle->urid.patch_property, &property, in run()
809 handle->urid.patch_value, &value, in run()
867 handle->urid.patch_subject, &subject, in run()
[all …]
/dports/audio/synthpod-lv2/synthpod-01aad91/app/
H A Dsynthpod_app_ui.c296 app->regs.patch.subject.urid, &subject, in _sp_app_from_ui_patch_get()
298 app->regs.patch.property.urid, &property, in _sp_app_from_ui_patch_get()
832 app->regs.patch.subject.urid, &subject, in _sp_app_from_ui_patch_set()
835 app->regs.patch.value.urid, &value, in _sp_app_from_ui_patch_set()
1192 app->regs.param.gain.urid, &link_gain, in _connection_list_add()
1435 app->regs.rdf.value.urid, &src_value, in _notification_list_add()
1611 app->regs.rdfs.range.urid, &src_range, in _automation_list_add()
1614 app->regs.osc.path.urid, &src_path, in _automation_list_add()
1696 job->urn = urid->body; in _mod_list_add()
1759 app->regs.patch.add.urid, &add, in _sp_app_from_ui_patch_patch()
[all …]

12345678910>>...22