blob: 5a1bef0ba4b8c7c7e2c5acf7ec0a8aebb6903413 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/* Copyright (C) 1997 Aladdin Enterprises. All rights reserved.
This software is licensed to a single customer by Artifex Software Inc.
under the terms of a specific OEM agreement.
*/
/*$RCSfile$ $Revision$ */
/* Procedures exported by zht.c for zht1.c and zht2.c */
#ifndef iht_INCLUDED
# define iht_INCLUDED
int zscreen_params(P2(os_ptr op, gs_screen_halftone * phs));
int zscreen_enum_init(P7(i_ctx_t *i_ctx_p, const gx_ht_order * porder,
gs_screen_halftone * phs, ref * pproc, int npop,
op_proc_t finish_proc, gs_memory_t * mem));
#endif /* iht_INCLUDED */
|