OpenCores
URL https://opencores.org/ocsvn/product_code_iterative_decoder/product_code_iterative_decoder/trunk

Subversion Repositories product_code_iterative_decoder

[/] [product_code_iterative_decoder/] [tags/] [INITIAL/] [doc/] [oc_logo.eps] - Blame information for rev 12

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 arif_endro
%!PS-Adobe-3.0 EPSF-3.0
2
%%Creator: xpdf/pdftops 2.01
3
%%LanguageLevel: 2
4
%%BoundingBox: 244 333 369 458
5
%%DocumentSuppliedResources: (atend)
6
%%EndComments
7
%%BeginProlog
8
%%BeginResource: procset xpdf 2.01 0
9
/xpdf 75 dict def xpdf begin
10
% PDF special state
11
/pdfDictSize 14 def
12
/pdfSetup {
13
  3 1 roll 2 array astore
14
  /setpagedevice where {
15
    pop 3 dict begin
16
      /PageSize exch def
17
      /ImagingBBox null def
18
      /Policies 1 dict dup begin /PageSize 3 def end def
19
      { /Duplex true def } if
20
    currentdict end setpagedevice
21
  } {
22
    pop pop
23
  } ifelse
24
} def
25
/pdfStartPage {
26
  pdfDictSize dict begin
27
  /pdfFill [0] def
28
  /pdfStroke [0] def
29
  /pdfLastFill false def
30
  /pdfLastStroke false def
31
  /pdfTextMat [1 0 0 1 0 0] def
32
  /pdfFontSize 0 def
33
  /pdfCharSpacing 0 def
34
  /pdfTextRender 0 def
35
  /pdfTextRise 0 def
36
  /pdfWordSpacing 0 def
37
  /pdfHorizScaling 1 def
38
} def
39
/pdfEndPage { end } def
40
% separation convention operators
41
/findcmykcustomcolor where {
42
  pop
43
}{
44
  /findcmykcustomcolor { 5 array astore } def
45
} ifelse
46
/setcustomcolor where {
47
  pop
48
}{
49
  /setcustomcolor {
50
    exch
51
    [ exch /Separation exch dup 4 get exch /DeviceCMYK exch
52
 
53
      [ exch /dup load exch { mul exch dup } /forall load
54
        /pop load dup ] cvx
55
    ] setcolorspace setcolor
56
  } def
57
} ifelse
58
/customcolorimage where {
59
  pop
60
}{
61
  /customcolorimage {
62
    gsave
63
    [ exch /Separation exch dup 4 get exch /DeviceCMYK exch
64
 
65
      [ exch /dup load exch { mul exch dup } /forall load
66
        /pop load dup ] cvx
67
    ] setcolorspace
68
    10 dict begin
69
      /ImageType 1 def
70
      /DataSource exch def
71
      /ImageMatrix exch def
72
      /BitsPerComponent exch def
73
      /Height exch def
74
      /Width exch def
75
      /Decode [1 0] def
76
    currentdict end
77
    image
78
    grestore
79
  } def
80
} ifelse
81
% PDF color state
82
/sCol {
83
  pdfLastStroke not {
84
    pdfStroke aload length
85
    dup 1 eq {
86
      pop setgray
87
    }{
88
      dup 3 eq {
89
        pop setrgbcolor
90
      }{
91
        4 eq {
92
          setcmykcolor
93
        }{
94
          findcmykcustomcolor exch setcustomcolor
95
        } ifelse
96
      } ifelse
97
    } ifelse
98
    /pdfLastStroke true def /pdfLastFill false def
99
  } if
100
} def
101
/fCol {
102
  pdfLastFill not {
103
    pdfFill aload length
104
    dup 1 eq {
105
      pop setgray
106
    }{
107
      dup 3 eq {
108
        pop setrgbcolor
109
      }{
110
        4 eq {
111
          setcmykcolor
112
        }{
113
          findcmykcustomcolor exch setcustomcolor
114
        } ifelse
115
      } ifelse
116
    } ifelse
117
    /pdfLastFill true def /pdfLastStroke false def
118
  } if
119
} def
120
% build a font
121
/pdfMakeFont {
122
  4 3 roll findfont
123
  4 2 roll matrix scale makefont
124
  dup length dict begin
125
    { 1 index /FID ne { def } { pop pop } ifelse } forall
126
    /Encoding exch def
127
    currentdict
128
  end
129
  definefont pop
130
} def
131
/pdfMakeFont16 {
132
  exch findfont
133
  dup length dict begin
134
    { 1 index /FID ne { def } { pop pop } ifelse } forall
135
    /WMode exch def
136
    currentdict
137
  end
138
  definefont pop
139
} def
140
/pdfMakeFont16L3 {
141
  1 index /CIDFont resourcestatus {
142
    pop pop 1 index /CIDFont findresource /CIDFontType known
143
  } {
144
    false
145
  } ifelse
146
  {
147
 
148
    exch 1 array astore composefont pop
149
  } {
150
    pdfMakeFont16
151
  } ifelse
152
} def
153
% graphics state operators
154
/q { gsave pdfDictSize dict begin } def
155
/Q { end grestore } def
156
/cm { concat } def
157
/d { setdash } def
158
/i { setflat } def
159
/j { setlinejoin } def
160
/J { setlinecap } def
161
/M { setmiterlimit } def
162
/w { setlinewidth } def
163
% color operators
164
/g { dup 1 array astore /pdfFill exch def setgray
165
     /pdfLastFill true def /pdfLastStroke false def } def
166
/G { dup 1 array astore /pdfStroke exch def setgray
167
     /pdfLastStroke true def /pdfLastFill false def } def
168
/rg { 3 copy 3 array astore /pdfFill exch def setrgbcolor
169
      /pdfLastFill true def /pdfLastStroke false def } def
170
/RG { 3 copy 3 array astore /pdfStroke exch def setrgbcolor
171
      /pdfLastStroke true def /pdfLastFill false def } def
172
/k { 4 copy 4 array astore /pdfFill exch def setcmykcolor
173
     /pdfLastFill true def /pdfLastStroke false def } def
174
/K { 4 copy 4 array astore /pdfStroke exch def setcmykcolor
175
     /pdfLastStroke true def /pdfLastFill false def } def
176
/ck { 6 copy 6 array astore /pdfFill exch def
177
      findcmykcustomcolor exch setcustomcolor
178
      /pdfLastFill true def /pdfLastStroke false def } def
179
/CK { 6 copy 6 array astore /pdfStroke exch def
180
      findcmykcustomcolor exch setcustomcolor
181
      /pdfLastStroke true def /pdfLastFill false def } def
182
% path segment operators
183
/m { moveto } def
184
/l { lineto } def
185
/c { curveto } def
186
/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
187
      neg 0 rlineto closepath } def
188
/h { closepath } def
189
% path painting operators
190
/S { sCol stroke } def
191
/Sf { fCol stroke } def
192
/f { fCol fill } def
193
/f* { fCol eofill } def
194
% clipping operators
195
/W { clip newpath } def
196
/W* { eoclip newpath } def
197
% text state operators
198
/Tc { /pdfCharSpacing exch def } def
199
/Tf { dup /pdfFontSize exch def
200
      dup pdfHorizScaling mul exch matrix scale
201
      pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
202
      exch findfont exch makefont setfont } def
203
/Tr { /pdfTextRender exch def } def
204
/Ts { /pdfTextRise exch def } def
205
/Tw { /pdfWordSpacing exch def } def
206
/Tz { /pdfHorizScaling exch def } def
207
% text positioning operators
208
/Td { pdfTextMat transform moveto } def
209
/Tm { /pdfTextMat exch def } def
210
% text string operators
211
/awcp { % awidthcharpath
212
  exch {
213
    1 string dup 0 3 index put 2 index charpath
214
    3 index 3 index rmoveto
215
    4 index eq { 5 index 5 index rmoveto } if
216
  } forall
217
  6 {pop} repeat
218
} def
219
/Tj { fCol
220
 
221
      1 index stringwidth pdfTextMat idtransform pop
222
      sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
223
      pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
224
      4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
225
      pdfTextMat dtransform
226
      6 5 roll
227
      currentpoint 8 2 roll
228
      pdfTextRender 1 and 0 eq {
229
        6 copy awidthshow
230
      } if
231
      pdfTextRender 3 and dup 1 eq exch 2 eq or {
232
        8 6 roll moveto
233
        currentfont /FontType get 3 eq { fCol } { sCol } ifelse
234
        false awcp currentpoint stroke moveto
235
      } {
236
        8 {pop} repeat
237
      } ifelse
238
 
239
/Tj16 { pdfTextRender 1 and 0 eq { fCol } { sCol } ifelse
240
 
241
        2 index stringwidth pdfTextMat idtransform pop
242
        sub exch div
243
        pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
244
        4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
245
        pdfTextMat dtransform
246
        6 5 roll awidthshow
247
 
248
/Tj16V { pdfTextRender 1 and 0 eq { fCol } { sCol } ifelse
249
 
250
         2 index stringwidth pdfTextMat idtransform exch pop
251
         sub exch div
252
 
253
         4 3 roll pdfCharSpacing add 0 exch
254
         pdfTextMat dtransform
255
         6 5 roll awidthshow
256
 
257
/TJm { pdfFontSize 0.001 mul mul neg 0
258
       pdfTextMat dtransform rmoveto } def
259
/TJmV { pdfFontSize 0.001 mul mul neg 0 exch
260
        pdfTextMat dtransform rmoveto } def
261
% Level 1 image operators
262
/pdfIm1 {
263
  /pdfImBuf1 4 index string def
264
  { currentfile pdfImBuf1 readhexstring pop } image
265
} def
266
/pdfIm1Sep {
267
  /pdfImBuf1 4 index string def
268
  /pdfImBuf2 4 index string def
269
  /pdfImBuf3 4 index string def
270
  /pdfImBuf4 4 index string def
271
  { currentfile pdfImBuf1 readhexstring pop }
272
  { currentfile pdfImBuf2 readhexstring pop }
273
  { currentfile pdfImBuf3 readhexstring pop }
274
  { currentfile pdfImBuf4 readhexstring pop }
275
  true 4 colorimage
276
} def
277
/pdfImM1 {
278
  /pdfImBuf1 4 index 7 add 8 idiv string def
279
  { currentfile pdfImBuf1 readhexstring pop } imagemask
280
} def
281
% Level 2 image operators
282
/pdfImBuf 100 string def
283
/pdfIm {
284
  image
285
  { currentfile pdfImBuf readline
286
    not { pop exit } if
287
    (%-EOD-) eq { exit } if } loop
288
} def
289
/pdfImSep {
290
  findcmykcustomcolor exch
291
  dup /Width get /pdfImBuf1 exch string def
292
  begin Width Height BitsPerComponent ImageMatrix DataSource end
293
  /pdfImData exch def
294
  { pdfImData pdfImBuf1 readstring pop
295
 
296
      1 index exch 2 copy get 255 exch sub put
297
    } for }
298
  6 5 roll customcolorimage
299
  { currentfile pdfImBuf readline
300
    not { pop exit } if
301
    (%-EOD-) eq { exit } if } loop
302
} def
303
/pdfImM {
304
  fCol imagemask
305
  { currentfile pdfImBuf readline
306
    not { pop exit } if
307
    (%-EOD-) eq { exit } if } loop
308
} def
309
end
310
%%EndResource
311
%%EndProlog
312
%%BeginSetup
313
xpdf begin
314
%%EndSetup
315
pdfStartPage
316
[] 0 d
317
 
318
 
319
 
320
10 M
321
1 w
322
 
323
 
324
0.2588 0.1216 0 0 k
325
2 i
326
244 395.092 m
327
262.295 413.386 l
328
262.294 413.302 262.291 413.218 262.291 413.134 c
329
262.291 398.427 274.287 386.432 288.994 386.432 c
330
290.957 386.432 292.872 386.647 294.716 387.053 c
331
294.31 385.208 294.095 383.294 294.095 381.33 c
332
294.095 366.623 306.09 354.628 320.797 354.628 c
333
322.68 354.628 324.518 354.826 326.289 355.2 c
334
305.092 334 l
335
244 395.092 l
336
244 395.092 l
337
288.741 439.833 m
338
307.035 458.128 l
339
368.127 397.036 l
340
346.93 375.837 l
341
340.42 369.329 l
342
335.029 374.721 l
343
332.525 369.363 327.082 365.635 320.797 365.635 c
344
312.152 365.635 305.101 372.685 305.101 381.33 c
345
305.101 389.977 312.152 397.027 320.797 397.027 c
346
325.85 397.027 330.357 394.618 333.232 390.891 c
347
341.045 398.704 l
348
336.143 404.409 328.879 408.033 320.797 408.033 c
349
318.834 408.033 316.92 407.817 315.074 407.412 c
350
315.48 409.256 315.697 411.171 315.697 413.133 c
351
315.697 427.841 303.701 439.836 288.994 439.836 c
352
288.91 439.836 288.826 439.834 288.741 439.833 c
353
288.741 439.833 l
354
288.994 428.83 m
355
297.639 428.83 304.691 421.779 304.691 413.133 c
356
304.691 404.488 297.64 397.437 288.994 397.437 c
357
280.349 397.437 273.297 404.488 273.297 413.134 c
358
273.297 421.779 280.349 428.83 288.994 428.83 c
359
f*
360
showpage
361
%%PageTrailer
362
pdfEndPage
363
%%Trailer
364
end
365
%%DocumentSuppliedResources:
366
%%EOF

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.