summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-03-19 13:53:45 +0100
committerThomas Deutschmann <whissi@gentoo.org>2020-08-13 11:28:25 +0200
commitdc2ba49207af71193f1390d84bba4e15aeea0ce0 (patch)
tree79c2a51cb5fa2b87800b1113e0015a7108cd2eb3 /base/gxclip.h
parentImport Ghostscript 9.50 (diff)
downloadghostscript-gpl-patches-ghostscript-9.52.tar.gz
ghostscript-gpl-patches-ghostscript-9.52.tar.bz2
ghostscript-gpl-patches-ghostscript-9.52.zip
Import Ghostscript 9.52ghostscript-9.52
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'base/gxclip.h')
-rw-r--r--base/gxclip.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/base/gxclip.h b/base/gxclip.h
index 61521ad1..c052200c 100644
--- a/base/gxclip.h
+++ b/base/gxclip.h
@@ -42,7 +42,8 @@ typedef struct clip_callback_data_s {
int sourcex; /* ibid. */
uint raster; /* ibid. */
int depth; /* copy_alpha, fill_mask */
- const gx_drawing_color *pdcolor; /* fill_mask, fill_rectangle_hl_color */
+ const gx_drawing_color *pdcolor; /* fill_mask, fill_rectangle_hl_color, fill_path, fill_stroke_path */
+ const gx_drawing_color *pstroke_dcolor; /* fill_stroke_path */
gs_logical_operation_t lop; /* fill_mask, strip_copy_rop */
const gx_clip_path *pcpath; /* fill_mask, fill_rectangle_hl_color*/
const gx_strip_bitmap *tiles; /* strip_tile_rectangle */
@@ -51,9 +52,10 @@ typedef struct clip_callback_data_s {
const gx_strip_bitmap *textures; /* ibid. */
const gx_color_index *tcolors; /* ibid. */
int plane_height; /* copy_planes, strip_copy_rop2 */
- const gs_gstate * pgs; /* fill_path, fill_rectangle_hl_color */
- gx_path * ppath; /* fill_path */
- const gx_fill_params * params; /* fill_path */
+ const gs_gstate *pgs; /* fill_path, fill_stroke_path, fill_rectangle_hl_color */
+ gx_path *ppath; /* fill_path, fill_stroke_path */
+ const gx_fill_params *params; /* fill_path, fill_stroke_path */
+ const gx_stroke_params *stroke_params; /* fill_stroke_path */
} clip_callback_data_t;
/* Declare the callback procedures. */