Home
last modified time | relevance | path

Searched refs:pseg3 (Results 1 – 8 of 8) sorted by relevance

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxpath2.c184 const segment *pseg1, *pseg2, *pseg3, *pseg4; in gx_subpath_is_rectangular() local
223 pseg3 = pseg2; in gx_subpath_is_rectangular()
225 pseg3 = pseg3->next; in gx_subpath_is_rectangular()
226 if (pseg3 == NULL) in gx_subpath_is_rectangular()
228 x3 = pseg3->pt.x; in gx_subpath_is_rectangular()
229 y3 = pseg3->pt.y; in gx_subpath_is_rectangular()
230 if (pseg3->type == s_curve) { in gx_subpath_is_rectangular()
231 if (gx_curve_is_really_point(x2, y2, pseg3)) in gx_subpath_is_rectangular()
233 if (gx_curve_is_really_line(x2, y2, pseg3)) in gx_subpath_is_rectangular()
236 } else if (pseg3->type != s_line && pseg3->type != s_gap) in gx_subpath_is_rectangular()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxpath2.c184 const segment *pseg1, *pseg2, *pseg3, *pseg4; in gx_subpath_is_rectangular() local
223 pseg3 = pseg2; in gx_subpath_is_rectangular()
225 pseg3 = pseg3->next; in gx_subpath_is_rectangular()
226 if (pseg3 == NULL) in gx_subpath_is_rectangular()
228 x3 = pseg3->pt.x; in gx_subpath_is_rectangular()
229 y3 = pseg3->pt.y; in gx_subpath_is_rectangular()
230 if (pseg3->type == s_curve) { in gx_subpath_is_rectangular()
231 if (gx_curve_is_really_point(x2, y2, pseg3)) in gx_subpath_is_rectangular()
233 if (gx_curve_is_really_line(x2, y2, pseg3)) in gx_subpath_is_rectangular()
236 } else if (pseg3->type != s_line && pseg3->type != s_gap) in gx_subpath_is_rectangular()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxpath2.c172 const segment *pseg1, *pseg2, *pseg3, *pseg4; in gx_subpath_is_rectangular() local
178 (pseg3 = pseg2->next) != 0 in gx_subpath_is_rectangular()
180 if ((pseg4 = pseg3->next) == 0 || pseg4->type == s_start) in gx_subpath_is_rectangular()
199 x2 == pseg3->pt.x && pseg3->pt.y == y0) || in gx_subpath_is_rectangular()
200 (x0 == pseg3->pt.x && pseg3->pt.y == y2 && in gx_subpath_is_rectangular()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxpath2.c172 const segment *pseg1, *pseg2, *pseg3, *pseg4; in gx_subpath_is_rectangular() local
178 (pseg3 = pseg2->next) != 0 in gx_subpath_is_rectangular()
180 if ((pseg4 = pseg3->next) == 0 || pseg4->type == s_start) in gx_subpath_is_rectangular()
199 x2 == pseg3->pt.x && pseg3->pt.y == y0) || in gx_subpath_is_rectangular()
200 (x0 == pseg3->pt.x && pseg3->pt.y == y2 && in gx_subpath_is_rectangular()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxpath2.c180 const segment *pseg1, *pseg2, *pseg3, *pseg4; in gx_subpath_is_rectangular() local
186 (pseg3 = pseg2->next) != 0 in gx_subpath_is_rectangular()
188 if ((pseg4 = pseg3->next) == 0 || pseg4->type == s_start) in gx_subpath_is_rectangular()
207 x2 == pseg3->pt.x && pseg3->pt.y == y0) || in gx_subpath_is_rectangular()
208 (x0 == pseg3->pt.x && pseg3->pt.y == y2 && in gx_subpath_is_rectangular()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxpath2.c180 const segment *pseg1, *pseg2, *pseg3, *pseg4; in gx_subpath_is_rectangular() local
186 (pseg3 = pseg2->next) != 0 in gx_subpath_is_rectangular()
188 if ((pseg4 = pseg3->next) == 0 || pseg4->type == s_start) in gx_subpath_is_rectangular()
207 x2 == pseg3->pt.x && pseg3->pt.y == y0) || in gx_subpath_is_rectangular()
208 (x0 == pseg3->pt.x && pseg3->pt.y == y2 && in gx_subpath_is_rectangular()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxpath2.c181 const segment *pseg1, *pseg2, *pseg3, *pseg4; in gx_subpath_is_rectangular() local
187 (pseg3 = pseg2->next) != 0 in gx_subpath_is_rectangular()
189 if ((pseg4 = pseg3->next) == 0 || pseg4->type == s_start) in gx_subpath_is_rectangular()
208 x2 == pseg3->pt.x && pseg3->pt.y == y0) || in gx_subpath_is_rectangular()
209 (x0 == pseg3->pt.x && pseg3->pt.y == y2 && in gx_subpath_is_rectangular()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxpath2.c181 const segment *pseg1, *pseg2, *pseg3, *pseg4; in gx_subpath_is_rectangular() local
187 (pseg3 = pseg2->next) != 0 in gx_subpath_is_rectangular()
189 if ((pseg4 = pseg3->next) == 0 || pseg4->type == s_start) in gx_subpath_is_rectangular()
208 x2 == pseg3->pt.x && pseg3->pt.y == y0) || in gx_subpath_is_rectangular()
209 (x0 == pseg3->pt.x && pseg3->pt.y == y2 && in gx_subpath_is_rectangular()