summaryrefslogtreecommitdiff
path: root/gs/base/gximag3x.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2011-04-19 23:49:56 +0200
committerTor Andersson <tor.andersson@artifex.com>2011-04-19 23:49:56 +0200
commit781969994b5381ba4bed03beef217f9bde6e7c58 (patch)
treeaede27c7532f0fbe82f03dc0c04c9316be510fd5 /gs/base/gximag3x.h
parent0b17959f31afe3baffbc328e7f92e88e634ad8b8 (diff)
Indent with spaces and strip trailing whitespace.
Diffstat (limited to 'gs/base/gximag3x.h')
-rw-r--r--gs/base/gximag3x.h48
1 files changed, 24 insertions, 24 deletions
diff --git a/gs/base/gximag3x.h b/gs/base/gximag3x.h
index abebeb69c..e9952a703 100644
--- a/gs/base/gximag3x.h
+++ b/gs/base/gximag3x.h
@@ -1,6 +1,6 @@
/* Copyright (C) 2001-2006 Artifex Software, Inc.
All Rights Reserved.
-
+
This software is provided AS-IS with no warranty, either express or
implied.
@@ -33,7 +33,7 @@
*/
#define IMAGE3X_MAKE_MID_PROC(proc)\
int proc(gx_device **pmidev, gx_device *dev, int width, int height,\
- int depth, gs_memory_t *mem)
+ int depth, gs_memory_t *mem)
typedef IMAGE3X_MAKE_MID_PROC((*image3x_make_mid_proc_t));
/*
@@ -43,19 +43,19 @@ typedef IMAGE3X_MAKE_MID_PROC((*image3x_make_mid_proc_t));
*/
#define IMAGE3X_MAKE_MCDE_PROC(proc)\
int proc(/* The initial arguments are those of begin_typed_image. */\
- gx_device *dev,\
- const gs_imager_state *pis,\
- const gs_matrix *pmat,\
- const gs_image_common_t *pic,\
- const gs_int_rect *prect,\
- const gx_drawing_color *pdcolor,\
- const gx_clip_path *pcpath, gs_memory_t *mem,\
- gx_image_enum_common_t **pinfo,\
- /* The following arguments are added. */\
- gx_device **pmcdev, gx_device *midev[2],\
- gx_image_enum_common_t *pminfo[2],\
- const gs_int_point origin[2],\
- const gs_image3x_t *pim)
+ gx_device *dev,\
+ const gs_imager_state *pis,\
+ const gs_matrix *pmat,\
+ const gs_image_common_t *pic,\
+ const gs_int_rect *prect,\
+ const gx_drawing_color *pdcolor,\
+ const gx_clip_path *pcpath, gs_memory_t *mem,\
+ gx_image_enum_common_t **pinfo,\
+ /* The following arguments are added. */\
+ gx_device **pmcdev, gx_device *midev[2],\
+ gx_image_enum_common_t *pminfo[2],\
+ const gs_int_point origin[2],\
+ const gs_image3x_t *pim)
typedef IMAGE3X_MAKE_MCDE_PROC((*image3x_make_mcde_proc_t));
/*
@@ -63,14 +63,14 @@ typedef IMAGE3X_MAKE_MCDE_PROC((*image3x_make_mcde_proc_t));
* procedures as additional parameters.
*/
int gx_begin_image3x_generic(gx_device * dev,
- const gs_imager_state *pis,
- const gs_matrix *pmat,
- const gs_image_common_t *pic,
- const gs_int_rect *prect,
- const gx_drawing_color *pdcolor,
- const gx_clip_path *pcpath, gs_memory_t *mem,
- IMAGE3X_MAKE_MID_PROC((*make_mid)),
- IMAGE3X_MAKE_MCDE_PROC((*make_mcde)),
- gx_image_enum_common_t **pinfo);
+ const gs_imager_state *pis,
+ const gs_matrix *pmat,
+ const gs_image_common_t *pic,
+ const gs_int_rect *prect,
+ const gx_drawing_color *pdcolor,
+ const gx_clip_path *pcpath, gs_memory_t *mem,
+ IMAGE3X_MAKE_MID_PROC((*make_mid)),
+ IMAGE3X_MAKE_MCDE_PROC((*make_mcde)),
+ gx_image_enum_common_t **pinfo);
#endif /* gximag3x_INCLUDED */