~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to fpcdocs/pics/ide/oswitch.eps

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%!PS-Adobe-3.0 EPSF-3.0
 
2
%%Creator: (ImageMagick)
 
3
%%Title: (oswitch.eps)
 
4
%%CreationDate: (Sun Dec  3 00:55:14 2000)
 
5
%%BoundingBox: 0 0 287 119
 
6
%%DocumentData: Clean7Bit
 
7
%%LanguageLevel: 1
 
8
%%Pages: 0
 
9
%%EndComments
 
10
 
 
11
%%BeginDefaults
 
12
%%PageOrientation: Portrait
 
13
%%EndDefaults
 
14
 
 
15
%%BeginProlog
 
16
%
 
17
% Display a color image.  The image is displayed in color on
 
18
% Postscript viewers or printers that support color, otherwise
 
19
% it is displayed as grayscale.
 
20
%
 
21
/buffer 512 string def
 
22
/byte 1 string def
 
23
/color_packet 3 string def
 
24
/pixels 768 string def
 
25
 
 
26
/DirectClassPacket
 
27
{
 
28
  %
 
29
  % Get a DirectClass packet.
 
30
  %
 
31
  % Parameters:
 
32
  %   red.
 
33
  %   green.
 
34
  %   blue.
 
35
  %   length: number of pixels minus one of this color (optional).
 
36
  %
 
37
  currentfile color_packet readhexstring pop pop
 
38
  compression 0 gt
 
39
  {
 
40
    /number_pixels 3 def
 
41
  }
 
42
  {
 
43
    currentfile byte readhexstring pop 0 get
 
44
    /number_pixels exch 1 add 3 mul def
 
45
  } ifelse
 
46
  0 3 number_pixels 1 sub
 
47
  {
 
48
    pixels exch color_packet putinterval
 
49
  } for
 
50
  pixels 0 number_pixels getinterval
 
51
} bind def
 
52
 
 
53
/DirectClassImage
 
54
{
 
55
  %
 
56
  % Display a DirectClass image.
 
57
  %
 
58
  systemdict /colorimage known
 
59
  {
 
60
    columns rows 8
 
61
    [
 
62
      columns 0 0
 
63
      rows neg 0 rows
 
64
    ]
 
65
    { DirectClassPacket } false 3 colorimage
 
66
  }
 
67
  {
 
68
    %
 
69
    % No colorimage operator;  convert to grayscale.
 
70
    %
 
71
    columns rows 8
 
72
    [
 
73
      columns 0 0
 
74
      rows neg 0 rows
 
75
    ]
 
76
    { GrayDirectClassPacket } image
 
77
  } ifelse
 
78
} bind def
 
79
 
 
80
/GrayDirectClassPacket
 
81
{
 
82
  %
 
83
  % Get a DirectClass packet;  convert to grayscale.
 
84
  %
 
85
  % Parameters:
 
86
  %   red
 
87
  %   green
 
88
  %   blue
 
89
  %   length: number of pixels minus one of this color (optional).
 
90
  %
 
91
  currentfile color_packet readhexstring pop pop
 
92
  color_packet 0 get 0.299 mul
 
93
  color_packet 1 get 0.587 mul add
 
94
  color_packet 2 get 0.114 mul add
 
95
  cvi
 
96
  /gray_packet exch def
 
97
  compression 0 gt
 
98
  {
 
99
    /number_pixels 1 def
 
100
  }
 
101
  {
 
102
    currentfile byte readhexstring pop 0 get
 
103
    /number_pixels exch 1 add def
 
104
  } ifelse
 
105
  0 1 number_pixels 1 sub
 
106
  {
 
107
    pixels exch gray_packet put
 
108
  } for
 
109
  pixels 0 number_pixels getinterval
 
110
} bind def
 
111
 
 
112
/GrayPseudoClassPacket
 
113
{
 
114
  %
 
115
  % Get a PseudoClass packet;  convert to grayscale.
 
116
  %
 
117
  % Parameters:
 
118
  %   index: index into the colormap.
 
119
  %   length: number of pixels minus one of this color (optional).
 
120
  %
 
121
  currentfile byte readhexstring pop 0 get
 
122
  /offset exch 3 mul def
 
123
  /color_packet colormap offset 3 getinterval def
 
124
  color_packet 0 get 0.299 mul
 
125
  color_packet 1 get 0.587 mul add
 
126
  color_packet 2 get 0.114 mul add
 
127
  cvi
 
128
  /gray_packet exch def
 
129
  compression 0 gt
 
130
  {
 
131
    /number_pixels 1 def
 
132
  }
 
133
  {
 
134
    currentfile byte readhexstring pop 0 get
 
135
    /number_pixels exch 1 add def
 
136
  } ifelse
 
137
  0 1 number_pixels 1 sub
 
138
  {
 
139
    pixels exch gray_packet put
 
140
  } for
 
141
  pixels 0 number_pixels getinterval
 
142
} bind def
 
143
 
 
144
/PseudoClassPacket
 
145
{
 
146
  %
 
147
  % Get a PseudoClass packet.
 
148
  %
 
149
  % Parameters:
 
150
  %   index: index into the colormap.
 
151
  %   length: number of pixels minus one of this color (optional).
 
152
  %
 
153
  currentfile byte readhexstring pop 0 get
 
154
  /offset exch 3 mul def
 
155
  /color_packet colormap offset 3 getinterval def
 
156
  compression 0 gt
 
157
  {
 
158
    /number_pixels 3 def
 
159
  }
 
160
  {
 
161
    currentfile byte readhexstring pop 0 get
 
162
    /number_pixels exch 1 add 3 mul def
 
163
  } ifelse
 
164
  0 3 number_pixels 1 sub
 
165
  {
 
166
    pixels exch color_packet putinterval
 
167
  } for
 
168
  pixels 0 number_pixels getinterval
 
169
} bind def
 
170
 
 
171
/PseudoClassImage
 
172
{
 
173
  %
 
174
  % Display a PseudoClass image.
 
175
  %
 
176
  % Parameters:
 
177
  %   class: 0-PseudoClass or 1-Grayscale.
 
178
  %
 
179
  currentfile buffer readline pop
 
180
  token pop /class exch def pop
 
181
  class 0 gt
 
182
  {
 
183
    currentfile buffer readline pop
 
184
    token pop /depth exch def pop
 
185
    /grays columns 8 add depth sub depth mul 8 idiv string def
 
186
    columns rows depth
 
187
    [
 
188
      columns 0 0
 
189
      rows neg 0 rows
 
190
    ]
 
191
    { currentfile grays readhexstring pop } image
 
192
  }
 
193
  {
 
194
    %
 
195
    % Parameters:
 
196
    %   colors: number of colors in the colormap.
 
197
    %   colormap: red, green, blue color packets.
 
198
    %
 
199
    currentfile buffer readline pop
 
200
    token pop /colors exch def pop
 
201
    /colors colors 3 mul def
 
202
    /colormap colors string def
 
203
    currentfile colormap readhexstring pop pop
 
204
    systemdict /colorimage known
 
205
    {
 
206
      columns rows 8
 
207
      [
 
208
        columns 0 0
 
209
        rows neg 0 rows
 
210
      ]
 
211
      { PseudoClassPacket } false 3 colorimage
 
212
    }
 
213
    {
 
214
      %
 
215
      % No colorimage operator;  convert to grayscale.
 
216
      %
 
217
      columns rows 8
 
218
      [
 
219
        columns 0 0
 
220
        rows neg 0 rows
 
221
      ]
 
222
      { GrayPseudoClassPacket } image
 
223
    } ifelse
 
224
  } ifelse
 
225
} bind def
 
226
 
 
227
/DisplayImage
 
228
{
 
229
  %
 
230
  % Display a DirectClass or PseudoClass image.
 
231
  %
 
232
  % Parameters:
 
233
  %   x & y translation.
 
234
  %   x & y scale.
 
235
  %   label pointsize.
 
236
  %   image label.
 
237
  %   image columns & rows.
 
238
  %   class: 0-DirectClass or 1-PseudoClass.
 
239
  %   compression: 0-RunlengthEncodedCompression or 1-NoCompression.
 
240
  %   hex color packets.
 
241
  %
 
242
  gsave
 
243
  currentfile buffer readline pop
 
244
  token pop /x exch def
 
245
  token pop /y exch def pop
 
246
  x y translate
 
247
  currentfile buffer readline pop
 
248
  token pop /x exch def
 
249
  token pop /y exch def pop
 
250
  currentfile buffer readline pop
 
251
  token pop /pointsize exch def pop
 
252
  /Helvetica findfont pointsize scalefont setfont
 
253
  x y scale
 
254
  currentfile buffer readline pop
 
255
  token pop /columns exch def
 
256
  token pop /rows exch def pop
 
257
  currentfile buffer readline pop
 
258
  token pop /class exch def pop
 
259
  currentfile buffer readline pop
 
260
  token pop /compression exch def pop
 
261
  class 0 gt { PseudoClassImage } { DirectClassImage } ifelse
 
262
  grestore
 
263
} bind def
 
264
%%EndProlog
 
265
%%Page:  1 1
 
266
%%PageBoundingBox: 0 0 288 120
 
267
userdict begin
 
268
%%BeginData:
 
269
DisplayImage
 
270
0 0
 
271
288 120
 
272
12.000000
 
273
288 120
 
274
1
 
275
0
 
276
0
 
277
9
 
278
c0c0c0
 
279
f8fcf8
 
280
00fc00
 
281
008080
 
282
f8fc00
 
283
f87c78
 
284
000000
 
285
008000
 
286
00fcf8
 
287
00ff001f00120103000b0103003a0103000d0101001201020014010100020101000b0102
 
288
00680012010100050203000501010039010100010101000c010100040100000d01010014
 
289
010200000102000c01010068001201010005020300050101003901010001010100120101
 
290
000d010100140106000c010100680001010e0001010100050203000501010001012f0007
 
291
010100050101000201010001010300020105000201030003010100000101000201030003
 
292
010300020106000101030003010400020103000a015600010101000e0101000502030005
 
293
0101003a0102000301010002010100030101000301010004010100010101000201020000
 
294
010100000101000101010001010100010101000101010000010000000101000001010001
 
295
010100010101000101010001010100010101005e010100010101000e0101000502030005
 
296
0101003c0101000201010000010000000101000301010003010100040101000601010001
 
297
010100000105000201010004010100020101000001010001010100010101000101010001
 
298
0105005e0101000101010001010a0001010100050203000501010001012f000701010001
 
299
010100010101000001000000010100030101000301010004010100060101000101010000
 
300
01010008010100020101000201010000010100010101000101010001010100010101000d
 
301
0152000101010001010100010101000a0101000502030005010100390101000101010002
 
302
010100000101000401010003010100000101000101010001010100020101000101010000
 
303
010100010101000101010001010100010101000201010000010100010101000101010001
 
304
01010001010100010101005a0101000101010001010100010101000a0103000302030003
 
305
0103003a0103000301010000010100020105000201020003010300020102000101010001
 
306
010300030103000201010002010100010103000301020000010100010103005b01010001
 
307
0101000101010001010100ff0011010100010101000101010001010100ff001101010001
 
308
0101000101010001010100ff0011010100010101000101010001010100ff001101010001
 
309
0101000101010001010100ff0011010100010101000101010001010100ff001101010001
 
310
0101000101010001010100ff0011010100010101000101010001010100ff001101010001
 
311
0101000101010001010100ff0011010100010101000101010001010100ff001101010001
 
312
0101000101010001010100ff0011010100010101000101010001010100ff001101010001
 
313
0101000101010001010100ff0011010100010101000101010001010100ff001101010001
 
314
0101000101010001010100ff0011010100010101000101010001010100190103000d0101
 
315
00120102001c010100020101000b0102009a010100010101000101010001010100180101
 
316
00010101000c010100040100000d0101001c010200000102000c0101009a010100010101
 
317
0001010100010101001801010001010100120101000d0101001c0106000c0101009a0101
 
318
000101010001010100010101001801010005010100020101000101030002010500020103
 
319
00030101000001010002010300030103000a010600010103000301040002010300930101
 
320
000101010001010100010101001901020003010100020101000301010003010100040101
 
321
000101010002010200000101000001010001010100010101000101010009010100000100
 
322
000001010000010100010101000101010001010100010101000101010092010100010101
 
323
0001010100010101001b0101000201010000010000000101000301010003010100040101
 
324
00060101000101010000010500020101000c010100020101000001010001010100010101
 
325
000101010001010500920101000101010001010100010101001801010001010100010101
 
326
000001000000010100030101000301010004010100060101000101010000010100080101
 
327
000a01010002010100000101000101010001010100010101000101010096010100010101
 
328
000101010001010100180101000101010002010100000101000401010003010100000101
 
329
000101010001010100020101000101010000010100010101000101010001010100090101
 
330
000201010000010100010101000101010001010100010101000101010092010100010101
 
331
000101010001010100190103000301010000010100020105000201020003010300020102
 
332
000101010001010300030103000a01010002010100010103000301020000010100010103
 
333
0093010100010101000101010001010100ff0011010100010101000101010001010100ff
 
334
00110101000101010001010100010101001003ef00100101000101010001010100010101
 
335
0010030b0101030a0101030c04010302040103210103039a001001010001010100010101
 
336
000101010010030a0101030c0101030b04010302040103230101039a0010010100010101
 
337
0001010100010101001003090101030401010301010103030101030a0402030104010323
 
338
0101039a0010010100010101000101010001010100100308010103060103030501010309
 
339
040303000401030101030302010203000101030101050302010303050101039a00100101
 
340
000101010001010100010101001003080101030401070303010103090406030001010301
 
341
010103020101030001020300010103000100030001010304010103040101039a00100101
 
342
000101010001010100010101001003080101030601030305010103090401030004030300
 
343
01010301010103020102030001010300010103000100030001010301010403040101039a
 
344
00100101000101010001010100010101001003090101030401010301010103030101030a
 
345
040103010402030001010301010103020101030401010300010003000101030001010301
 
346
010103040101039a001001010001010100010101000101010010030a0101030c0101030b
 
347
040103020401030001010301010103020101030401010300010003000101030001010301
 
348
010103040101039a001001010001010100010101000101010010030b0101030a0101030c
 
349
040103020401030101030302010303030101030201010301010203000101030101050398
 
350
001001010001010100010101000101010010030f050703d7001001010001010100010101
 
351
000101010010030f050703d700100101000101010001010100010101001003ef00100101
 
352
0001010100010101000101010010030b0601030a0601030c0404030a060203b400100101
 
353
0001010100010101000101010010030a0601030c0601030c040103000401030a060103b4
 
354
00100101000101010001010100010101001003090601030e0601030b0401030104010309
 
355
060103b40010010100010101000101010001010100100308060103100601030a04010301
 
356
040103010603030306040301060103010601030206020300060103a00010010100010101
 
357
000101010001010100100308060103100601030a04010301040103000601030106010302
 
358
0601030106010300060103010601030106010301060103a1001001010001010100010101
 
359
0001010100100308060103100601030a0401030104010300060503020601030106010300
 
360
060103010601030106010301060103a10010010100010101000101010001010100100309
 
361
0601030e0601030b04010301040103000601030606010301060103000601030106010301
 
362
06010301060103a1001001010001010100010101000101010010030a0601030c0601030c
 
363
0401030004010301060103010601030206010301060103000601030106010302060403a1
 
364
001001010001010100010101000101010010030b0601030a0601030c0404030306030302
 
365
06010300060203020602030006010304060103a100100101000101010001010100010101
 
366
0010034706010301060103a10010010100010101000101010001010100100348060303a2
 
367
00100101000101010001010100010101001003ef00100101000101010001010100010101
 
368
0010030b0601030a0601030c0405030a060303b200100101000101010001010100010101
 
369
0010030a0601030c0601030c040103010401030b060103b2001001010001010100010101
 
370
00010101001003090601030e0601030b040103010401030b060103b20010010100010101
 
371
000101010001010100100308060103100601030a04010301040103010603030506010303
 
372
060303030603030306030303060303920010010100010101000101010001010100100308
 
373
060103100601030a04040301060103010601030406010302060103010601030506010301
 
374
060103010601030106010301060103910010010100010101000101010001010100100308
 
375
060103100601030a04010300040103010605030406010302060503020604030206010304
 
376
0605039100100101000101010001010100010101001003090601030e0601030b04010301
 
377
040103000601030806010302060103050601030106010304060103020601039500100101
 
378
0001010100010101000101010010030a0601030c0601030c040103010401030006010301
 
379
060103040601030206010301060103010601030106010301060103010601030106010301
 
380
06010391001001010001010100010101000101010010030b0601030a0601030c04020301
 
381
040103010603030306050301060303030602030006010301060303030603039200100101
 
382
000101010001010100010101001003ef00100101000101010001010100010101001003ef
 
383
0010010100010101000101010001010100ff0011010100010101000101010001010100ff
 
384
0011010100010101000101010001010100ff0011010100010101000101010001010100ff
 
385
0011010100010101000101010001010100ff0011010100010101000101010001010100ff
 
386
0011010100010101000101010001010100ff0011010100010101000101010001010100ff
 
387
0011010100010101000101010001010100ff0011010100010101000101010001010100ff
 
388
0011010100010101000101010001010100ff0011010100010101000101010001010100ff
 
389
001101010001010100010101000101010038073f0027073f003001010001010100010101
 
390
000101010038071908020702040207010401071800270709060307220603070a00300101
 
391
000101010001010100010101003807180801070008010702040107010401071800270708
 
392
06010701060107230601070a003001010001010100010101000101010038071708010702
 
393
0801070104010700040107190027070706010702060107230601070a0030010100010101
 
394
000101010001010100380717080107020801070104010700040107190027070706010706
 
395
060307020604070306030703060307050601070a00300101000101010001010100010101
 
396
0038071708010702080107010403071a0027070706010709060107010601070106010701
 
397
060107010601070106010701060107040601070a00300101000101010001010100010101
 
398
00380717080107020801070104010700040107190607001f070706010706060407010601
 
399
07010601070106010705060507040601070a060700280101000101010001010100010101
 
400
00380717080107020801070104010700040107190607001f070706010702060107000601
 
401
070106010701060107010601070106010705060107080601070a06070028010100010101
 
402
000101010001010100380718080107000801070204010701040107180607001f07080601
 
403
070106010700060107010601070106010701060107010601070106010701060107010601
 
404
07040601070a060700280101000101010001010100010101003807190802070204020701
 
405
040107180607001f07090603070206020700060107000601070106010702060307030603
 
406
0703060507080607002801010001010100010101000101010038073f0607001f073f0607
 
407
002801010001010100010101000101010038073f0607001f073f06070028010100010101
 
408
00010101000101010040063f0027063f002801010001010100010101000101010040063f
 
409
0027063f002801010001010100010101000101010040063f0027063f0028010100010101
 
410
00010101000101010040063f0027063f002801010001010100010101000101010040063f
 
411
0027063f002801010001010100010101000101010040063f0027063f0028010100010101
 
412
000101010001010100ff0011010100010101000101010001010100ff0011010100010101
 
413
000101010001010100ff0011010100010101000101010001010100ff0011010100010101
 
414
000101010001010100ff0011010100010101000101010001010100ff0011010100010101
 
415
000101010001010100ff0011010100010101000101010001010100ff0011010100010101
 
416
000101010001010100ff0011010100010101000101010001010100ff0011010100010101
 
417
00010101000101ff0115000101010001010100ff001901010001010100ff001901010001
 
418
01ff011d00ff001f00ff001f00ff001f00ff001f
 
419
%%EndData
 
420
end
 
421
%%PageTrailer
 
422
%%Trailer
 
423
%%BoundingBox: 0 0 287 119
 
424
%%EOF