diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-03-19 13:53:45 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-13 11:28:25 +0200 |
commit | dc2ba49207af71193f1390d84bba4e15aeea0ce0 (patch) | |
tree | 79c2a51cb5fa2b87800b1113e0015a7108cd2eb3 /devices/vector/gdevpsdf.h | |
parent | Import Ghostscript 9.50 (diff) | |
download | ghostscript-gpl-patches-dc2ba49207af71193f1390d84bba4e15aeea0ce0.tar.gz ghostscript-gpl-patches-dc2ba49207af71193f1390d84bba4e15aeea0ce0.tar.bz2 ghostscript-gpl-patches-dc2ba49207af71193f1390d84bba4e15aeea0ce0.zip |
Import Ghostscript 9.52ghostscript-9.52
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'devices/vector/gdevpsdf.h')
-rw-r--r-- | devices/vector/gdevpsdf.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devices/vector/gdevpsdf.h b/devices/vector/gdevpsdf.h index 959a4143..5047f43a 100644 --- a/devices/vector/gdevpsdf.h +++ b/devices/vector/gdevpsdf.h @@ -459,11 +459,14 @@ int psdf_setup_compression_chooser(psdf_binary_writer *pbw, /* Set up an "image to mask" filter. */ int psdf_setup_image_to_mask_filter(psdf_binary_writer *pbw, gx_device_psdf *pdev, - int width, int height, int depth, int bits_per_sample, uint *MaskColor); + int width, int height, int input_width, + int depth, int bits_per_sample, uint *MaskColor); /* Set up an image colors filter. */ int psdf_setup_image_colors_filter(psdf_binary_writer *pbw, - gx_device_psdf *pdev, gs_pixel_image_t * pim, + gx_device_psdf *pdev, + const gs_pixel_image_t *input_pim, + gs_pixel_image_t * pim, const gs_gstate *pgs); /* ---------------- Symbolic data printing ---------------- */ |