/dports/print/transfig/transfig.3.2.5e/fig2dev/ |
H A D | calc_arrow.325.c | 3 points, npoints, fillpoints, nfillpoints, clippts, nclippts) in calc_arrow() argument 8 int *npoints, *nfillpoints, *nclippts; 36 *npoints = *nfillpoints = 0; 172 *nfillpoints = arrow_shapes[indx].numfillpts; 173 for (i=0; i<*nfillpoints; i++) {
|
H A D | bound.c | 810 points, npoints, fillpoints, nfillpoints, clippts, nclippts) in calc_arrow() argument 815 int *npoints, *nfillpoints, *nclippts; 843 *npoints = *nfillpoints = 0; 982 *nfillpoints = arrow_shapes[indx].numfillpts; 983 for (i=0; i<*nfillpoints; i++) {
|
/dports/print/fig2dev/fig2dev-3.2.8a/fig2dev/ |
H A D | bound.h | 43 F_pos fillpoints[], int *nfillpoints, F_pos clippts[],
|
H A D | bound.c | 833 int *nfillpoints, F_pos clippts[], int *nclippts) in calc_arrow() argument 863 *npoints = *nfillpoints = 0; in calc_arrow() 1022 *nfillpoints = arrow_shapes[indx].numfillpts; in calc_arrow() 1023 for (i = 0; i < *nfillpoints; ++i) { in calc_arrow()
|
/dports/graphics/xfig/xfig-3.2.8a/src/ |
H A D | u_draw.h | 50 …arrow *arrow, zXPoint *points, int *npoints, zXPoint *fillpoints, int *nfillpoints, zXPoint *clipp…
|
H A D | u_draw.c | 1642 …arrow *arrow, zXPoint *points, int *npoints, zXPoint *fillpoints, int *nfillpoints, zXPoint *clipp… in calc_arrow() argument 1670 *npoints = *nfillpoints = 0; in calc_arrow() 1810 *nfillpoints = arrow_shapes[indx].numfillpts; in calc_arrow() 1811 for (i=0; i<*nfillpoints; i++) { in calc_arrow()
|
/dports/print/transfig/transfig.3.2.5e/fig2dev/dev/ |
H A D | gensvg.c | 234 int npoints, nfillpoints, nclippoints; variable 911 points, &npoints, fillpoints, &nfillpoints, clippoints, &nclippoints); in svg_arrow() 924 if (arrow->style == 0 && nfillpoints == 0) in svg_arrow() 927 if (nfillpoints == 0) in svg_arrow() 935 for (i = 0; i < nfillpoints; i++) { in svg_arrow()
|
H A D | genps.c | 2231 draw_arrow(obj, arrow, points, npoints, fillpoints, nfillpoints, col) in draw_arrow() argument 2235 int npoints, nfillpoints; 2262 if (arrow->style == 0 && nfillpoints == 0) { /* hollow, fill with white */ 2267 if (nfillpoints == 0) { 2283 for (i=0; i<nfillpoints; i++) {
|
H A D | genmp.c | 480 int numpoints, nfillpoints, nclippoints; local 487 … obj->thickness, arr, points, &numpoints, fillpoints, &nfillpoints, clippoints, &nclippoints);
|
/dports/print/fig2dev/fig2dev-3.2.8a/fig2dev/dev/ |
H A D | gensvg.c | 1072 F_pos points[], int nfillpoints, F_pos *fillpoints in arrow_path() argument 1096 if (arrow->type < 13 && (arrow->style != 0 || nfillpoints != 0)) { in arrow_path() 1097 if (nfillpoints == 0) in arrow_path() 1101 for (i = 0; i < nfillpoints; ++i) { in arrow_path()
|
H A D | genpict2e.c | 1155 int npoints, nfillpoints, nclippts; in put_arrow() local 1170 fillpoints, &nfillpoints, clippts, &nclippts); in put_arrow() 1174 if ((a->style || nfillpoints) && a->type < 13) { in put_arrow() 1176 if (nfillpoints == 0) { in put_arrow() 1179 nfillpoints = a->type == 6 ? npoints : npoints - 1; in put_arrow() 1180 put_pointarray(points, &nfillpoints); in put_arrow() 1182 put_pointarray(fillpoints, &nfillpoints); in put_arrow()
|
H A D | genps.c | 192 F_pos *fillpoints, int nfillpoints, int col); 2488 F_pos *fillpoints, int nfillpoints, int col) in draw_arrow() argument 2514 if (arrow->style == 0 && nfillpoints == 0) { in draw_arrow() 2520 if (nfillpoints == 0) { in draw_arrow() 2541 for (i=0; i<nfillpoints; i++) { in draw_arrow()
|
H A D | genmp.c | 488 int numpoints, nfillpoints, nclippoints; in genmp_drawarrow() local 495 … obj->thickness, arr, points, &numpoints, fillpoints, &nfillpoints, clippoints, &nclippoints); in genmp_drawarrow()
|