diff options
Diffstat (limited to 'gs/base/gdevmrop.h')
-rw-r--r-- | gs/base/gdevmrop.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/gs/base/gdevmrop.h b/gs/base/gdevmrop.h index 950bd2e55..447ec001a 100644 --- a/gs/base/gdevmrop.h +++ b/gs/base/gdevmrop.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. @@ -26,12 +26,12 @@ gs_rop3_t gs_transparent_rop(gs_logical_operation_t lop); #ifdef DEBUG /* Trace a [strip_]copy_rop call. */ void trace_copy_rop(const char *cname, gx_device * dev, - const byte * sdata, int sourcex, uint sraster, - gx_bitmap_id id, const gx_color_index * scolors, - const gx_strip_bitmap * textures, - const gx_color_index * tcolors, - int x, int y, int width, int height, - int phase_x, int phase_y, gs_logical_operation_t lop); + const byte * sdata, int sourcex, uint sraster, + gx_bitmap_id id, const gx_color_index * scolors, + const gx_strip_bitmap * textures, + const gx_color_index * tcolors, + int x, int y, int width, int height, + int phase_x, int phase_y, gs_logical_operation_t lop); #endif /* @@ -67,13 +67,13 @@ struct gx_device_rop_texture_s { /* Create a RasterOp source device. */ int gx_alloc_rop_texture_device(gx_device_rop_texture ** prsdev, - gs_memory_t * mem, - client_name_t cname); + gs_memory_t * mem, + client_name_t cname); /* Initialize a RasterOp source device. */ void gx_make_rop_texture_device(gx_device_rop_texture * rsdev, - gx_device * target, - gs_logical_operation_t lop, - const gx_device_color * texture); + gx_device * target, + gs_logical_operation_t lop, + const gx_device_color * texture); #endif /* gdevmrop_INCLUDED */ |