Home
last modified time | relevance | path

Searched defs:active_line_s (Results 1 – 8 of 8) sorted by relevance

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxfill.h36 struct active_line_s { struct
37 gs_fixed_point start; /* x,y where line starts */
38 gs_fixed_point end; /* x,y where line ends */
39 gs_fixed_point diff; /* end - start */
79 fixed x_current; /* current x position */
80 fixed x_next; /* x position at end of band */
85 gx_flattened_iterator fi;
86 bool more_flattened;
87 int contour_count;
94 active_line *prev, *next;
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxfill.h36 struct active_line_s { struct
37 gs_fixed_point start; /* x,y where line starts */
38 gs_fixed_point end; /* x,y where line ends */
39 gs_fixed_point diff; /* end - start */
79 fixed x_current; /* current x position */
80 fixed x_next; /* x position at end of band */
85 gx_flattened_iterator fi;
86 bool more_flattened;
87 int contour_count;
94 active_line *prev, *next;
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxfill.h25 struct active_line_s { struct
26 gs_fixed_point start; /* x,y where line starts */
27 gs_fixed_point end; /* x,y where line ends */
28 gs_fixed_point diff; /* end - start */
68 fixed x_current; /* current x position */
69 fixed x_next; /* x position at end of band */
77 gx_flattened_iterator fi;
78 bool more_flattened;
79 int contour_count;
86 active_line *prev, *next;
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxfill.h25 struct active_line_s { struct
26 gs_fixed_point start; /* x,y where line starts */
27 gs_fixed_point end; /* x,y where line ends */
28 gs_fixed_point diff; /* end - start */
68 fixed x_current; /* current x position */
69 fixed x_next; /* x position at end of band */
77 gx_flattened_iterator fi;
78 bool more_flattened;
79 int contour_count;
86 active_line *prev, *next;
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxfill.h27 struct active_line_s { struct
28 gs_fixed_point start; /* x,y where line starts */
29 gs_fixed_point end; /* x,y where line ends */
30 gs_fixed_point diff; /* end - start */
70 fixed x_current; /* current x position */
71 fixed x_next; /* x position at end of band */
79 gx_flattened_iterator fi;
80 bool more_flattened;
81 int contour_count;
88 active_line *prev, *next;
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxfill.h27 struct active_line_s { struct
28 gs_fixed_point start; /* x,y where line starts */
29 gs_fixed_point end; /* x,y where line ends */
30 gs_fixed_point diff; /* end - start */
70 fixed x_current; /* current x position */
71 fixed x_next; /* x position at end of band */
79 gx_flattened_iterator fi;
80 bool more_flattened;
81 int contour_count;
88 active_line *prev, *next;
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxfill.c70 struct active_line_s { struct
71 gs_fixed_point start; /* x,y where line starts */
72 gs_fixed_point end; /* x,y where line ends */
73 gs_fixed_point diff; /* end - start */
76 fixed y_fast_max; /* can do x_at_y in fixed point */
115 fixed x_current; /* current x position */
116 fixed x_next; /* x position at end of band */
117 const segment *pseg; /* endpoint of this line */
118 int direction; /* direction of line segment */
130 active_line *prev, *next;
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxfill.c70 struct active_line_s { struct
71 gs_fixed_point start; /* x,y where line starts */
72 gs_fixed_point end; /* x,y where line ends */
73 gs_fixed_point diff; /* end - start */
76 fixed y_fast_max; /* can do x_at_y in fixed point */
115 fixed x_current; /* current x position */
116 fixed x_next; /* x position at end of band */
117 const segment *pseg; /* endpoint of this line */
118 int direction; /* direction of line segment */
130 active_line *prev, *next;
[all …]