home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Viewers / aa_m68k_Intel_Only / ToyViewer1.2 / Source / PSsplat.psw < prev    next >
Encoding:
Text File  |  1995-05-20  |  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.