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:
Text File  |  1995-05-21  |  227 b   |  8 lines

  1. defineps _PSsplat( float x1, y1, w, h, x2, y2 )
  2.   x1 y1 w h        %% Throw the parameters up there
  3.   gstate %% currentgstate    %% get the current gstate
  4.   x2 y2
  5.   1            %% we want to copy/sover the area
  6.   composite        %% go for it.
  7. endps
  8.