ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/meta/imPcodes.h
Revision: 1.1
Committed: Sat Feb 22 02:07:26 2003 UTC (21 years, 2 months ago) by greg
Content type: text/plain
Branch: MAIN
CVS Tags: rad3R5
Log Message:
Changes and check-in for 3.5 release
Includes new source files and modifications not recorded for many years
See ray/doc/notes/ReleaseNotes for notes between 3.1 and 3.5 release

File Contents

# Content
1 /* RCSid: $Id$ */
2 /* New imPress codes */
3
4 #define imP_SP 128
5 #define imP_SP1 129
6 #define imP_OLD_MMOVE 130
7 #define imP_MPLUS 131
8 #define imP_MMINUS 132
9 #define imP_MMOVE 133
10 #define imP_SMOVE 134
11
12 #define imP_SET_ABS_H 135
13 #define imP_SET_REL_H 136
14 #define imP_SET_ABS_V 137
15 #define imP_SET_REL_V 138
16
17 #define imP_CIRC_ARC 150
18 #define imP_ELLIPSE_ARC 151
19 #define imP_CIRC_SEGM 160
20
21 #define imP_SRULE 192
22 #define imP_BRULE 193
23
24 #define imP_SET_HPOS 195
25 #define imP_SET_VPOS 196
26 #define imP_CRLF 197
27 #define imP_SGLY 198
28 #define imP_BGLY 199
29 #define imP_DELG 200
30 #define imP_DELC 201
31 #define imP_DELF 202
32
33 #define imP_SET_HV_SYSTEM 205
34 #define imP_SET_ADV_DIRS 206
35 #define imP_SET_FAMILY 207
36 #define imP_SET_IL 208
37 #define imP_SET_BOL 209
38 #define imP_SET_SP 210
39 #define imP_PUSH 211
40 #define imP_POP 212
41 #define imP_PAGE 213
42 #define imP_SET_PUSH_MASK 214
43 #define imP_ENDPAGE 219
44
45 #define imP_CREATE_FAMILY_TABLE 221
46 #define imP_CREATE_MAP 222
47
48 #define imP_SET_PUM 225
49
50 #define imP_CREATE_PATH 230
51 #define imP_SET_TEXTURE 231
52 #define imP_SET_PEN 232
53 #define imP_FILL_PATH 233
54 #define imP_DRAW_PATH 234
55 #define imP_BITMAP 235
56 #define imP_SET_MAGN 236
57
58 #define imP_DEFINE_MACRO 242
59 #define imP_EXECUTE_MACRO 243
60
61 #define imP_NO_OP 254
62 #define imP_EOF 255
63