Home
last modified time | relevance | path

Searched refs:ESTIMATED_PDF14_ROW_SIZE (Results 1 – 6 of 6) sorted by relevance

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgstrans.h230 #define ESTIMATED_PDF14_ROW_SIZE(width) ((width) * BITS_PER_CHANNEL\ macro
234 (NUM_PDF14_BUFFERS * ESTIMATED_PDF14_ROW_SIZE(width))
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgstrans.h230 #define ESTIMATED_PDF14_ROW_SIZE(width) ((width) * BITS_PER_CHANNEL\ macro
234 (NUM_PDF14_BUFFERS * ESTIMATED_PDF14_ROW_SIZE(width))
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgstrans.h240 #define ESTIMATED_PDF14_ROW_SIZE(width, target_num_components) ((width) * BITS_PER_CHANNEL\ macro
244 (NUM_PDF14_BUFFERS * ESTIMATED_PDF14_ROW_SIZE(width, target_num_components))
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgstrans.h240 #define ESTIMATED_PDF14_ROW_SIZE(width, target_num_components) ((width) * BITS_PER_CHANNEL\ macro
244 (NUM_PDF14_BUFFERS * ESTIMATED_PDF14_ROW_SIZE(width, target_num_components))
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgstrans.h264 #define ESTIMATED_PDF14_ROW_SIZE(width, target_num_components, bits) ((width) * (bits)\ macro
268 (NUM_PDF14_BUFFERS * ESTIMATED_PDF14_ROW_SIZE(width, target_num_components, bits))
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgstrans.h264 #define ESTIMATED_PDF14_ROW_SIZE(width, target_num_components, bits) ((width) * (bits)\ macro
268 (NUM_PDF14_BUFFERS * ESTIMATED_PDF14_ROW_SIZE(width, target_num_components, bits))