home *** CD-ROM | disk | FTP | other *** search
- %%BeginProcSet: Adobe_packedarray 0 0
- % packedarray Operators
- % Version 1.0 5/9/1988
- % Copyright (C) 1987, 1988
- % Adobe Systems Incorporated
- % All Rights Reserved
- userdict /Adobe_packedarray 5 dict dup begin put
- /initialize % - initialize -
- {
- /packedarray where
- {
- pop
- }
- {
- Adobe_packedarray begin
- Adobe_packedarray
- {
- dup xcheck
- {
- bind
- } if
- userdict 3 1 roll put
- } forall
- end
- } ifelse
- } def
- /terminate % - terminate -
- {
- } def
- /packedarray % arguments count packedarray array
- {
- array astore readonly
- } def
- /setpacking % boolean setpacking -
- {
- pop
- } def
- /currentpacking % - setpacking boolean
- {
- false
- } def
- currentdict readonly pop end
- %%EndProcSet
- Adobe_packedarray /initialize get exec
-