Home
last modified time | relevance | path

Searched refs:gx_path_type_stroke (Results 1 – 25 of 70) sorted by relevance

123

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevsvg.c685 if (!(type & gx_path_type_stroke) && svg->strokecolor) in svg_dorect()
709 if (!(type & gx_path_type_fill) && !(type & gx_path_type_stroke)) in svg_beginpath()
734 if (!(type & gx_path_type_fill) && !(type & gx_path_type_stroke)) in svg_moveto()
759 if (!(type & gx_path_type_fill) && !(type & gx_path_type_stroke)) in svg_lineto()
785 if (!(type & gx_path_type_fill) && !(type & gx_path_type_stroke)) in svg_curveto()
810 if (!(type & gx_path_type_fill) && !(type & gx_path_type_stroke)) in svg_closepath()
832 if (!(type & gx_path_type_fill) && !(type & gx_path_type_stroke)) in svg_endpath()
843 if (!(type & gx_path_type_stroke) && svg->strokecolor) in svg_endpath()
H A Dgdevvec.c57 (type & (gx_path_type_stroke | gx_path_type_always_close)) != 0; in gdev_vector_dopath()
75 (!(type & gx_path_type_stroke) || rtype == prt_closed) && in gdev_vector_dopath()
170 if (!(type & gx_path_type_stroke) && (type & gx_path_type_fill)) { in gdev_vector_dopath()
218 (type & gx_path_type_stroke) != 0, in gdev_vector_dorect()
1095 (vdev, ppath, gx_path_type_stroke | vdev->stroke_options, NULL)) < 0 in gdev_vector_stroke_path()
H A Dgdevps.c771 if (type & (gx_path_type_fill | gx_path_type_stroke)) { in psw_beginpath()
830 if ((type & gx_path_type_stroke) || dx != 0 || dy != 0) { in psw_lineto()
919 if (type & (gx_path_type_stroke | gx_path_type_clip)) in psw_endpath()
924 if (type & gx_path_type_stroke) { in psw_endpath()
1339 code = gdev_vector_dopath(vdev, ppath, gx_path_type_stroke, in psw_stroke_path()
H A Dgdevvec.h84 gx_path_type_stroke = 2, enumerator
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevsvg.c661 if (!(type & gx_path_type_stroke) && (svg->strokecolor != gx_no_color_index)) in svg_dorect()
685 if (!(type & gx_path_type_fill) && !(type & gx_path_type_stroke)) in svg_beginpath()
710 if (!(type & gx_path_type_fill) && !(type & gx_path_type_stroke)) in svg_moveto()
735 if (!(type & gx_path_type_fill) && !(type & gx_path_type_stroke)) in svg_lineto()
761 if (!(type & gx_path_type_fill) && !(type & gx_path_type_stroke)) in svg_curveto()
786 if (!(type & gx_path_type_fill) && !(type & gx_path_type_stroke)) in svg_closepath()
808 if (!(type & gx_path_type_fill) && !(type & gx_path_type_stroke)) in svg_endpath()
819 if (!(type & gx_path_type_stroke) && (svg->strokecolor != gx_no_color_index)) in svg_endpath()
H A Dgdevvec.c59 (type & (gx_path_type_stroke | gx_path_type_always_close)) != 0; in gdev_vector_dopath()
77 (!(type & gx_path_type_stroke) || rtype == prt_closed) && in gdev_vector_dopath()
173 if (!(type & gx_path_type_stroke) && (type & gx_path_type_fill)) { in gdev_vector_dopath()
222 (type & gx_path_type_stroke) != 0, in gdev_vector_dorect()
1134 (vdev, ppath, gx_path_type_stroke | vdev->stroke_options, NULL)) < 0 in gdev_vector_stroke_path()
H A Dgdevps.c762 if (type & (gx_path_type_fill | gx_path_type_stroke)) { in psw_beginpath()
821 if ((type & gx_path_type_stroke) || dx != 0 || dy != 0) { in psw_lineto()
910 if (type & (gx_path_type_stroke | gx_path_type_clip)) in psw_endpath()
915 if (type & gx_path_type_stroke) { in psw_endpath()
1331 code = gdev_vector_dopath(vdev, ppath, gx_path_type_stroke, in psw_stroke_path()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevsvg.c685 if (!(type & gx_path_type_stroke) && svg->strokecolor) in svg_dorect()
709 if (!(type & gx_path_type_fill) && !(type & gx_path_type_stroke)) in svg_beginpath()
734 if (!(type & gx_path_type_fill) && !(type & gx_path_type_stroke)) in svg_moveto()
759 if (!(type & gx_path_type_fill) && !(type & gx_path_type_stroke)) in svg_lineto()
785 if (!(type & gx_path_type_fill) && !(type & gx_path_type_stroke)) in svg_curveto()
810 if (!(type & gx_path_type_fill) && !(type & gx_path_type_stroke)) in svg_closepath()
832 if (!(type & gx_path_type_fill) && !(type & gx_path_type_stroke)) in svg_endpath()
843 if (!(type & gx_path_type_stroke) && svg->strokecolor) in svg_endpath()
H A Dgdevvec.c57 (type & (gx_path_type_stroke | gx_path_type_always_close)) != 0; in gdev_vector_dopath()
75 (!(type & gx_path_type_stroke) || rtype == prt_closed) && in gdev_vector_dopath()
170 if (!(type & gx_path_type_stroke) && (type & gx_path_type_fill)) { in gdev_vector_dopath()
218 (type & gx_path_type_stroke) != 0, in gdev_vector_dorect()
1095 (vdev, ppath, gx_path_type_stroke | vdev->stroke_options, NULL)) < 0 in gdev_vector_stroke_path()
H A Dgdevps.c771 if (type & (gx_path_type_fill | gx_path_type_stroke)) { in psw_beginpath()
830 if ((type & gx_path_type_stroke) || dx != 0 || dy != 0) { in psw_lineto()
919 if (type & (gx_path_type_stroke | gx_path_type_clip)) in psw_endpath()
924 if (type & gx_path_type_stroke) { in psw_endpath()
1339 code = gdev_vector_dopath(vdev, ppath, gx_path_type_stroke, in psw_stroke_path()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevsvg.c661 if (!(type & gx_path_type_stroke) && (svg->strokecolor != gx_no_color_index)) in svg_dorect()
685 if (!(type & gx_path_type_fill) && !(type & gx_path_type_stroke)) in svg_beginpath()
710 if (!(type & gx_path_type_fill) && !(type & gx_path_type_stroke)) in svg_moveto()
735 if (!(type & gx_path_type_fill) && !(type & gx_path_type_stroke)) in svg_lineto()
761 if (!(type & gx_path_type_fill) && !(type & gx_path_type_stroke)) in svg_curveto()
786 if (!(type & gx_path_type_fill) && !(type & gx_path_type_stroke)) in svg_closepath()
808 if (!(type & gx_path_type_fill) && !(type & gx_path_type_stroke)) in svg_endpath()
819 if (!(type & gx_path_type_stroke) && (svg->strokecolor != gx_no_color_index)) in svg_endpath()
H A Dgdevvec.c59 (type & (gx_path_type_stroke | gx_path_type_always_close)) != 0; in gdev_vector_dopath()
77 (!(type & gx_path_type_stroke) || rtype == prt_closed) && in gdev_vector_dopath()
173 if (!(type & gx_path_type_stroke) && (type & gx_path_type_fill)) { in gdev_vector_dopath()
222 (type & gx_path_type_stroke) != 0, in gdev_vector_dorect()
1134 (vdev, ppath, gx_path_type_stroke | vdev->stroke_options, NULL)) < 0 in gdev_vector_stroke_path()
H A Dgdevps.c762 if (type & (gx_path_type_fill | gx_path_type_stroke)) { in psw_beginpath()
821 if ((type & gx_path_type_stroke) || dx != 0 || dy != 0) { in psw_lineto()
910 if (type & (gx_path_type_stroke | gx_path_type_clip)) in psw_endpath()
915 if (type & gx_path_type_stroke) { in psw_endpath()
1331 code = gdev_vector_dopath(vdev, ppath, gx_path_type_stroke, in psw_stroke_path()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpdfd.c97 if (type & gx_path_type_stroke) { in pdf_dorect()
405 gx_path_type_stroke | gx_path_type_optimize, in gdev_pdf_stroke_path()
H A Dgdevvec.c61 (type & (gx_path_type_stroke | gx_path_type_always_close)) != 0; in gdev_vector_dopath()
79 !((type & gx_path_type_stroke) && rtype == prt_open) && in gdev_vector_dopath()
174 if (!(type & gx_path_type_stroke) && (type & gx_path_type_fill)) { in gdev_vector_dopath()
222 (type & gx_path_type_stroke) != 0, in gdev_vector_dorect()
1077 (vdev, ppath, gx_path_type_stroke | vdev->stroke_options, NULL)) < 0 in gdev_vector_stroke_path()
H A Dgdevps.c709 if (type & (gx_path_type_fill | gx_path_type_stroke)) { in psw_beginpath()
764 if ((type & gx_path_type_stroke) || dx != 0 || dy != 0) { in psw_lineto()
842 if (type & (gx_path_type_stroke | gx_path_type_clip)) in psw_endpath()
847 if (type & gx_path_type_stroke) { in psw_endpath()
1189 code = gdev_vector_dopath(vdev, ppath, gx_path_type_stroke, in psw_stroke_path()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpdfd.c97 if (type & gx_path_type_stroke) { in pdf_dorect()
405 gx_path_type_stroke | gx_path_type_optimize, in gdev_pdf_stroke_path()
H A Dgdevvec.c61 (type & (gx_path_type_stroke | gx_path_type_always_close)) != 0; in gdev_vector_dopath()
79 !((type & gx_path_type_stroke) && rtype == prt_open) && in gdev_vector_dopath()
174 if (!(type & gx_path_type_stroke) && (type & gx_path_type_fill)) { in gdev_vector_dopath()
222 (type & gx_path_type_stroke) != 0, in gdev_vector_dorect()
1077 (vdev, ppath, gx_path_type_stroke | vdev->stroke_options, NULL)) < 0 in gdev_vector_stroke_path()
H A Dgdevps.c709 if (type & (gx_path_type_fill | gx_path_type_stroke)) { in psw_beginpath()
764 if ((type & gx_path_type_stroke) || dx != 0 || dy != 0) { in psw_lineto()
842 if (type & (gx_path_type_stroke | gx_path_type_clip)) in psw_endpath()
847 if (type & gx_path_type_stroke) { in psw_endpath()
1189 code = gdev_vector_dopath(vdev, ppath, gx_path_type_stroke, in psw_stroke_path()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpdfd.c174 if (type & gx_path_type_stroke) { in pdf_dorect()
362 …bool do_close = (type & (gx_path_type_clip | gx_path_type_stroke | gx_path_type_always_close)) != … in pdf_write_path()
389 (!(type & gx_path_type_stroke) || rtype == prt_closed) && in pdf_write_path()
505 … if (stored_moveto && ((type & gx_path_type_stroke) && !(type & gx_path_type_fill))) in pdf_write_path()
617 if (stored_moveto && ((type & gx_path_type_stroke) && !(type & gx_path_type_fill))) in pdf_write_path()
1850 …te_path(pdev, (gs_path_enum *)&cenum, &state, (gx_path *)ppath, 0, gx_path_type_stroke | gx_path_t… in gdev_pdf_stroke_path()
1852 …te_path(pdev, (gs_path_enum *)&cenum, &state, (gx_path *)ppath, 0, gx_path_type_stroke | gx_path_t… in gdev_pdf_stroke_path()
2056 …te_path(pdev, (gs_path_enum *)&cenum, &state, (gx_path *)ppath, 0, gx_path_type_stroke | gx_path_t… in gdev_pdf_fill_stroke_path()
2058 …te_path(pdev, (gs_path_enum *)&cenum, &state, (gx_path *)ppath, 0, gx_path_type_stroke | gx_path_t… in gdev_pdf_fill_stroke_path()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpdfd.c174 if (type & gx_path_type_stroke) { in pdf_dorect()
362 …bool do_close = (type & (gx_path_type_clip | gx_path_type_stroke | gx_path_type_always_close)) != … in pdf_write_path()
389 (!(type & gx_path_type_stroke) || rtype == prt_closed) && in pdf_write_path()
505 … if (stored_moveto && ((type & gx_path_type_stroke) && !(type & gx_path_type_fill))) in pdf_write_path()
617 if (stored_moveto && ((type & gx_path_type_stroke) && !(type & gx_path_type_fill))) in pdf_write_path()
1850 …te_path(pdev, (gs_path_enum *)&cenum, &state, (gx_path *)ppath, 0, gx_path_type_stroke | gx_path_t… in gdev_pdf_stroke_path()
1852 …te_path(pdev, (gs_path_enum *)&cenum, &state, (gx_path *)ppath, 0, gx_path_type_stroke | gx_path_t… in gdev_pdf_stroke_path()
2056 …te_path(pdev, (gs_path_enum *)&cenum, &state, (gx_path *)ppath, 0, gx_path_type_stroke | gx_path_t… in gdev_pdf_fill_stroke_path()
2058 …te_path(pdev, (gs_path_enum *)&cenum, &state, (gx_path *)ppath, 0, gx_path_type_stroke | gx_path_t… in gdev_pdf_fill_stroke_path()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgdevvec.c62 (type & (gx_path_type_stroke | gx_path_type_always_close)) != 0; in gdev_vector_dopath()
80 (!(type & gx_path_type_stroke) || rtype == prt_closed) && in gdev_vector_dopath()
176 if (!(type & gx_path_type_stroke) && (type & gx_path_type_fill)) { in gdev_vector_dopath()
225 (type & gx_path_type_stroke) != 0, in gdev_vector_dorect()
1211 (vdev, ppath, gx_path_type_stroke | vdev->stroke_options, NULL)) < 0 in gdev_vector_stroke_path()
H A Dgdevvec.h83 gx_path_type_stroke = 2, enumerator
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgdevvec.c62 (type & (gx_path_type_stroke | gx_path_type_always_close)) != 0; in gdev_vector_dopath()
80 (!(type & gx_path_type_stroke) || rtype == prt_closed) && in gdev_vector_dopath()
176 if (!(type & gx_path_type_stroke) && (type & gx_path_type_fill)) { in gdev_vector_dopath()
225 (type & gx_path_type_stroke) != 0, in gdev_vector_dorect()
1211 (vdev, ppath, gx_path_type_stroke | vdev->stroke_options, NULL)) < 0 in gdev_vector_stroke_path()
H A Dgdevvec.h83 gx_path_type_stroke = 2, enumerator

123