Home
last modified time | relevance | path

Searched refs:svp1 (Results 1 – 9 of 9) sorted by relevance

/dports/print/py-reportlab/reportlab-3.5.68/src/rl_addons/renderPM/libart_lgpl/
H A Dart_svp_ops.c63 (svp1->n_segs + svp2->n_segs - 1) * in art_svp_merge()
69 if (ix1 < svp1->n_segs && in art_svp_merge()
72 svp_new->segs[ix] = svp1->segs[ix1++]; in art_svp_merge()
161 vpath1 = art_vpath_from_svp (svp1); in art_svp_merge_perturbed()
225 svp3 = art_svp_merge (svp1, svp2); in art_svp_union()
235 svp3 = art_svp_merge_perturbed (svp1, svp2); in art_svp_union()
290 dump_svp("art_svp_intersect svp1", svp1); in art_svp_intersect()
294 svp3 = art_svp_merge (svp1, svp2); in art_svp_intersect()
307 svp3 = art_svp_merge_perturbed (svp1, svp2); in art_svp_intersect()
361 svp3 = art_svp_merge (svp1, svp2); in art_svp_diff()
[all …]
H A Dart_svp_ops.h35 ArtSVP *art_svp_union (const ArtSVP *svp1, const ArtSVP *svp2);
36 ArtSVP *art_svp_intersect (const ArtSVP *svp1, const ArtSVP *svp2);
37 ArtSVP *art_svp_diff (const ArtSVP *svp1, const ArtSVP *svp2);
38 ArtSVP *art_svp_minus (const ArtSVP *svp1, const ArtSVP *svp2);
/dports/graphics/libart_lgpl/libart_lgpl-2.3.21/
H A Dart_svp_ops.c63 (svp1->n_segs + svp2->n_segs - 1) * in art_svp_merge()
69 if (ix1 < svp1->n_segs && in art_svp_merge()
72 svp_new->segs[ix] = svp1->segs[ix1++]; in art_svp_merge()
161 vpath1 = art_vpath_from_svp (svp1); in art_svp_merge_perturbed()
225 svp3 = art_svp_merge (svp1, svp2); in art_svp_union()
235 svp3 = art_svp_merge_perturbed (svp1, svp2); in art_svp_union()
290 svp3 = art_svp_merge (svp1, svp2); in art_svp_intersect()
300 svp3 = art_svp_merge_perturbed (svp1, svp2); in art_svp_intersect()
354 svp3 = art_svp_merge (svp1, svp2); in art_svp_diff()
364 svp3 = art_svp_merge_perturbed (svp1, svp2); in art_svp_diff()
[all …]
H A Dart_svp_ops.h35 ArtSVP *art_svp_union (const ArtSVP *svp1, const ArtSVP *svp2);
36 ArtSVP *art_svp_intersect (const ArtSVP *svp1, const ArtSVP *svp2);
37 ArtSVP *art_svp_diff (const ArtSVP *svp1, const ArtSVP *svp2);
38 ArtSVP *art_svp_minus (const ArtSVP *svp1, const ArtSVP *svp2);
/dports/graphics/libgnomecanvas/libgnomecanvas-2.30.3/libgnomecanvas/
H A Dgnome-canvas-clipgroup.c251 ArtSVP *svp, *svp1, *svp2; in gnome_canvas_clipgroup_update() local
267 svp1 = art_svp_from_vpath (vpath); in gnome_canvas_clipgroup_update()
271 art_svp_intersector (svp1, swr); in gnome_canvas_clipgroup_update()
274 art_svp_free (svp1); in gnome_canvas_clipgroup_update()
/dports/lang/fpc-source/fpc-3.2.2/packages/gnome1/src/
H A Dlibart.pp205 function art_svp_union(svp1:PArtSVP; svp2:PArtSVP):PArtSVP;cdecl;external libartdll name 'art_svp_u…
206 function art_svp_intersect(svp1:PArtSVP; svp2:PArtSVP):PArtSVP;cdecl;external libartdll name 'art_s…
207 function art_svp_diff(svp1:PArtSVP; svp2:PArtSVP):PArtSVP;cdecl;external libartdll name 'art_svp_di…
208 function art_svp_minus(svp1:PArtSVP; svp2:PArtSVP):PArtSVP;cdecl;external libartdll name 'art_svp_m…
/dports/devel/libpololu-avr/libpololu-avr-151002/examples_templates/svp1/
H A Dtest.aps1 …ile><SaveFolder>C:\Users\David\Documents\lib-orangutan\examples_templates\svp1\</SaveFolder></CODE…
/dports/devel/libpololu-avr/libpololu-avr-151002/
H A Dsrc.mk12 examples_svp := svp1 svp-demo-program svp-eight-servo svp-sixteen-servo svp-one-servo serial2
/dports/math/giacxcas/giac-1.6.0/src/
H A Dgauss.cc572 svp1(exact(sign(vp1,contextptr),contextptr)), in conique_reduite() local
574 if (svp0.type==_INT_ && svp1.type==_INT_ && scoeffcst.type==_INT_){ in conique_reduite()
581 int sprodvp = svp0.val * svp1.val; in conique_reduite()