Home
last modified time | relevance | path

Searched refs:gx_path_type_always_close (Results 1 – 18 of 18) sorted by relevance

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevvec.h89 gx_path_type_always_close = 32, /* include final closepath even if not stroke */ enumerator
H A Dgdevvec.c57 (type & (gx_path_type_stroke | gx_path_type_always_close)) != 0; in gdev_vector_dopath()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgdevvec.h88 gx_path_type_always_close = 32, /* include final closepath even if not stroke */ enumerator
H A Dgdevvec.c62 (type & (gx_path_type_stroke | gx_path_type_always_close)) != 0; in gdev_vector_dopath()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgdevvec.h88 gx_path_type_always_close = 32, /* include final closepath even if not stroke */ enumerator
H A Dgdevvec.c62 (type & (gx_path_type_stroke | gx_path_type_always_close)) != 0; in gdev_vector_dopath()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevvec.h91 gx_path_type_always_close = 32, /* include final closepath even if not stroke */ enumerator
H A Dgdevvec.c59 (type & (gx_path_type_stroke | gx_path_type_always_close)) != 0; in gdev_vector_dopath()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevvec.h89 gx_path_type_always_close = 32, /* include final closepath even if not stroke */ enumerator
H A Dgdevvec.c57 (type & (gx_path_type_stroke | gx_path_type_always_close)) != 0; in gdev_vector_dopath()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevvec.h91 gx_path_type_always_close = 32, /* include final closepath even if not stroke */ enumerator
H A Dgdevvec.c59 (type & (gx_path_type_stroke | gx_path_type_always_close)) != 0; in gdev_vector_dopath()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevvec.h93 gx_path_type_always_close = 32, /* include final closepath even if not stroke */ enumerator
H A Dgdevvec.c61 (type & (gx_path_type_stroke | gx_path_type_always_close)) != 0; in gdev_vector_dopath()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevvec.h93 gx_path_type_always_close = 32, /* include final closepath even if not stroke */ enumerator
H A Dgdevvec.c61 (type & (gx_path_type_stroke | gx_path_type_always_close)) != 0; in gdev_vector_dopath()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpdfd.c362 …bool do_close = (type & (gx_path_type_clip | gx_path_type_stroke | gx_path_type_always_close)) != … in pdf_write_path()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpdfd.c362 …bool do_close = (type & (gx_path_type_clip | gx_path_type_stroke | gx_path_type_always_close)) != … in pdf_write_path()