home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Big Green CD 8
/
BGCD_8_Dev.iso
/
NEXTSTEP
/
Graphics
/
ToyViewer-2.6a
/
src
/
PSsplat.psw
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-05-21
|
227 b
|
8 lines
defineps _PSsplat( float x1, y1, w, h, x2, y2 )
x1 y1 w h %% Throw the parameters up there
gstate %% currentgstate %% get the current gstate
x2 y2
1 %% we want to copy/sover the area
composite %% go for it.
endps