Home
last modified time | relevance | path

Searched refs:PRN_MIN_BUFFER_SPACE (Results 1 – 16 of 16) sorted by relevance

/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevprn.h54 #define PRN_MIN_BUFFER_SPACE 10000 /* give up if less than this */ macro
H A Dgdevprn.c131 if (bufferSpace_is_exact || (space >>= 1) < PRN_MIN_BUFFER_SPACE) in gdev_prn_setup_as_command_list()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevprn.h54 #define PRN_MIN_BUFFER_SPACE 10000 /* give up if less than this */ macro
H A Dgdevprn.c131 if (bufferSpace_is_exact || (space >>= 1) < PRN_MIN_BUFFER_SPACE) in gdev_prn_setup_as_command_list()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevprn.h49 #define PRN_MIN_BUFFER_SPACE 10000 /* give up if less than this */ macro
H A Dgdevprn.c130 if (bufferSpace_is_exact || (space >>= 1) < PRN_MIN_BUFFER_SPACE) in gdev_prn_setup_as_command_list()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgdevprn.h47 #define PRN_MIN_BUFFER_SPACE MIN_BUFFER_SPACE /* see gxdevice.h */ macro
H A Dgdevprn.c262 if (bufferSpace_is_exact || (space >>= 1) < PRN_MIN_BUFFER_SPACE) in gdev_prn_setup_as_command_list()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevprn.h51 #define PRN_MIN_BUFFER_SPACE 10000 /* give up if less than this */ macro
H A Dgdevprn.c133 if (bufferSpace_is_exact || (space >>= 1) < PRN_MIN_BUFFER_SPACE) in gdev_prn_setup_as_command_list()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevprn.h51 #define PRN_MIN_BUFFER_SPACE 10000 /* give up if less than this */ macro
H A Dgdevprn.c133 if (bufferSpace_is_exact || (space >>= 1) < PRN_MIN_BUFFER_SPACE) in gdev_prn_setup_as_command_list()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgdevprn.h47 #define PRN_MIN_BUFFER_SPACE MIN_BUFFER_SPACE /* see gxdevice.h */ macro
H A Dgdevprn.c262 if (bufferSpace_is_exact || (space >>= 1) < PRN_MIN_BUFFER_SPACE) in gdev_prn_setup_as_command_list()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevprn.h49 #define PRN_MIN_BUFFER_SPACE 10000 /* give up if less than this */ macro
H A Dgdevprn.c130 if (bufferSpace_is_exact || (space >>= 1) < PRN_MIN_BUFFER_SPACE) in gdev_prn_setup_as_command_list()